Simplicity Lending Resources
Knowledge
- Simplicity Lending Protocol (official docs)
Canonical protocol design: P2P lending variants, utility/parameter tokens, covenant decomposition, indexer discovery rules. Use for: financial terms, state machine, bit-packed parameters, Pre-lock verification template.
- BlockstreamResearch/simplicity-lending
Reference implementation: Rust contracts crate, indexer API, CLI, React demo. Use for: how offers are created/indexed in practice (may differ from older doc sections).
- Simplicity Lending demo
Live borrower/lender UX on testnet. Use for: seeing the offer lifecycle end-to-end before reading code.
Wisdom (Communities)
Gaps
- No single doc reconciles official parameter-token / Pre-lock design with the current IssuanceFactory + LendingOffer model in
simplicity-lending main. Lessons flag this; verify against the reference repo when reviewing.