# Getting POOL Tokens

A few options for getting POOL tokens are listed below:&#x20;

* [Uniswap](https://app.uniswap.org/#/swap?inputCurrency=eth\&outputCurrency=0x0cec1a9154ff802e7934fc916ed7ca50bde6844e)
* [Sushiswap](https://app.sushi.com/swap)
* [Matcha (aggregates to find the best price) ](https://matcha.xyz/markets/1/0x0cec1a9154ff802e7934fc916ed7ca50bde6844e/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48)
* [Zapper (aggregates to find the best price)](https://zapper.fi/token/polygon/0x25788a1a171ec66da6502f9975a15b609ff54cf6/POOL)
* [Llama Swap  (aggregates to find the best price)](https://swap.defillama.com)

### Bridging POOL

POOL tokens can be bridged using the legacy bridge of each network:

* [Optimism](https://app.optimism.io/bridge/deposit)
* [Polygon](https://wallet.polygon.technology/polygon/bridge/deposit)

Additionally, POOL is supported by Across. Find a guide [here](/pooltogether/guides/bridging-pool-with-across.md).

### Contract Addresses

<table><thead><tr><th width="150">Ticker</th><th>Chain</th><th width="450.2">Contract Address</th></tr></thead><tbody><tr><td>$POOL</td><td><a href="https://etherscan.io/token/0x0cec1a9154ff802e7934fc916ed7ca50bde6844e">Ethereum</a></td><td><code>0x0cec1a9154ff802e7934fc916ed7ca50bde6844e</code></td></tr><tr><td>$POOL</td><td><a href="https://polygonscan.com/token/0x25788a1a171ec66Da6502f9975a15B609fF54CF6">Polygon</a></td><td><code>0x25788a1a171ec66Da6502f9975a15B609fF54CF6</code></td></tr><tr><td>$POOL</td><td><a href="https://optimistic.etherscan.io/token/0x395ae52bb17aef68c2888d941736a71dc6d4e125">Optimism</a></td><td><code>0x395Ae52bB17aef68C2888d941736A71dC6d4e125</code></td></tr></tbody></table>


---

# 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.pooltogether.com/pooltogether/pool-token/get-pool-tokens.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.
