Integration examples for Setra Protocol — the canonical settlement layer for tokenized equities on Robinhood Chain.
| Example | Description |
|---|---|
| basic-settlement | Minimal DVP settlement through Setra |
| dex-integration | Order book DEX routing trades via ISettlement |
| lending-integration | Lending protocol using sEquity as collateral |
| batch-settlement | Operator-managed batch settlement |
git clone https://github.com/puntertrade/setra-examples.git
cd setra-examples
forge install
forge buildMIT
- Fork the repo
- Add your example under
examples/ - Include a README.md
- Submit a PR