> For the complete documentation index, see [llms.txt](https://broker-docs.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broker-docs.tiger.com/english-2/gate-affiliate.md).

# Gate affiliate

## Gate affiliate: reward program

### Overview

The Gate affiliate program lets Tiger.com Broker users earn a reward for trading on Gate: up to 50% of trading fees is returned to the Tiger.com Broker account.

### Terms

* Up to 50% of trading fees to the Tiger.com Broker account.
* Minimum withdrawal amount for accumulated cashback: 10 USDT.

### How to connect

1. Open your Tiger.com Broker personal account, go to the exchanges section, and select Gate affiliate.
2. Sign up on Gate using the Tiger.com Broker referral link.
3. In your Gate account, create an API key with read-only permissions only. Enable the **"Wallets"** and **"Account"** toggles and select **"Read only"** permission for both. All other toggles can be disabled.

<figure><img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2FnXEKSjQifMcsHjvUrgRp%2Fgate_create_key_eng.png?alt=media&amp;token=c9df7e58-c757-4802-b90c-e6f29602789d" alt=""><figcaption></figcaption></figure>

To create your API key, you may also need to set up a fund password. You can do this in your Gate profile settings: <https://www.gate.com/myaccount/profile/fundpass_setup>

<figure><img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2F2eDlrWda1rG9dzYuL3lv%2Fset_fund_password_eng.png?alt=media&amp;token=5d709c79-ed51-40e3-8cbd-dfe0f0598f73" alt=""><figcaption></figcaption></figure>

You will need the API key, secret key, and passphrase.

1. Return to Tiger.com Broker, open the Gate affiliate page, and enter the API key, secret key, passphrase, and your 2FA code.
2. The system verifies the key. Once verified, the key status changes to "Connected" and cashback accrual starts automatically.

   \[screenshot: congrats\_eng]

{% hint style="warning" %}
You may see the error "Generate a USDT deposit address on the Solana network in your exchange account" when linking your API key.

If this happens, go to the "Deposit" page in your Gate account, select "USDT" and the "Solana" network: <https://www.gate.com/myaccount/funds/deposit/USDT>

<img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2FVBBIWwa7LkHAcnhBXXIh%2Finitiate_SOL_wallet_eng.png?alt=media&amp;token=ab44df75-1368-467f-9bcd-0bc1b4ff8682" alt="" data-size="original">

The exchange will then generate the deposit address. After that, try linking the API key again.
{% endhint %}

### Key requirements

* The key must be created with read-only permissions only: only the **Wallet** and **Account** scopes enabled in Read only mode, with all other permissions disabled.
* The key is created without an IP whitelist.
* Adding or removing a key requires 2FA to be enabled.
* Only one affiliate key can be connected per Gate/Tiger.com Broker account.
* If no IP whitelist is set, the key automatically disconnects after approximately 90 days and will need to be reconnected.

### Cashback accrual and withdrawal

Cashback is accrued daily based on the user's trading activity on Gate. Once the available cashback balance reaches 10 USDT, the withdrawal button becomes active. The history of all accruals and withdrawals is shown on the Gate affiliate page.

### Key statuses

* **Not connected** — no key has been added yet.
* **Connected** — the key passed verification and is active.
* **Error** — an error occurred while adding or verifying the key.

### Limitations

* The key must be created with read-only permissions only (Wallet + Account), with all other permissions disabled.
* The program is available only to users without a previously connected Gate affiliate key.


---

# 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://broker-docs.tiger.com/english-2/gate-affiliate.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.
