> For the complete documentation index, see [llms.txt](https://docs.ce.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ce.fi/import-token/trustwallet.md).

# TrustWallet

#### **Step 1: Get the CEFI Token Contract Address** <a href="#step-1-get-the-lcai-token-contract-address" id="step-1-get-the-lcai-token-contract-address"></a>

You’ll need the CEFI token contract address, which can be found on the presale dApp or the official CEFI website. Always ensure you’re using the verified contract address from our official sources.

**Contract Address:** **`0x36E9D6C0DDE9D27F8Fa7eb7967953541D0b97078`**

[**https://trustwallet.com/blog/how-to-add-a-custom-token-using-trust-wallet**](https://trustwallet.com/blog/how-to-add-a-custom-token-using-trust-wallet)

***

#### **Step 2: Open Trust Wallet** <a href="#step-2-open-trust-wallet" id="step-2-open-trust-wallet"></a>

1. Launch the **Trust Wallet** app on your mobile device.
2. Ensure you’re on the correct wallet and have access to the network (e.g., Ethereum) used during the presale.

***

#### **Step 3: Add a Custom Token** <a href="#step-3-add-a-custom-token" id="step-3-add-a-custom-token"></a>

1. **Tap the “Search” Icon**:
   * On the main wallet screen, tap the **“Search”** icon in the upper-right corner.
2. **Scroll Down and Add Custom Token**:
   * Scroll to the bottom of the token list and tap **“Add Custom Token.”**
3. **Enter the CEFI Token Details**:
   * **Network**: Select the correct blockchain network (e.g., Ethereum) where the CEFI tokens were purchased.
   * **Contract Address**: **`0x36E9D6C0DDE9D27F8Fa7eb7967953541D0b97078.`**
   * **Name**: Enter "**CEFI**".
   * **Symbol**: **CEFI**
   * **Decimals**: **18**.
4. **Save the Token**:
   * Once you’ve entered the details, tap **“Save”** or **“Done.”**

***

#### **Step 4: View Your CEFI Tokens** <a href="#step-4-view-your-lcai-tokens" id="step-4-view-your-lcai-tokens"></a>

* After saving the custom token, you’ll see CEFI listed in your wallet.
* Your balance will automatically update once the tokens are deposited into your wallet.

***

#### **Troubleshooting** <a href="#troubleshooting" id="troubleshooting"></a>

* **Can’t See Tokens After Adding?**
  * Double-check that you selected the correct blockchain network and entered the token contract address accurately.
* **Still Encountering Issues?**
  * Contact CEFI support through our official channels for guidance.

***

By adding CEFI to your Trust Wallet, you’re ready to manage and utilize your tokens as part of the decentralized AI revolution with CEFI . Thank you for being a valued part of our community!


---

# 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.ce.fi/import-token/trustwallet.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.
