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

# Swap

## \[Step by step guide for Swap]

### 1. Click 'Select Token' and choose a token you want to <mark style="color:red;">swap</mark>.

<figure><img src="/files/9E3HAsP4aq32OwapQYPo" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/24izre2EHmgCauv8j7a8" alt=""><figcaption></figcaption></figure>

### &#x20;

### 2. Input a amount of 'From Token' that you want to swap.

\*The quantity received from the swap will be automatically calculated and displayed.&#x20;

<figure><img src="/files/sP32adyW05Ia5Y4sqTT8" alt=""><figcaption></figcaption></figure>

###

### 3. Check the information about swap quote, and sign with the wallet to confirm transaction.

<figure><img src="/files/L9X9BSHDpja5gcXTXilL" alt=""><figcaption></figcaption></figure>

\*If from token is not the native coin. You have to Enable Token to proceed swap. \
(This transaction only required once)

### 4. Please check the transaction history to ensure it was processed correctly.

<figure><img src="/files/qhSAlEtgVSnYIMuz4RIt" alt=""><figcaption></figcaption></figure>


---

# 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://goldstation.gitbook.io/goldstation/product-guides/swap.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.
