APIs
What the frontend calls and what it does not.
The frontend currently makes no network requests for protocol data. Every read resolves from configuration through the preview adapter, which is why the preview build is fully static and instant.
After deployment
| Concern | Transport |
|---|---|
| Contract reads | RPC on Robinhood Chain via viem multicall |
| Contract writes | Wallet provider via wagmi or viem |
| Series and activity | Indexer HTTP endpoint |
| Valuation | Oracle contracts, read alongside balances |