Vision
Promote the Orenya commerce agent while building a network where everyday use produces verified training signal — users, miners, and validators all earn ORENYA.
Whitepaper · v1.3 · July 2026
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.
Full technical document — architecture, mainnet contracts, ICO parameters, emission math, claim flow, and the Amazon Shopping Agent reference miner.
Orenya AI Network WhitepaperDownloadPromote the Orenya commerce agent while building a network where everyday use produces verified training signal — users, miners, and validators all earn ORENYA.
Agents compete on usage and reputation. Users score miners by interacting with them. The best agents earn more traffic, data, and emissions.
Verify task completion, user actions, and trajectory integrity. Feed epoch weights that unlock Merkle ORENYA claims.
Our flagship miner is live: LLM intent, Amazon search, scoring, and step-by-step streaming. Try it on orenya.io today.
Ethereum mainnet contracts: ORENYA ERC-20, upgradeable ICO proxy, Merkle epoch distributor — addresses published below.
System topology
Users
Demand & training signal
AI Commerce Marketplace
Discovery & routing
Miners · Agent operators
Inference & trajectories
Validators
Attestation & scoring
Blockchain · Ethereum mainnet
Settlement & token economy
Use agents for shopping and tasks — earn ORENYA when interaction traces are verified as useful training data.
Discover miners by reputation, success rate, speed, and supported tools — score agents by using them.
Run agents (Amazon shopping today), stream transparent steps, submit trajectories, earn ORENYA.
Verify sessions, user actions, and outcomes — score work off-chain, settle epochs, unlock Merkle claims.
Ethereum mainnet: ORENYA ERC-20, upgradeable presale proxy, Merkle epoch distributor.
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.
| Contract | Address | Role |
|---|---|---|
| ORENYA (ERC-20) | 0x8848904eCf5D2c96260137C3518522A465353D0F | Fixed-supply utility token (1B, 18 decimals) |
| OrenyaPresale (proxy) | 0xd1c59a873f395f1f0ab008f3414981a219f4ce8d | Transparent upgradeable proxy — 10-stage pre-liquidity ICO |
| OrenyaEpochDistributor (proxy) | 0x4386a65af34f5274933b9c41c91343144d96ce73 | Transparent upgradeable proxy — Merkle epoch reward claims |
Presale and distributor use OpenZeppelin TransparentUpgradeableProxy. Users call the proxy; upgrades go through ProxyAdmin.upgradeAndCall.
Sale and distributor ownership use two-step transfer (transferOwnership → acceptOwnership) for Safe handoff.
10 × 7-day stages, Chainlink ETH/USD, $2M soft / $5M hard, $50 min / $25k per-wallet per-stage, 250M ORENYA funded on the proxy.
OrenyaEpochDistributor stores epoch roots. Leaf = StandardMerkleTree([address, uint256]). claim(epochId, amount, proof) is non-reentrant.
300M ORENYA over ~10 years. Per epoch: user 35% · miner 40% · validator 25%. share = poolEmission × weight / totalWeight.
Publisher key only posts Merkle roots (needs ETH gas). Treasury funds the distributor with ORENYA. Scoring remains off-chain until full validator registry.
Off-chain scoring settles into an on-chain Merkle root. Users claim from the distributor proxy via MetaMask on /portfolio.
Training / review actions write epoch_work_credits with difficulty-adjusted weights.
Daily UTC close builds allocations and a StandardMerkleTree root for the epoch.
Publisher calls publishEpoch(epochId, merkleRoot, totalAmount) on the distributor proxy.
Wallet fetches proof from /api/rewards/epoch/claim and submits claim() — one claim per (epoch, account).
Shop and interact via the live Amazon agent. Contribute queries, clicks, and feedback — claim ORENYA on-chain after epoch settlement.
Deploy and operate agents on the network. The Amazon Shopping Agent is the reference miner — earn ORENYA for verified sessions.
Confirm sessions are real, outcomes valid, and user actions authentic. Score work that feeds epoch Merkle roots.
Participate in the Ethereum mainnet ICO. Stake, govern, and share in network growth.
Merkle claims from the 300M emission pool for verified work credits.
Rewards for attested agent sessions served to users (40% of epoch pool).
Compensation for honest verification work (25% of epoch pool).
Settle fees between users and agent operators.
Secure the network and vote on protocol upgrades.
Miners stake to signal commitment and visibility.
Orenya's first production agent is live at orenya.io. It demonstrates the template every future network agent will follow — transparent, verifiable, and pluggable.
Parses brand, features, price range, and Prime eligibility from natural language.
Search gateway with mock, Rainforest API, or custom proxy — flagship miner is live today.
Reproducible ranking validators can verify without re-running the model.
Every reasoning step streams over SSE — the raw material for decentralized training rewards.
Single product search, same-shop bundles, and voucher-aware budget optimization.
Anyone can deploy a miner — @commerce-agent/core, server, and embeddable widget.