Quickstart
This page provides the shortest path to an Ollo integration or testnet interaction.
1. Pick Your Interface
- Direct contracts if you want protocol-native integration
- REST gateway if you want a higher-level HTTP surface
- Onchain reads and deployments if you are doing analytics or operational tooling
2. Start From The Current Environment
The primary published environment is Unichain Sepolia with chain ID 1301.
3. Understand The Access Model
The current Gateway plus Broadcast stack routes invite-only closed beta writes through a custodial service for registered users. Direct protocol integrations should review the contract layer.
4. Check The Core Docs
5. Run A Minimal Flow
- Inspect published markets and deployments
- Create or locate a trading account
- Deposit allowlisted collateral
- Query the order book or funding
- Place a test trade
In the current closed beta, the allowlisted collateral asset is test USDC.
Public Integration Prerequisites
The monorepo uses:
- Bun for
appanddocs - Rust for backend services
- Foundry for smart contracts