Skip to main content

Smart Contracts

Oyrade's prediction market logic is built on Solana using the Anchor Framework. The smart contracts are currently closed-source as the protocol is in active development. We plan to open-source the contracts and publish the full technical reference after our security audit process is complete.

Program Address (Devnet)

The program is currently deployed on Solana Devnet:

2iwZ1MZctVHXYXa5xN8QE2zZaah3hevS6JWT7TB81Ki9

You can view the program on Solscan Devnet or Solana Explorer Devnet. The mainnet deployment address will be announced once the audit is finalized.

Overview

The program is a single Anchor program that handles the full prediction market lifecycle - market creation, outcome token minting, trading, liquidity provisioning, resolution, and payout claims. Markets use a constant product AMM for price discovery, and each market mints two SPL tokens representing the Yes and No outcomes.

For integration inquiries or partnership access to the technical documentation, reach out to the team on Discord.