> For the complete documentation index, see [llms.txt](https://wiki.rally.io/rally-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.rally.io/rally-io/how-to-use/swap-coins.md).

# Swap Coins

You can swap Coins between Creators’ Coins.

To swap Coins:&#x20;

1. Go to your Portfolio.&#x20;
2. Click Trade.&#x20;
3. Click Swap.

![](/files/yMikYXlAN9m5NxsTRL3P)

4\.  You will see the amount you can swap “Up to” for the Coin you’re swapping **from**.

![](/files/0vcs8KzP3AiU5ftQFxp5)

5\. Choose the Coin you want to swap **to**.&#x20;

6\. Select the amount you’d like to swap as the **number of Coins**; the corresponding estimated USD value will show underneath.

![This is .25 Coin = an estimated $26.805 USD value](/files/twI3HodV5Tcrs12lWeP8)

7\.  The “To” section will show your current balance of that Coin and the estimated amount of Coins you will receive in the swap. Note: You may also experience [purchase customizations](/rally-io/101/purchase-customizations.md) if swapping to a Coin that has purchase customizations in place.

![](/files/Q9o2qig9zjv6S9I2uqwh)

8\.  Click Continue to see the swap summary and [Creator Fee](/rally-io/101/creator-fee.md) that will be deducted from the swap (the Creator Fee will be paid to the Creator you are swapping **from**).

![](/files/R8rQDmGeD8y0Ae9xRvSk)

9\. Confirm swap.&#x20;

10\. Your balances will update when the swap has been successful.

In your portfolio “Recent Transaction” section, this will show as two separate actions - a Sell and Bought line item with “Swap” underneath but on a Coin page, this will show up directly as a Swap action.

![How the swap transaction will appear in your Portfolio "Recent Transaction" section](/files/60uZEDpAls7cTdKLsX7O)

![How the swap transaction will appear on the Coin page "Transaction History" ](/files/LBWyJwGJVoORORFPqNKo)


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.rally.io/rally-io/how-to-use/swap-coins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
