> For the complete documentation index, see [llms.txt](https://about.vestige.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.vestige.fi/vest-token/faq.md).

# FAQ

**1) How do I add an ASA icon so that it will show up on the Vestige site?**

Follow the instructions here to import your asa icon to the repository: <https://github.com/tinymanorg/asa-list>

**2) Where do I find known ASA (Algorand Standard Asset) wallets that were used for circulating supply or burned supply?**

Follow the instructions on this page to pull the list: <https://github.com/vestigefi/KnownAssetWallets>

**3) How many days until the next update, product launch, etc?**

Two weeks. &#x20;

**4) How do I setup a Mobile App view for Vestige?**\
[Vestige Mobile App View Guide](/how-to-guides/mobile-view.md)

**5) Where do I find a guide on how to use the TradingView Charts?**

[Trading View Chart Guide](https://www.youtube.com/watch?v=Vtrswz8TNks)

6\) What assets are currently accepted for stable TVL calculation?

You can always consult it on this [link](https://s3.vestige.fi/meta.json), with the assests classified as wrapped assets being counted. At the moment the assets are:

```
   0 - ALGO
   31566704 - USDC
   312769 - USDT
   386192725 - goBTC
   386195940 - goETH
   793124631 - gALGO
   744665252 - pBTC
   672913181 - goUSD
   760037151 - xUSD
   246519683 - SILVER$
   246516580 - GOLD$
   887406851 - WETH
   1058926737 - WBTC
```


---

# 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://about.vestige.fi/vest-token/faq.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.
