SYNTHORYX / WHITEPAPER
v1.0 — DRAFT DASHBOARD PDF
// TECHNICAL WHITEPAPER — VERSION 1.0

SYNTHORYX
PROTOCOL

An AI-Driven RWA Synthetic Asset Protocol for On-Chain Trading of Real-World Assets — Stocks, Commodities, Forex — on BNB Chain.

PUBLISHEDQ3 2025
VERSION1.0 — DRAFT
CHAINBNB Chain (BEP-20)
AUDITORCertiK
TOKEN$SYRX
// SECTION 1 — INTRODUCTION

1.1 Abstract

Synthoryx is an AI-driven synthetic asset protocol that enables the on-chain creation, trading, and management of tokenized real-world assets (RWAs). By leveraging a proprietary AI Oracle Engine that aggregates 500+ verified price sources, Synthoryx eliminates the need for traditional order books and counterparties, allowing any user to gain price exposure to stocks, commodities, and forex — directly from their Web3 wallet.

The protocol operates on BNB Chain and is built around three core primitives: AI-verified price feeds, collateral-backed synthetic minting, and zero-slippage oracle-priced trading. All protocol logic is governed by $SYRX token holders through an on-chain DAO mechanism.

KEY THESIS

The global derivatives market exceeds $1 quadrillion in notional value. DeFi has captured less than 0.01% of this. Synthoryx is built to bridge this gap by removing every friction point that currently prevents on-chain derivatives adoption.

1.2 Problem Statement

Traditional financial markets are plagued by accessibility barriers: brokerage accounts, KYC requirements, geographic restrictions, and trading hours. Existing DeFi derivatives protocols suffer from their own set of limitations:

PROBLEMTRADITIONAL FINANCECURRENT DEFI
AccessKYC, geography-locked, min depositsGas costs, complex UX
Price AccuracyExchange-dependent, closed hoursOracle manipulation risk
SlippageSpread + commissionsLiquidity depth constraints
Asset RangeBroad but siloed per brokerCrypto-only, limited RWA
SettlementT+2 or T+0 (depending)Instant, but MEV-prone

Synthoryx resolves all five vectors simultaneously through its unified protocol design.

1.3 Vision & Mission

Vision: A world where every financial instrument — from Apple stock to Brent crude — is accessible to anyone with a Web3 wallet, tradeable 24/7, with institutional-grade price accuracy.

Mission: To build the most capital-efficient, manipulation-resistant synthetic asset protocol, backed by AI-verified price feeds and governed by a decentralized community of $SYRX holders.

// SECTION 2 — PROTOCOL DESIGN

2.1 Architecture Overview

The Synthoryx protocol is composed of four on-chain modules deployed on BNB Chain:

┌─────────────────────────────────────────────┐ │ SYNTHORYX PROTOCOL │ ├──────────────┬──────────────┬───────────────┤ │ AI ORACLE │ VAULT/COLL │ SYNTH ENGINE │ │ MODULE │ MODULE │ MODULE │ │ (500+ feeds)│ (USDC/ETH) │ (Mint/Burn) │ ├──────────────┴──────────────┴───────────────┤ │ GOVERNANCE (DAO) │ │ $SYRX Token │ └─────────────────────────────────────────────┘

Each module is independently upgradeable via governance proposals, with a 48-hour timelock on all critical parameter changes.

2.2 AI Oracle Engine

The AI Oracle Engine is the most critical component of the Synthoryx protocol. It is responsible for providing real-time, manipulation-resistant price feeds for all synthetic assets.

Data Aggregation

The oracle aggregates price data from 500+ verified sources including: major centralized exchanges (Binance, Coinbase, OKX), financial data APIs (Bloomberg, Refinitiv), on-chain DEX pools, and institutional market makers. Data is collected at 100ms intervals and processed by the AI layer.

AI Outlier Detection

A proprietary machine learning model trained on 5 years of historical manipulation events identifies and removes outlier price sources in real-time. The model assigns confidence scores to each source, and uses a weighted trimmed mean for the final price:

Pfinal = Σ(wi · Pi) / Σwi   where wi = confidence_score(sourcei)

On-Chain Publication

The final weighted price is signed by a threshold of 7-of-11 oracle nodes and published on-chain with sub-1s latency. Each price update includes a cryptographic proof of the aggregation computation.

2.3 Synthetic Asset Minting

Any user can mint a synthetic asset by depositing collateral into the Vault module and calling mint(assetId, amount). The protocol mints exactly amount units of the synthetic, priced at the current oracle rate.

ATOMIC TRANSACTION

Minting is fully atomic — collateral lock, price lock, and synthetic issuance happen in a single transaction. There is no window for MEV extraction or price manipulation between these steps.

PARAMETERVALUENOTES
Min Collateral Ratio150%Prevents under-collateralization
Liquidation Threshold120%Keeper bots trigger liquidation
Mint Fee0.15%Distributed to stakers
Burn Fee0.15%Distributed to stakers
Max Single Mint$5,000,000Anti-manipulation guard

2.4 Collateral System

