> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/eng-combine-software/section-exchanges/withdrawals-from-exchanges-or-withdraw/adding-wallets-to-whitelist-on-exchanges/gate.md).

# Gate

* Go to the **Withdraw** section;
* Click **Address Book**;
* Hover over the button with three vertical dots and select **Add Addresses in Bulk** from the dropdown menu;
* Check the two checkboxes:
  1. If the checkbox “Set as a trusted address...” is enabled, there is no need to undergo additional verification for withdrawal. This checkbox must be enabled;
  2. If the “Set it as a universal address...” checkbox is enabled, you will be able to withdraw any tokens in the network you added to the whitelist. On Gate exchange you can add wallets to whitelist only in one specific network. I.e. if you want to withdraw tokens in both ETH and Optimism networks, for example, you will need to add wallets to the whitelist separately for each network.
* Click **Add new address** to add several wallets at once. On the Gate exchange you can add up to 10 wallets at a time;
* In the **Coin** field select a token, and in the **Chain** field select an output network;
* Enter the address of the wallet in the **Address** field;
* Enter the name of the wallet in the **Address Description** field, but this is optional;
* Click **Submit** and enter the required verification codes.

<figure><img src="/files/xbxxnlOX0GlZ1YITCiRj" alt=""><figcaption><p>Adding wallets to whitelist on Gate exchange.</p></figcaption></figure>


---

# 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://nfd-gg.gitbook.io/main/eng-combine-software/section-exchanges/withdrawals-from-exchanges-or-withdraw/adding-wallets-to-whitelist-on-exchanges/gate.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.
