| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ergo-inspired oracle pool protocol for Cardano. On-chain data aggregation with transparent individual oracle submissions, consumed by dApps via CIP-31 reference inputs at zero cost.
Status: Specification — contracts not yet implemented.
A fully on-chain oracle pool where:
This differs from existing Cardano oracles (Orcfax, Charli3) which aggregate off-chain and only post the final value. Here, aggregation is deterministic, verifiable, and enforced by validators.
5 validators governing 5 UTxO types:
| Validator | Purpose |
|---|---|
| Pool | Holds finalized aggregated rate, consumed via reference input |
| Refresh | Triggers epoch transitions, validates and aggregates data points |
| Oracle | One per operator — posts data, accumulates rewards |
| Ballot | Governance voting for parameter changes |
| Update | Contract upgrade mechanism |
See docs/SPECIFICATION.md for the full design.
aiken buildaiken checkoracle_pool/ ├── docs/ │ └── SPECIFICATION.md # Full protocol specification ├── validators/ # Aiken validator contracts (Phase 1) ├── lib/ # Shared types and helpers ├── aiken.toml # Project config (Plutus V3, stdlib v3.0.0) └── README.md
Adapted from Ergo Oracle Pools v2 (EIP-0023) for Cardano's eUTXO model using CIP-31 reference inputs, CIP-32 inline datums, and CIP-33 reference scripts.
Apache-2.0
| Back | FazBrowse Home | New Git URL |