Contents

Chapter 1

Feed Registry

On-chain feed registry that maps asset pairs to their oracle feed addresses. Supports versioned feed updates, admin governance, and efficient pair-hash lookups. The canonical source of truth for "which feed serves which pair" in your protocol.

Chapter 2

Features

  • Pair-to-feed mapping — Register and look up oracle feeds by (base, quote) pair
  • Versioned updates — Track feed history per pair with version numbers
  • Proposal governance — Two-step feed updates (propose → accept) for safety
  • Batch queries — Get multiple feeds in a single call
  • Efficient hashing — PairHash library for gas-efficient keccak256(base, quote)
  • Access control — Ownable2Step for safe admin transfers
Chapter 3
🔒 Available in full product

Architecture

Chapter 4
🔒 Available in full product

Usage

You’ve reached the end of the free preview

Get the full Feed Registry and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $10 →
📦 Free sample included — download another copy for the full product.
Feed Registry v1.0.0 — Free Preview