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, orburnor have transfers that do not result in exactlyamountmoving fromaccount0toaccount1Examples 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
transferFromfunction (like with ERC777 tokens)
Last updated
Was this helpful?