> For the complete documentation index, see [llms.txt](https://docs.ramestta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ramestta.com/welcome-to-ramestta/bridge/pos/withdraw.md).

# Withdraw

#### Preliminary Steps

1. **Connect MetaMask**: Make sure your MetaMask wallet is connected to the same admin address used during your grant creation.
2. **Navigate to Dashboard**: Once connected, the Ramestta Bridge dashboard should appear.
3. **Access Bridge Interface**: From the dashboard, navigate to the Ramestta Bridge page. Alternatively, you can click the Bridge icon in the left navigation drawer.

#### Withdrawal Steps

1. **Select 'Withdraw'**: By default, the 'Deposit' tab is active. Press the 'Withdraw' button to switch to the withdrawal view.

<figure><img src="/files/1rHwxvfAtJG5rMxaSCtT" alt=""><figcaption></figcaption></figure>

2. **Choose Tokens**: Select the token pair, usually MATIC (Matic - PoS), or simply pick the token you want to send. Click 'Transfer'.

<figure><img src="/files/AR8mfG5IxXoAJYd6fPzx" alt="" width="563"><figcaption></figcaption></figure>

3. **Enter Amount**: Specify the amount you wish to withdraw. Alternatively, click 'MAX' to withdraw all your MATIC.
4. **Confirm Transaction Fee**: A pop-up will appear, asking you to confirm the transaction fee and acknowledge that the process may take up to 4 hours.
5. **Sign Transactions**: You'll have to sign two transactions. One to burn the token and the second to exit it in the Polygon network.
6. **Completion**: After about 3 hours, the process should be complete. You can confirm on Polygonscan using both mainnet and testnet URLs.
7. **Verify Funds**: After the challenge period, check your Polygon wallet to make sure the tokens have arrived.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ramestta.com/welcome-to-ramestta/bridge/pos/withdraw.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
