> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/add-your-tokens-1",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Add Tokens

## EVM assets

Fireblocks supports Ethereum Virtual Machine (EVM) assets across all Fireblocks workspaces.

### What standards are supported?

Originally defined for the Ethereum blockchain, the [ERC-20](https://eips.ethereum.org/EIPS/eip-20) token standard provides a standard interface to implement transferable tokens within smart contracts. ERC-20 is used on EVM blockchains such as Arbitrum C-Chain (ARC-20), Binance Smart Chain (BEP-20), Polygon (MRC-20), and all other EVM blockchain networks supported by Fireblocks.

Fireblocks also supports token formats that adhere to the ERC-20 standard, including ERC-1400 and ERC-1404. You can view a list of all the supported EVM blockchains when you add a new ERC-20 asset to a workspace.

### How do I add EVM tokens to my workspace?

* **Via the Fireblocks Console:** Use [this guide](https://support.fireblocks.io/hc/en-us/articles/5601259928220-Adding-EVM-assets-to-a-workspace).
* **Via the Fireblocks API:** Use [this guide](/reference/add-your-tokens).
* **Via Contract Calls:** Use [this guide](https://support.fireblocks.io/hc/en-us/articles/5601259928220-Adding-EVM-assets-to-a-workspace#:~:text=contain%20this%20asset.-,Via%20Contract%20Calls,-Note).

## Non-EVM assets

Fireblocks supports certain non-EVM assets across all Fireblocks workspaces.

### What standards are supported?

You can list additional assets on these non-EVM blockchains:

* Algorand (ASA)
* Digital Bits (XDB)
* Hedera (ERC-20)
* NEAR (NEP141)
* Ripple
* Solana (SPL, TOKEN2022)
* Stellar
* Sui
* Tezos (FA1.2, FA2)
* TON
* TRON (TRC-20)

### How do I add non-EVM assets to my workspace?

Depending on the asset, you can add non-EVM assets to your workspace using one of these methods:

* **Via the Fireblocks Console:** Use [this guide](https://support.fireblocks.io/hc/en-us/articles/6641659764508-Adding-non-EVM-assets-to-a-workspace).
* **Via the Fireblocks API:** Use [this guide](/reference/add-your-tokens).
* **Via Fireblocks Support:** Contact Fireblocks Support to add unlisted assets from DigitalBits, Hedera, Ripple, or Tezos to your workspace. You must provide a link to the token's page from the relevant block explorer.

<Info>
  ### Token availability depends on the token requested

  Depending on the token requested, Fireblocks may make the token available to all Fireblocks customers or only to your workspaces.
</Info>
