For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contracts

The contract integrators read from: the NAV Calculator.

The single onchain contract an integrator reads from is the NAV Calculator — the core accounting contract, one upgradeable instance per chain. It both prices balances and, through its verbose read methods (getAccountNavVerbose / getAccountPositionsVerbose), returns positions enriched with human-readable labels for dashboards. There is no separate lens contract; the verbose path is inlined into the NAV Calculator. Deployed addresses are on the Deployment addresses page.

Last updated