# Trading pairs

#### Testnet

Our sepolia testnet is currently launched with the following token pairs:&#x20;

* AETH / AUSDC&#x20;
* AETH / USDT&#x20;
* AUSDT / AUSDC&#x20;

To get tokens to trade on testnet, please click the "get testnet tokens" button in the wallet side bar. &#x20;

#### Mainnet

LayerAkira on mainnet supports the following token pairs:&#x20;

* STRK / USDC&#x20;
* STRK / USDT&#x20;
* STRK / ETH&#x20;
* USDC / USDT&#x20;
* ETH / USDT&#x20;
* ETH / USDC

{% hint style="info" %}
Have a request for a trading pair we don't offer? Shoot us a message: <hello@layerakira.xyz>
{% endhint %}


---

# 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://layer-akira.gitbook.io/layerakira-documentation/about/trading-pairs.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.