The protocol accepts three forms of collateral, each with a unique Collateral Factor (CF) that determines how much synthetic value can be minted per dollar of collateral:

COLLATERALCFMIN RATIOMAX DEPOSIT
USDC100%150%Unlimited
ETH85%160%$50M TVL cap
BNB80%165%$30M TVL cap
// SECTION 3 — TOKENOMICS

3.1 $SYRX Token Overview

$SYRX is the native utility and governance token of the Synthoryx protocol. Deployed as a BEP-20 token on BNB Chain, it serves as the economic backbone of the entire ecosystem.

Total Supply: 1,000,000,000 SYRX (fixed, no inflationary minting after TGE). A 2% fee burn mechanism creates long-term deflationary pressure as protocol revenue grows.

3.2 Token Distribution

CATEGORYALLOCATIONTOKENSVESTING
Ecosystem Rewards35%350,000,000TGE 10% → Linear 48M
Team & Advisors15%150,000,00012M cliff → Linear 36M
Private Sale15%150,000,000TGE 10% → Linear 42M
Treasury15%150,000,000TGE 10% → Governance controlled
Partnerships10%100,000,00012M cliff → Linear 24M
Public Sale10%100,000,000TGE 50% → 6M linear

3.3 Token Utility

$SYRX provides six distinct utility functions within the protocol ecosystem:

Governance

$SYRX holders can propose and vote on protocol parameter changes, new asset listings, collateral additions, and treasury allocations. A minimum of 100,000 SYRX is required to submit a proposal. Voting period is 5 days with a 48-hour timelock on execution.

Fee Discounts

Holding or staking $SYRX entitles users to trading fee discounts:

SYRX HELD / STAKEDFEE DISCOUNT
1,000 — 9,999 SYRX10% discount
10,000 — 49,999 SYRX25% discount
50,000+ SYRX50% discount

Staking Rewards

20% of all protocol fees are distributed to $SYRX stakers proportional to their stake. Current APY is approximately 18.4% at current TVL levels.

Burn Mechanism

2% of all protocol fee revenue is used to buy back and permanently burn $SYRX tokens, creating deflationary pressure as protocol usage grows.

3.4 Vesting Schedule

All non-public-sale allocations are subject to vesting schedules designed to align long-term incentives and prevent market dumping at TGE.

TEAM CLIFF

Team and advisor tokens are subject to a mandatory 12-month cliff period. Zero team tokens are unlocked before Month 12, ensuring founding team commitment to long-term protocol success.

For the full interactive vesting schedule including the step-line chart, see the Vesting Schedule page →

// SECTION 4 — DEVELOPMENT ROADMAP

4.1 Phase 1 — FABRICATION (Q3 2025) ✓

Phase 1 focused on building the foundational infrastructure of the protocol:

Core smart contract suite (Vault, SynthEngine, OracleModule, Governance)

AI Oracle Engine v1 — backtested on 5 years of multi-asset price data

CertiK full security audit — zero critical findings, all mediums resolved

BNB Chain testnet deployment — 1,200+ community beta testers

4.2 Phase 2 — ASSEMBLY (Q4 2025) ⟳ IN PROGRESS

BNB Chain mainnet deployment — all core contracts live

Initial stock synthetics: sAAPL, sTSLA, sGOOGL, sMSFT

$SYRX TGE & PancakeSwap DEX listing — Q4 2025

On-chain governance module activation

4.3 Phase 3 — DEPLOYMENT (Q1 2026)

Commodity & Forex synthetic suite (sGOLD, sOIL, sEUR/USD, 12 more assets)

AI Oracle v2 — multi-source cross-validation with anomaly scoring

Institutional API & SDK for programmatic trading integration

$500M TVL milestone target — expanded liquidity incentives

Mobile app launch (iOS + Android) — full trading suite

4.4 Phase 4 — EXPANSION (Q2 2026+)

Ethereum & Arbitrum cross-chain deployment via LayerZero

Synthetic options and structured product suite

Full DAO governance handover — protocol fully community-owned

$2B TVL milestone target

Synthoryx v2 — second-generation protocol with enhanced capital efficiency

// SECTION 5 — RISK FACTORS & LEGAL

5.1 Risk Factors

Participants in the Synthoryx protocol should be aware of the following material risks:

Smart Contract Risk

Despite a comprehensive CertiK audit, smart contracts may contain undiscovered vulnerabilities. All protocol upgrades are subject to a 48-hour timelock and community governance vote.

Oracle Manipulation Risk

Although the AI Oracle Engine is designed to be highly resistant to manipulation, extreme market conditions or coordinated attacks on multiple price sources could potentially compromise price accuracy. Circuit breakers are implemented to halt trading if price anomalies are detected.

Liquidation Risk

Positions with collateralization ratios below 120% are subject to automatic liquidation. Rapid market movements may cause liquidations before users can respond.

Regulatory Risk

The regulatory landscape for synthetic assets and DeFi protocols is evolving rapidly. Changes in applicable regulations could impact protocol operations in certain jurisdictions.