Dashboard

The lender dashboard combines your on-chain position (verifiable directly from the contracts) with UI-side conveniences like APR and accumulated yield.

On-chain, verifiable directly

Every item in this list can be read straight from the contracts. If the UI disappeared tomorrow, you could reconstruct all of it with a block explorer or an RPC call.

UI convenience rollups

These numbers are computed client-side from the on-chain data above. They’re convenient, but they are not themselves on-chain state. If you want to audit them, recompute from the raw events.

What you can’t see

You cannot see individual loan details under your allocation. Every lender’s PLUSD and sPLUSD is fungible, so your exposure is pro-rata across the entire active loan book — there’s no “loan #42 is yours and loan #43 is someone else’s” slicing. You can see the loan book itself on the Protocol Dashboard (per-loan originator, commodity, corridor, outstanding principal, tenor, status), but you cannot attribute a specific loan to your specific shares.

Protocol Dashboard

Protocol-wide figures — total PLUSD supply, Capital Wallet reserves, the 15% USDC buffer status, the full loan book, withdrawal queue depth, yield history — live on the Protocol Dashboard: [link placeholder — URL to be set at launch].

Verifying on your own

Every number on your dashboard can be reconstructed from on-chain calls and event logs. Contract addresses, ABIs, and deployment blocks live on /security/audits-and-addresses/. If a UI number disagrees with what the contract returns, the contract is the source of truth.

See also