# Market Addresses

<table><thead><tr><th width="162">Markets</th><th width="266">Mainnet Address</th><th width="251">Devnet Address</th><th>Authority</th></tr></thead><tbody><tr><td><strong>SOL / USDC</strong></td><td>4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg</td><td>CS2H8nbAVVEUHWPF5extCSymqheQdkd4d7thik6eet9N</td><td><a href="/pages/UMuhY82xOrfuDIzlXS7t">Phoenix Legacy Seat Manager</a></td></tr><tr><td><strong>mSOL / SOL</strong></td><td>FZRgpfpvicJ3p23DfmZuvUgcQZBHJsWScTf2N2jK8dy6</td><td>N/A</td><td><a href="/pages/UMuhY82xOrfuDIzlXS7t">Phoenix Legacy Seat Manager</a></td></tr><tr><td><strong>wETH / USDC</strong></td><td>Ew3vFDdtdGrknJAVVfraxCA37uNJtimXYPY4QjnfhFHH</td><td>N/A</td><td><a href="/pages/UMuhY82xOrfuDIzlXS7t">Phoenix Legacy Seat Manager</a></td></tr><tr><td><strong>JitoSOL / SOL</strong></td><td>2t9TBYyUyovhHQq434uAiBxW6DmJCg7w4xdDoSK6LRjP</td><td>N/A</td><td><a href="/pages/UMuhY82xOrfuDIzlXS7t">Phoenix Legacy Seat Manager</a></td></tr><tr><td><strong>Bonk / USDC</strong></td><td>GBMoNx84HsFdVK63t8BZuDgyZhSBaeKWB4pHHpoeRM9z</td><td>N/A</td><td><a href="/pages/UMuhY82xOrfuDIzlXS7t">Phoenix Legacy Seat Manager</a></td></tr><tr><td><strong>Bonk / SOL</strong></td><td>FicF181nDsEcasznMTPp9aLa5Rbpdtd11GtSEa1UUWzx</td><td>N/A</td><td><a href="/pages/UMuhY82xOrfuDIzlXS7t">Phoenix Legacy Seat Manager</a></td></tr></tbody></table>

The devnet markets use custom SPL tokens in order to more easily facilitate setup for testers. You will need devnet SOL to send transactions as well as the base and quote tokens to place trades.

## How to acquire devnet SOL

* To acquire devnet SOL, download the [Solana CLI](https://docs.solana.com/cli/install-solana-cli-tools) and call `solana airdrop 1`

## How to acquire base and quote tokens for a devnet Market

* To acquire base and quote tokens, use the Phoenix Legacy CLI and the `mint-tokens-for-market` command.
  * Download the Phoenix Legacy CLI [here](https://github.com/Ellipsis-Labs/phoenix-cli#installation).
  * Example call: `phoenix-cli mint-tokens-for-market`` ``CS2H8nbAVVEUHWPF5extCSymqheQdkd4d7thik6eet9N $YOUR_PUBKEY`
  * Ensure that you are on the devnet network or specify it explicitly with the `-ud` command.


---

# 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://ellipsis-labs.gitbook.io/phoenix-dex/tRIkEFlLUzWK9uKO3W2V/getting-started/technical-overview/market-addresses.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.
