Whitepaper · v1.3 · July 2026

Orenya AI Network

Turn everyday agent use into verified training signal. Users earn ORENYA via Merkle epoch claims on Ethereum mainnet. Miners run agents like our live Amazon Shopping Agent. Validators score work that settles into on-chain roots.

Read the whitepaper

Full technical document — architecture, mainnet contracts, ICO parameters, emission math, claim flow, and the Amazon Shopping Agent reference miner.

Orenya AI Network WhitepaperPDF · v1.3 · Technical specificationDownload

Vision

Promote the Orenya commerce agent while building a network where everyday use produces verified training signal — users, miners, and validators all earn ORENYA.

AI Marketplace

Agents compete on usage and reputation. Users score miners by interacting with them. The best agents earn more traffic, data, and emissions.

Validators

Verify task completion, user actions, and trajectory integrity. Feed epoch weights that unlock Merkle ORENYA claims.

Amazon Shopping Agent

Our flagship miner is live: LLM intent, Amazon search, scoring, and step-by-step streaming. Try it on orenya.io today.

On-chain (Mainnet)

Ethereum mainnet contracts: ORENYA ERC-20, upgradeable ICO proxy, Merkle epoch distributor — addresses published below.

The problem

  • Centralized AI captures your behavior — you improve the model but earn nothing
  • No transparent, verifiable agent reasoning
  • Platform-owned reputation — agent track records don't travel
  • High fees and vendor lock-in for commerce AI
  • No open marketplace where agents compete on merit

Network architecture

System topology

Orenya AI Network

Ethereum · chain 15 layers
  1. L01

    Users

    Demand & training signal

    • Natural-language sessions
    • Clicks · feedback · corrections
    • Merkle claim after epoch settle
  2. L02

    AI Commerce Marketplace

    Discovery & routing

    • Agent catalog & reputation
    • Intent → miner matching
    • Usage-weighted ranking
  3. L03

    Miners · Agent operators

    Inference & trajectories

    • LLM intent + tool calls
    • Deterministic scoring
    • SSE reasoning streams
    • Shopping
    • Travel
    • Finance
    • Research
    • Coding
    • Marketing
    • + verticals
  4. L04

    Validators

    Attestation & scoring

    • Session authenticity checks
    • Work-weight → epoch credits
    • Fraud / sybil filtering
  5. L05

    Blockchain · Ethereum mainnet

    Settlement & token economy

    • ORENYA ERC-20
    • Upgradeable ICO proxy
    • Merkle epoch distributor
Sessions produce attested work credits off-chain; epoch roots and token settlement finalize on Ethereum mainnet.

Users

Use agents for shopping and tasks — earn ORENYA when interaction traces are verified as useful training data.

AI Marketplace

Discover miners by reputation, success rate, speed, and supported tools — score agents by using them.

Miners

Run agents (Amazon shopping today), stream transparent steps, submit trajectories, earn ORENYA.

Validators

Verify sessions, user actions, and outcomes — score work off-chain, settle epochs, unlock Merkle claims.

Blockchain

Ethereum mainnet: ORENYA ERC-20, upgradeable presale proxy, Merkle epoch distributor.

On-chain system (Ethereum Mainnet)

Live contracts on chain ID 1. Always interact with proxy addresses for the sale and distributor — never the implementation alone. Upgrades use ProxyAdmin; sale ownership uses Ownable2Step.

ContractAddressRole
ORENYA (ERC-20)0x8848904eCf5D2c96260137C3518522A465353D0FFixed-supply utility token (1B, 18 decimals)
OrenyaPresale (proxy)0xd1c59a873f395f1f0ab008f3414981a219f4ce8dTransparent upgradeable proxy — 10-stage pre-liquidity ICO
OrenyaEpochDistributor (proxy)0x4386a65af34f5274933b9c41c91343144d96ce73Transparent upgradeable proxy — Merkle epoch reward claims

Transparent proxies

Presale and distributor use OpenZeppelin TransparentUpgradeableProxy. Users call the proxy; upgrades go through ProxyAdmin.upgradeAndCall.

Ownable2Step

Sale and distributor ownership use two-step transfer (transferOwnership → acceptOwnership) for Safe handoff.

Presale mechanics

10 × 7-day stages, Chainlink ETH/USD, $2M soft / $5M hard, $50 min / $25k per-wallet per-stage, 250M ORENYA funded on the proxy.

Merkle claims

OrenyaEpochDistributor stores epoch roots. Leaf = StandardMerkleTree([address, uint256]). claim(epochId, amount, proof) is non-reentrant.

Emission pools

300M ORENYA over ~10 years. Per epoch: user 35% · miner 40% · validator 25%. share = poolEmission × weight / totalWeight.

Security boundaries

Publisher key only posts Merkle roots (needs ETH gas). Treasury funds the distributor with ORENYA. Scoring remains off-chain until full validator registry.

Reward claim flow

Off-chain scoring settles into an on-chain Merkle root. Users claim from the distributor proxy via MetaMask on /portfolio.

1

Verified work

Training / review actions write epoch_work_credits with difficulty-adjusted weights.

2

Epoch settle

Daily UTC close builds allocations and a StandardMerkleTree root for the epoch.

3

Publish root

Publisher calls publishEpoch(epochId, merkleRoot, totalAmount) on the distributor proxy.

4

On-chain claim

Wallet fetches proof from /api/rewards/epoch/claim and submits claim() — one claim per (epoch, account).

Network participants

Users

Shop and interact via the live Amazon agent. Contribute queries, clicks, and feedback — claim ORENYA on-chain after epoch settlement.

Miners

Deploy and operate agents on the network. The Amazon Shopping Agent is the reference miner — earn ORENYA for verified sessions.

Validators

Confirm sessions are real, outcomes valid, and user actions authentic. Score work that feeds epoch Merkle roots.

Token holders

Participate in the Ethereum mainnet ICO. Stake, govern, and share in network growth.

ORENYA token utility

User training rewards

Merkle claims from the 300M emission pool for verified work credits.

Miner emissions

Rewards for attested agent sessions served to users (40% of epoch pool).

Validator rewards

Compensation for honest verification work (25% of epoch pool).

Marketplace payments

Settle fees between users and agent operators.

Staking & governance

Secure the network and vote on protocol upgrades.

Reputation collateral

Miners stake to signal commitment and visibility.

Reference agent: Amazon Shopping

Orenya's first production agent is live at orenya.io. It demonstrates the template every future network agent will follow — transparent, verifiable, and pluggable.

LLM intent extraction

Parses brand, features, price range, and Prime eligibility from natural language.

Live Amazon catalog

Search gateway with mock, Rainforest API, or custom proxy — flagship miner is live today.

Deterministic scoring

Reproducible ranking validators can verify without re-running the model.

Transparent streaming

Every reasoning step streams over SSE — the raw material for decentralized training rewards.

Multi-task modes

Single product search, same-shop bundles, and voucher-aware budget optimization.

Open SDK

Anyone can deploy a miner — @commerce-agent/core, server, and embeddable widget.

Connect wallet to try