# Connecting an Existing Token to Your Community

#### 💡 What Does Connecting a Token Do?

Connecting your ERC-20 token:

* **Displays live token info** (name, symbol, price) in your community header
* **Enables native Uniswap v4 swaps** so members can easily buy the token without leaving the page
* **Unlocks token-gated features**, creating an incentive loop: users can instantly swap in to access gated topics, proposals, or actions

#### 🛠 How to Connect a Token

1. **Go to your community's Admin Panel**\
   Navigate to: `Admin > Integrations > Token`
2. **Click “Connect Token”**\
   You’ll see a message like: “No token connected.”\
   Click the **Connect token** button.
3. **Enter Your Token Address**
   * Paste your ERC-20 token contract address
   * Common will fetch metadata (name, symbol, decimals)
4. **Confirm**\
   Once connected, the token will:
   * Appear in your community header
   * Power Uniswap v4 swaps in your community
   * Unlock token-gated features


---

# 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.common.xyz/commonwealth/community-overview/capabilities/webhooks/connecting-an-existing-token-to-your-community.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.
