> 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/metamask.md).

# MetaMask

#### **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>

The CEFI token contract address is provided on the presale dApp or the official CEFI website. Always verify the contract address through our official communication channels to avoid scams.

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

[**https://support.metamask.io/metamask-portfolio/overview/how-to-import-a-token-in-metamask-portfolio/**](https://support.metamask.io/metamask-portfolio/overview/how-to-import-a-token-in-metamask-portfolio/)

***

#### **Step 2: Open MetaMask** <a href="#step-2-open-metamask" id="step-2-open-metamask"></a>

1. Launch the MetaMask extension in your browser or open the MetaMask app on your mobile device.
2. Log in to your wallet using your password or biometric authentication.

***

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

1. **Switch to the Correct Network**:
   * Ensure your MetaMask is set to the network where you purchased the CEFI tokens (e.g., Ethereum Mainnet or another specified network).
2. **Go to the Tokens Tab**:
   * Click on the **“Assets”** tab to view your token holdings.
   * Scroll to the bottom and click **“Import Tokens.”**
3. **Enter the CEFI Token Details**:
   * In the “Custom Token” tab, input the following information:
     * **Token Contract Address**: **`0x36E9D6C0DDE9D27F8Fa7eb7967953541D0b97078`**
     * **Token Symbol**: **CEFI**
     * **Decimals of Precision**: **18**.
4. **Confirm Import**:
   * Click **“Add Custom Token.”**
   * Verify the token details and click **“Import Tokens.”**

***

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

Once imported, your CEFI tokens will appear in the **Assets** tab of your MetaMask wallet. You can now see your balance and use your tokens as needed.

***

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

* **Can’t See Tokens After Importing?**
  * Double-check that you’ve entered the correct token contract address.
  * Ensure your wallet is connected to the correct blockchain network.
* **Still Have Issues?**
  * Contact CEFI support through our official channels for assistance.

***

You’re now ready to manage your CEFI tokens directly in MetaMask. Thank you for supporting our mission to revolutionize decentralized AI!


---

# 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/metamask.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.
