Test SDF Network ; September 2015Soroban RPC:
https://soroban-testnet.stellar.orgHorizon:
https://horizon-testnet.stellar.org
Core Protocol Contracts
Lending Pools
vTokens (LP Share Tokens)
Native Token Contracts (Stellar Asset Contracts)
Blend Capital (External Protocol)
Vanna integrates with Blend Capital as an external yield destination for margin accounts.Aquarius (External AMM)
Vanna integrates with Aquarius for AMM liquidity and swap operations.Soroswap (External DEX)
Vanna integrates with Soroswap for spot swaps from margin accounts.Earn Pool Constants (per pool)
These are the addresses used by the frontend earn integration. Each pool has a lending protocol contract, a vToken contract, and a native token contract.Smart Account addresses are per-user and determined at account creation time. To find a user’s smart account address, call
Registry.get_accounts(user_address) or listen for AccountCreationEvent from the AccountManager contract.
