# Token Swap

oken Swap allows you to receive an alert any time a swap of at least $1,000 is made for a particular token. Just enter the token's contract address, network, and minimum swap size and you'll receive an alert any time an onchain trade is made that meets this criteria.

Token Swap is available on the following networks: *Solana, Ethereum, Base.*

For tokens that are deployed on multiple networks, such as USDC, you will only receive an alert for tx on the network you have specified. Similarly, where there are multiple versions of a token deployed on one network, such as USDC, you will only receive an alert for tx that match the contract address you have entered.

<figure><img src="/files/HpfXAk1w4UAC6nUOnXc6" alt="" width="375"><figcaption><p>Creating an alert for ARB token swaps</p></figcaption></figure>

{% hint style="info" %}
Cielo enforces a minimum $1,000 threshold for tokens you're tracking. This is to prevent your feed and bots from being overwhelmed by alerts.
{% 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://docs.cielo.finance/wallet-tracking/custom-alerts/token-swap.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.
