> For the complete documentation index, see [llms.txt](https://docs.permission.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.permission.ai/ask-token/trading-and-liquidity.md).

# Trading & Liquidity

⚠️ **Disclaimer:** This page is for informational purposes only and does not constitute financial, investment, or legal advice. Token values can fluctuate and all participation involves risk. Always do your own research before trading or providing liquidity.\
\
**Overview**

ASK is available for trading on decentralized exchanges. The primary liquidity venue is **Aerodrome Finance**, the leading DEX on Base, Coinbase's Layer 2 network.

Trading ASK requires a compatible EVM wallet and access to the Base network. See [Contract Addresses](https://docs.permission.ai/ask-token/contract-addresses) for official token contract details before trading.

**Trading on Aerodrome Finance**

**Aerodrome Finance** is the primary decentralized exchange for ASK on Base.

* **Network:** Base (Layer 2)
* **Trading Pair:** ASK / USDC
* **Official Pool:** [View on Aerodrome](https://aerodrome.finance/pools?token0=0xbb146326778227a8498b105a18f84e0987a684b4\&chain0=8453\&token1=0x833589fcd6edb6e08f4c7c32d4f71b54bda02913\&chain1=8453)
* **ASK Contract Address on Base:** `0xBB146326778227A8498b105a18f84E0987A684b4`

Always confirm you are using the official contract address before trading. Permission will never ask you to use an unofficial contract.

**How to Trade ASK**

1. Set up a compatible EVM wallet (e.g., MetaMask, Coinbase Wallet)
2. Add the Base network to your wallet
3. Fund your wallet with ETH on Base for gas fees and USDC to swap
4. Navigate to the [official ASK/USDC pool on Aerodrome](https://aerodrome.finance/pools?token0=0xbb146326778227a8498b105a18f84e0987a684b4\&chain0=8453\&token1=0x833589fcd6edb6e08f4c7c32d4f71b54bda02913\&chain1=8453)
5. Connect your wallet and execute your swap

For help setting up your wallet, see [Contract Addresses](https://docs.permission.ai/ask-token/contract-addresses).

**Providing Liquidity**

ASK holders can provide liquidity to the USDC/ASK pool on Aerodrome. Liquidity providers earn a share of trading fees generated by the pool.

**To provide liquidity:**

1. Navigate to the [USDC/ASK pool on Aerodrome](https://aerodrome.finance/pools?token0=0xbb146326778227a8498b105a18f84e0987a684b4\&chain0=8453\&token1=0x833589fcd6edb6e08f4c7c32d4f71b54bda02913\&chain1=8453)
2. Connect your wallet
3. Select "Add Liquidity" and follow the on-screen instructions

Aerodrome uses a **ve(3,3)** governance model. Additional liquidity incentive opportunities may become available as the ecosystem evolves.

**Supported Networks**

ASK is deployed as an **OFT (Omnichain Fungible Token)** via LayerZero, enabling movement across supported networks while preserving a unified supply.

| Network | Status   | Contract Address                             |
| ------- | -------- | -------------------------------------------- |
| Base    | ✅ Active | `0xBB146326778227A8498b105a18f84E0987A684b4` |
| Polygon | ✅ Active | `0xaA3717090CDDc9B227e49d0D84A28aC0a996e6Ff` |

For instructions on moving ASK between networks, see How to Bridge ASK.

**Security Reminders**

* **Always verify the official contract address** before trading or providing liquidity
* **Never share your private key or seed phrase** with anyone
* Permission will never DM you asking for wallet access or credentials
* If in doubt, contact <support@permission.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:

```
GET https://docs.permission.ai/ask-token/trading-and-liquidity.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.
