> For the complete documentation index, see [llms.txt](https://docs.pawtato.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pawtato.gg/pawtato-land/gameplay/marketplace-and-exchange/resume-a-deposit.md).

# Resume a Deposit

Depositing into Pawtato Land happens in two steps: your **wallet** signs an on-chain transaction, and then the **game backend** sees that transaction and credits the TATO or NFT to your account. Almost always these happen back-to-back in a couple of seconds.

Occasionally the second step doesn't complete — you close the tab too early, lose connection, or the chain is slow to index. When that happens the on-chain part is **already done**: your TATO left your wallet, or your Land/Hero moved to the bridge. Nothing is lost. You just need to point the game at that transaction again so it finishes crediting it — that's what **resuming** a deposit does.

{% hint style="success" %}
**Your assets are safe.** A stuck deposit means the game hasn't *credited* it yet, not that it vanished. Resuming re-runs a pure backend check against your existing transaction — it never moves funds again and **never asks you to sign or pay a second time**.
{% endhint %}

## The easy way: keep the window open, or refresh

While a deposit is finishing you'll see **Verifying deposit…**. Leave that window open until it's done.

If the credit step fails, the game shows a **Server sync failed** notice that tells you to **refresh the page to retry sync**. Do exactly that — **refresh the page**. The game remembers the transaction in your browser's address bar and automatically retries the credit when the page reloads. This resolves the large majority of stuck deposits.

## The manual way: reopen with your transaction

If you've already closed the game — or a plain refresh didn't pick it up — you can resume by opening a **deposit link that includes your transaction**. The game reads the transaction from the link and finishes crediting it automatically; there's no button to press and nothing to paste inside the game.

You'll need two things:

1. **Your transaction ID** — the digest (Sui) or signature (Solana) of the deposit you already made. Find it in your wallet's activity history or on a block explorer ([Suiscan](https://suiscan.xyz) for Sui, [Solscan](https://solscan.io) for Solana).
2. **The matching link below**, with your transaction ID pasted in.

Open the link while **logged in** to Pawtato Land. It reloads the game, detects the transaction, and credits your deposit.

### TATO deposit — Sui

|             |                                                                                        |
| ----------- | -------------------------------------------------------------------------------------- |
| **Link**    | `https://pawtato.gg/?td=1&tbc=Bridge&tdd=YOUR_SUI_TX_DIGEST`                           |
| **Replace** | `YOUR_SUI_TX_DIGEST` with your Sui transaction **digest**                              |
| **Example** | `https://pawtato.gg/?td=1&tbc=Bridge&tdd=C6sT6vQE2wkdoGVjiUh3R9cDsvosijwFGgGdL2WUM9qj` |

### TATO deposit — Solana

|             |                                                                             |
| ----------- | --------------------------------------------------------------------------- |
| **Link**    | `https://pawtato.gg/?td=1&tbc=Bridge&tdds=YOUR_SOLANA_TX_SIGNATURE`         |
| **Replace** | `YOUR_SOLANA_TX_SIGNATURE` with your Solana transaction **signature**       |
| **Example** | `https://pawtato.gg/?td=1&tbc=Bridge&tdds=5Hk3q9m…YourSolanaSignature…4Xa2` |

{% hint style="info" %}
Sui and Solana use **different** links: Sui deposits use `tdd`, Solana deposits use `tdds`. Use the one matching the chain you deposited from — a Sui digest won't resolve on the Solana check, or vice-versa. (Solana can take a little longer to confirm, so give it a few extra seconds.)
{% endhint %}

### Land NFT deposit

|             |                                                                        |
| ----------- | ---------------------------------------------------------------------- |
| **Link**    | `https://pawtato.gg/?ldd=YOUR_SUI_TX_DIGEST`                           |
| **Replace** | `YOUR_SUI_TX_DIGEST` with the Sui **digest** of your Land deposit      |
| **Example** | `https://pawtato.gg/?ldd=F9cAzMcTbUsWsam7ENqDVse1HTk3Z59maZV5gZ7Dpnm8` |

### Hero NFT deposit

|             |                                                                        |
| ----------- | ---------------------------------------------------------------------- |
| **Link**    | `https://pawtato.gg/?hdd=YOUR_SUI_TX_DIGEST`                           |
| **Replace** | `YOUR_SUI_TX_DIGEST` with the Sui **digest** of your Hero deposit      |
| **Example** | `https://pawtato.gg/?hdd=C6sT6vQE2wkdoGVjiUh3R9cDsvosijwFGgGdL2WUM9qj` |

{% hint style="info" %}
Land and Hero NFTs live on **Sui**, so their resume links always use a Sui transaction digest (`ldd` / `hdd`). Once the game credits the deposit, the link clears itself — reopening it later does nothing, because the deposit is already complete.
{% endhint %}

## If it still won't credit

If a resume link keeps failing, the transaction may not have landed on-chain the way the game expects, and it needs a human to look. The **Server sync failed** notice includes a **Copy error details** button — copy those details (they include your transaction ID) and open a ticket in the [Pawtato Discord](https://discord.gg/fNEAnHD4RV). Support can reconcile the deposit from there.

{% hint style="info" %}
Resuming only ever **finishes** a deposit you already started on-chain. To make a fresh deposit, use the normal flow on the [Swaps, Transfers & Deposits](/pawtato-land/gameplay/marketplace-and-exchange/swaps-transfers-deposits.md) page.
{% endhint %}
