FAQ
Frequently asked questions about VAEA Flash.
What is a flash loan?
A flash loan lets you borrow tokens without collateral, as long as you repay within the same transaction. If repayment fails, the entire transaction reverts — you never received the tokens. The only cost on failure is the base TX fee (~0.000005 SOL).
How is VAEA different from other flash loan providers?
| Feature | VAEA Flash | Marginfi | Kamino | Jupiter Lend |
|---|---|---|---|---|
| Tokens | 120+ / Any SPL | ~143 | ~51 | ~39 |
| SDK Fee | 2 bps (0.02%) | 0% | ~5 bps | 0% |
| State Size | 99 B | ~4,000 B | ~2,000 B | ~1,200 B |
| CPI Consumed | 0 | 1-2 | 1 | 1 |
| Multi-Source | ✅ | ❌ | ❌ | ❌ |
| Smart Router | ✅ | ❌ | ❌ | ❌ |
| Turbo Mode | ✅ | ❌ | ❌ | ❌ |
| Jito Bundles | ✅ Built-in | ❌ | ❌ | ❌ |
| Multi-Token Flash | ✅ | ❌ | ❌ | ❌ |
| Smart Retry | ✅ | ❌ | ❌ | ❌ |
Can I use devnet?
Yes! VAEA Flash is deployed on Solana Devnet.
⚠️ Warning
Jito bundles are mainnet only. You can test all other features on devnet.How much does it cost?
| Route Type | VAEA Fee (SDK) | Swap Cost | Total |
|---|---|---|---|
| Direct (SOL, USDC…) | 0.02% | 0% | 0.02% |
| Synthetic LST (INF, laineSOL…) | 0.02% | ~0.03% | ~0.05% |
| Synthetic Mid-cap (TRUMP, PENGU…) | 0.02% | ~0.08% | ~0.10% |
Which SDK should I use?
| Language | Package | Install |
|---|---|---|
| TypeScript | @vaea/flash | npm install @vaea/flash |
| Rust | vaea-flash-sdk | cargo add vaea-flash-sdk |
| Python | vaea-flash | pip install vaea-flash |
All three SDKs have identical feature parity — same methods, same options, same behavior. Choose based on your stack.
ℹ️ Note
Zero data retention. VAEA has no database and stores no user data. All state is read from the Solana blockchain.