Every EOSIO token, one interface
SimplEOS speaks the native eosio.token standard. It works with the entire EOS token universe — native EOS, stablecoins, DeFi governance assets, and any custom contract you add yourself. No wrapping, no bridges, no custodial middleware.
Built on the eosio.token contract
The EOS blockchain uses a common token contract that defines how balances, supply, and transfers work. SimplEOS queries these tables directly from the chain, so it can support any token that follows the same interface.
| Action | Table affected | Result |
|---|---|---|
| Issue | accounts | Create token balance on an account |
| Transfer | stat | Move tokens between accounts with a memo |
| Retire | stat | Burn tokens and reduce total supply |
| Open / Close | accounts | Create or remove a zero-balance row |
Reference: EOSIO contract repository — eosio.token defines the canonical asset model.
Popular tokens
A selection of widely held EOS assets. Anything not listed here can be added manually in seconds by entering its contract account and symbol.
| Symbol | Name | Contract | Category | Description |
|---|---|---|---|---|
| EO | EOS EOS | eosio.token | Native | Native network token used for staking, CPU/NET resources, REX, and block-producer voting. |
| US | Tether USDT | tethertether | Stablecoin | Dollar-pegged stablecoin, widely used on EOS DEXes and for exchange deposits. |
| IQ | Everipedia IQ | everipediaiq | Governance | Governance and staking token of the IQ knowledge network and encyclopedia protocol. |
| DA | LiquidApps DAPP | dappservices | Infrastructure | Powers DSP services such as vRAM, oracles, and cross-chain packages on EOS. |
| BO | DefiBox BOX | token.defi | DeFi | Governance token of the DefiBox DeFi ecosystem, including swaps and liquidity mining. |
| TP | TokenPocket TPT | eosiotptoken | Utility | Utility token of the TokenPocket wallet ecosystem and payment marketplace. |
| WA | WAX WAX | wax.token | Gaming & NFT | Gaming and NFT-focused sister-chain asset, bridgeable to EOS through gateway services. |
| PI | Pizza PIZZA | pzmtoken | DeFi | Lending and stablecoin protocol token used across several EOS DeFi platforms. |
| VI | VIG VIG | vig111111111 | Utility | Fee and utility token used by prediction, gaming, and derivatives contracts. |
Built for token management
Airdrop discovery
Unknown balances credited to your account are automatically detected, so airdropped tokens never stay invisible.
Precision-aware transfers
Every amount is validated against the token's declared precision before the action is signed and broadcast.
Multi-account portfolio
All balances are aggregated per account, so multiple wallets stay readable in one unified view.
Full action history
Each transfer links back to its on-chain transaction, with counterparty, memo, and block reference.
Contract verification
SimplEOS reads the contract's stat table to confirm the symbol and precision before saving a custom token.
Any eosio.token contract
Add a token by entering its contract account and symbol. If it follows the standard, the wallet works immediately.
Add a custom token
Three fields are all it takes. The wallet queries the contract's stat table to confirm the symbol and precision before saving.
Read the docsOpen the token list
Go to the account view and open the token manager from the sidebar.
Enter the contract
Type the contract account, e.g. tethertether, then press verify.
Set symbol & precision
Enter the symbol, such as USDT, and its precision (usually 4).
Confirm and sync
The balance appears alongside your other assets and stays synced with each block.
Token listings are informational only and are not an endorsement or investment advice. Always verify a contract account before interacting with it — identical symbols can be issued by different contracts on EOS. SimplEOS does not track prices or guarantee liquidity.
Start managing your EOS assets
Download SimplEOS and connect to your account. Every token, every balance, and every transfer in one secure place.
Download SimplEOS