# Add Kite Tokens to an External Wallet

If you need to access KITE tokens or USDC.e in your external wallet (e.g., MetaMask), you will need to add Kite Network information to your wallet.

> Note: You will need KITE tokens for gas fees to send tokens on the Kite Network.

## Follow These Steps

1. Open your wallet (MetaMask, Rabby, or any EVM-compatible wallet) and switch networks

<figure><img src="/files/csvhIjnj0RpbCQv7aQeu" alt="MetaMask switch network"><figcaption></figcaption></figure>

2. Navigate to the "Custom" Network section

<figure><img src="/files/484IciiyKBfCogHjtUOO" alt="MetaMask add custom network"><figcaption></figcaption></figure>

3. Click **Add custom network** and enter the following details. Once completed, you will see the Kite network and your KITE token balance in your wallet.

| Field                  | Value                    |
| ---------------------- | ------------------------ |
| **Network Name**       | KiteAI                   |
| **Default RPC URL**    | <https://rpc.gokite.ai/> |
| **Chain ID**           | 2366                     |
| **Token**              | KITE                     |
| **Block Explorer URL** | <https://kitescan.ai/>   |

> For more network information, refer to the [Network Information](/kite-chain/1-getting-started/network-information.md) page.

4. To add USDC.e to your wallet, ensure you're on the Kite Network and click **Import tokens**.

<figure><img src="/files/VfzPVWRwvRSl4vZ3UsRn" alt="MetaMask import tokens"><figcaption></figcaption></figure>

5. Paste the USDC.e token contract address:

```
0x7aB6f3ed87C42eF0aDb67Ed95090f8bF5240149e
```

> Note: The above steps were shown through MetaMask. While the exact steps might be slightly different, this process will work with any EVM-compatible wallet.

### Acquire KITE Tokens

You can get KITE tokens through supported exchanges or bridges. Once acquired, send them to your external wallet address on Kite chain.

***

*Need help?* [*Open an issue*](https://github.com/gokite-ai/developer-docs/issues/new/choose) *or contact the Kite team.*


---

# Agent Instructions: 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:

```
GET https://docs.gokite.ai/kite-agent-passport/funding/add-kite-tokens-external-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
