> For the complete documentation index, see [llms.txt](https://docs.soroswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soroswap.finance/readme/getting-started/adding-tokens-to-your-wallet.md).

# Adding Tokens to Your Wallet

### Obtain Asset Information

To add an asset to your Stellar wallet, you need to obtain the following information about the token you wish to add:

1. [**Asset Code**:](https://developers.stellar.org/docs/learn/fundamentals/stellar-data-structures/assets#asset-code)
   * **Description**: This is the unique identifier or symbol for the token (e.g., `USDC`).
   * **How to Obtain**: The asset code is typically provided by the token issuer or can be found in the token's official documentation.
2. **Issuer's Public Key**:
   * **Description**: This is the public key of the account that issued the token (e.g., `GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN`).
   * **How to Obtain**: The issuer's public key is usually provided by the token issuer. It can also be found in public Stellar directories such as [StellarExpert](https://stellar.expert/explorer/public) or on the issuer's website.
3. **Additional Details (Optional but Useful)**:
   * **Issuer Domain**: `centre.io`
   * **Issuer URL**: [https://centre.io](https://centre.io/)
   * **Asset Description**: This field can be optional in some wallets but provides additional context about the token.

**Note**: *Ensure that you verify this information from reliable sources to avoid errors or fraud*.

### **Steps to Add the Token to Your Stellar Wallet**

1. **Open Your Stellar Wallet**:
   * [Access your Stellar wallet](https://docs.soroswap.finance/readme/getting-started/choosing-a-wallet) (e.g., [Lobstr Wallet](https://lobstr.co/), [Freighter Wallet](https://www.freighter.app/) , [XBull Wallet](https://xbull.app/), etc.).
2. **Navigate to the Assets or Trustlines Section**:
   * Look for the option to add or manage [trustlines](https://docs.soroswap.finance/01-concepts/trustlines) in your wallet.
3. **Add a New Trustline**:
   * Enter the **Asset Code** (`USDC`).
   * Enter the **Issuer's Public Key** (`GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN`).
   * Complete the transaction to set up the trustline. This usually requires a small fee in XLM (Stellar’s native currency) to establish the trustline.
4. **Verify the Token Addition**:
   * After setting up the trustline, you should be able to see the `USDC` token in your wallet. You can receive tokens of this type through transactions or other forms of deposits.


---

# 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.soroswap.finance/readme/getting-started/adding-tokens-to-your-wallet.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.
