Skip to main content

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

  1. Inspect published markets and deployments
  2. Create or locate a trading account
  3. Deposit allowlisted collateral
  4. Query the order book or funding
  5. Place a test trade

In the current closed beta, the allowlisted collateral asset is test USDC.

Public Integration Prerequisites

The monorepo uses:

  • Bun for app and docs
  • Rust for backend services
  • Foundry for smart contracts