> For the complete documentation index, see [llms.txt](https://docs.wallid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wallid.io/wallid-wallet/browser-extension/fungible-tokens.md).

# Fungible tokens

{% hint style="warning" %}
Fungible tokens and blockchain transactions are not yet available on WalliD wallet.\
:eyes:[**Stay tuned**](https://discord.gg/3vnsN7zVpT) **to be the first trying them out!**
{% endhint %}

The browser extension supports different standards of fungible and native tokens from the multiple networks available and allows you to <mark style="color:purple;">**`import`**</mark>, <mark style="color:purple;">**`view balance`**</mark> and<mark style="color:purple;">**`send tokens`**</mark> to a different address.

### Import tokens

To import a token that you already own in the address associated to your wallet, go to the Fungible Tokens section in the home page of your extension and click on <mark style="color:purple;">**`Import token.`**</mark>Provide the token info requested to add that token to your wallet.

<figure><img src="/files/Dj8MmiCLJLSLB9HBQrR3" alt="" width="375"><figcaption></figcaption></figure>

### View token balance

Token balances are automatically displayed on the side of the tokens imported to the wallet.

<figure><img src="/files/xQ9ecAc5SjLakoZWMkbf" alt="" width="375"><figcaption></figcaption></figure>

### Send tokens

To send tokens to another address click the <mark style="color:purple;">**`...`**</mark> button on the right side of the page to open the option menu. Select the option <mark style="color:purple;">**`Send token`**</mark> to open the window below. Provide the address of the recipient and select the amount of tokens you wish to send.

<figure><img src="/files/0nEXZ1PjlJRRX8SmRMqC" alt="" width="375"><figcaption></figcaption></figure>

#### How to manage network fees

:eyes: **Coming soon!** :eyes:


---

# 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://docs.wallid.io/wallid-wallet/browser-extension/fungible-tokens.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.
