# Developers

- [Optimistic Oracle v2](/developers/optimistic-oracle.md)
- [Using Blacklisting Tokens as Currency](/developers/optimistic-oracle/using-blacklisting-tokens-as-currency.md)
- [Quick Start](/developers/optimistic-oracle/getting-started.md): 0 to 1 Optimistic Oracle integration by example.
- [Deposit Box](/developers/optimistic-oracle/solidity-examples.md): Simple deposit box example that showcases the basic request propose lifecycle of the UMA Optimistic Oracle
- [Event-Based Prediction Market](/developers/optimistic-oracle/in-depth-tutorial-event-based-prediction-market.md): Building a prediction market that uses the UMA Optimistic Oracle for settlement and event identification
- [Insurance Claim Arbitration](/developers/optimistic-oracle/in-depth-tutorial-insurance-claims-arbitration.md): Using the Optimistic Oracle to allow for verification of insurance claims
- [ManagedOptimisticOracleV2](/developers/managedoptimisticoraclev2.md)
- [Proposing via the Oracle Dapp](/developers/managedoptimisticoraclev2/proposing-via-the-oracle-dapp.md)
- [Proposing Programmatically](/developers/managedoptimisticoraclev2/proposing-programmatically.md)
- [Default Proposer Whitelist](/developers/managedoptimisticoraclev2/default-proposer-whitelist.md)
- [Optimistic Oracle v3](/developers/optimistic-oracle-v3.md)
- [ASSERT\_TRUTH Deprecation](/developers/optimistic-oracle-v3/assert_truth-deprecation.md)
- [Using Blacklisting Tokens as Currency](/developers/optimistic-oracle-v3/using-blacklisting-tokens-as-currency.md)
- [Quick start](/developers/optimistic-oracle-v3/quick-start.md): 0 to 1 integration with the Optimistic Oracle V3.
- [Data Asserter](/developers/optimistic-oracle-v3/data-asserter.md): Using the Optimistic Oracle V3 to assert arbitrary off-chain data on-chain.
- [Escalation Managers](/developers/optimistic-oracle-v3/escalation-managers.md): Using the full policy escalation manager as an example for modular functionality you could implement with custom escalation managers
- [Sandboxed Oracle Environment](/developers/optimistic-oracle-v3/sandboxed-oracle-environment.md): Only required for testing the dispute flow
- [Setting Custom Bond and Liveness Parameters](/developers/setting-custom-bond-and-liveness-parameters.md): Overview of Setting Customer Bond and Liveness Parameter in UMA's Optimistic Oracle
