# Assets & Tokens

inabit supports multiple assets

{% hint style="success" %}
It is important to note that all assets and tokens within standards we support such as  ERC-20 (or equivalent, e.g. BEP-20 or TRC-20) are supported by our wallets.
{% endhint %}

The table below provides the native assets (Blockchain assets) that we supports (that aren't tokens).

As for tokens, inabit will support all tokens within the blockchains and standards that it currently supports. See supported blockchains list [here](/what-we-support/blockchains.md).

Table Columns:

* **Financial Asset** -  the name of the digital asset
* **Blockchain Code** - the blockchain on which the asset exists

### Supported  Native Assets

<table data-view="cards"><thead><tr><th>Financial Asset</th><th>Blockchain Code</th></tr></thead><tbody><tr><td><img src="/files/M1eqRNKtuqUmvxHBbWZ2" alt="" data-size="line"> <strong>BTC</strong></td><td>bitcoin</td></tr><tr><td><img src="/files/rZXFn5NyH5aKXxqJdqAC" alt="" data-size="line"> <strong>ETH</strong></td><td>ethereum</td></tr><tr><td><img src="/files/e7BbUqOdQmMbyEqzGDUx" alt="" data-size="line"> <strong>TRX</strong></td><td>tron</td></tr><tr><td><img src="/files/ekkYapoNlPMK9tunBryg" alt="" data-size="line"> <strong>BNB</strong></td><td>binance-smart-chain</td></tr><tr><td><img src="/files/IAU0NcLgIytrxJD1cJVb" alt="" data-size="line"> <strong>SOL</strong></td><td>solana</td></tr><tr><td><img src="/files/RpezyZqVDv12LetDbJtF" alt="" data-size="line"> <strong>XRP</strong></td><td>XRP</td></tr><tr><td><img src="/files/0ANjYUqHa1tgQpHTWalO" alt="" data-size="line"> <strong>MATIC</strong></td><td>polygon</td></tr><tr><td><img src="/files/8JqIDc6BEqXmfBDvoXR8" alt="" data-size="line"> <strong>BCH</strong></td><td>bitcoin-cash</td></tr><tr><td><img src="/files/mf0mXw5c2YqUC8XIxux4" alt="" data-size="line"> <strong>LTC</strong></td><td>litecoin</td></tr></tbody></table>


---

# 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.inabit.com/what-we-support/assets-and-tokens.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.
