Share-denominated collateral
The contract owns vault shares. Free, locked, and reserve buckets are internal accounting—not separate vault positions.
| Guide | Read if you… |
|---|---|
| User guide | Join or create pools in the app — collateral, rounds, yield, and risks in plain language. |
| Implementation guide | Integrate or audit the contract — storage, APIs, and settlement mechanics. |
Canonical behavior lives in src/Pasanaku.vy and the passing test suite. These docs explain that behavior for people and for integrators.
For a short contributor checklist, see CONTEXT.md in the repository root. For install, test, and deploy commands, see README.md.
As a participant
As an integrator