# Import a Token

**Import a Token functionality** allows integration of a pre-existing token into Enable3's loyalty infrastructure, without redeploying or relisting it.

***

### Integration Requirements

To complete token import, provide:

* **Token Contract Address** – The deployed token contract on Polygon
* **Liquidity Pool Address** – The Uniswap pool address used for trading

> No new deployment occurs, Enable3 simply connects to the existing contract and pool.

***

### Loyalty Distribution Modes

After import, token-based loyalty can be implemented using either of the following modes:

**1. Distribute Loyalty in Tokens**

Tokens are distributed directly to users when missions or other engagement triggers are completed.

**2. Distribute Loyalty in Points**

Follows the Loyalty Tokenization model:

* Users earn points
* An airdrop campaign is initiated
* A fixed number of top users receive the integrated token as a reward

***

### Supported Networks

* ✅ Only **Polygon** is supported currently
* ✅ Token must be listed on **Uniswap**
* ❌ Other blockchains or DEXs are currently unsupported


---

# 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.enable3.io/enable3/web3-loyalty/import-a-token.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.
