Interest-Bearing Tokens
๐ฐ Interest-Bearing Tokens
The Interest-Bearing Token extension allows token balances to grow passively over time. This creates on-chain assets similar to savings accounts or auto-compounding investments โ directly embedded into the token itself.
โ๏ธ How It Works
You define a fixed annual interest rate, and the token will increase in balance over time. This is handled at the protocol level and does not require staking contracts or user interaction.
Tokens grow passively in compatible wallets and tools. Itโs ideal for:
- Creating yield-bearing tokens
- Simulating bonds or savings accounts
- Building novel DeFi reward mechanisms
๐ Example
Time Period | Balance (5% APY) |
---|---|
Initial | 1,000 Tokens |
After 1 Month | ~1,004.07 Tokens |
After 1 Year | ~1,051.16 Tokens |
After 2 Years | ~1,105.17 Tokens |
Interest is continuously compounded. Wallets and dApps that support this extension will automatically reflect the updated balance.
โ Benefits
- Passive income for token holders
- No need for staking or lockups
- Automatic reward growth in real time
- Works great for DAOs, stable tokens, or loyalty systems
โ ๏ธ DEX Compatibility Warning
Not all DEXs support Interest-Bearing Tokens!
- โ Raydium does not support this extension
- โ Orca does support it (see Orcaโs documentation)
If youโre planning to make your token tradable on a DEX, we recommend using Orca โ or use this extension only for non-trading utilities (staking, gated access, savings, etc.).
๐ Things to Know
- The growing balance is cosmetic only โ no new tokens are minted
- The logic uses Solanaโs network timestamp, so interest is precise, but may slightly drift under extreme conditions
- There is no need to claim or harvest interest โ it appears as part of the balance
NovaBlue handles this configuration automatically during token creation, so you can launch advanced financial assets with zero technical setup.