# Token Compatibility

## Overview

Some tokens are not compatible with Balancer because of how they interact with the Vault.

## Incompatibile Token Types

Examples of incompatible tokens include but are not limited to:

* Tokens that either change balances outside of `transfer`, `mint`, or `burn` or have transfers that do not result in exactly `amount` moving from `account0` to `account1`
  * Examples **include but are not limited to**:
    * Streaming tokens
    * Rebasing tokens
    * Deflationary tokens
    * Inflationary tokens
    * Tokens that charge transfer fees
* Proxy tokens with multiple entrypoints
* Tokens with callback behavior in the `transferFrom` function (like with ERC777 tokens)


---

# 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://balancer.gitbook.io/balancer-v2/security/token-compatibility.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.
