> For the complete documentation index, see [llms.txt](https://whitepaper.tacostudios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.tacostudios.io/utility/taco-utility-app/track-and-swap-ft.md).

# Track & Swap FT

#### :bar\_chart: Track & Swap tokens

In this tab users can track, swap their tokens, check WAX price, see their total value in WAX and USD.

#### **Overall Value in WAX, USD and WAX price**

In this tab, users can see their tokens value for each account, or all their accounts combined.&#x20;

![](/files/P2j02Z7gWXLKGNzkYx8m)

By pressing on "tokens value" users can see the updated WAX price.\
\
![](/files/w6LlxPacQBUe33rQHLRO)

By pressing on the "WAX" button on top-right position, users can see their tokens value in USD. In the settings tab ⚙️ users can change the displayed currency.

![](/files/RGg8tERO4PAWnEhO0Bwr)

#### **Track & Swap tokens**

In the same tab, users can see all their tokens, their charts, and their value in WAX (this value is displayed in fiat currency when tapping on the "WAX" button in the top-right.

In the settings tab ⚙️ users can decide to show also:

* Staked WAX
* NFTs Value
* Switch on/off charts

![](/files/yWCesFBWpW9wGY1N0XjA)

**By tapping on a token, users are able to Swap it.** Taco uses Alcor contracts on the Taco App Swap.

Taco holds a 0.5% fee on swapped tokens. Based on fee amount. Swapping tokens will also refill Taco Faucet Pool with a value that depends on fee amount.

Swap feature does not work on iOS due to Apple restrictions.


---

# 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://whitepaper.tacostudios.io/utility/taco-utility-app/track-and-swap-ft.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.
