Categories#
Categories groups related pages inside Develop. Contract pattern categories by use case.
The table links to the next useful page or sub-hub, keeping the sidebar staged instead of fully expanded.
Map#
| Page | What you'll find |
|---|---|
| Tokens | This category collects token-centric contract patterns. |
| Access Control | Access control patterns constrain who can spend and under what conditions, often encoding rate limits, roles, or governance checks. |
| Privacy | Privacy-focused tools and related user documentation. |
| Oracles | Oracle patterns verify and consume external data on-chain, covering commitment schemes, aggregation, and trust-minimization. |
| Proofs | Proof patterns verify cryptographic statements on-chain. |
| Interoperability | Interoperability patterns enable cross-system flows such as pegs, relays, and asset imports with minimized trust through on-chain verification or incentives. |
| Randomness | Randomness patterns provide unbiased or economically-secure randomness for on-chain decisions, often via commit–reveal, VRF, or protocol-derived entropy. |
| Insurance | Insurance patterns encode protection against specified risks with on-chain criteria for claims, payouts, and dispute handling. |