MORE
  • Introduction
  • MORE Vaults
    • Vaults Framework
      • Diamond Standard (EIP-2535)
      • Component Interactions
      • Upgrade & Governance Flow
    • Core Protocol Components
      • Factory
      • Core Facets
      • Registries
      • Internal Libraries
      • Accounting
    • Connectors
      • AMMs & DEXes
      • Staking
      • Lending
      • Leverage
      • Oracles
      • External Interfaces
      • Multicall
    • Security & Governance
      • Roles & Access Control
      • Upgrade Flow & Timelock
      • Configuration Guard Rails
      • Registries as Boundaries
      • Error & Event Catalogue
    • Developer Workflows
      • Deploying a New Vault
      • Extend with New Facets
      • Indexer Integration
    • Reference & Glossary
      • Event Index
      • Capabilities
      • Terms & Abbreviations
      • Contracts
  • MORE Markets
    • Markets Framework
      • Liquidity Protocol
      • Supply
      • Borrow
      • Repay
      • Withdraw
      • Liquidations
      • Flash Loans
      • Risks
    • Markets
      • Liquidity Pool
      • Reserve
      • Incentives
      • Oracles
    • Contracts
    • Build
  • Resources
    • Code, Licenses & Audits
    • Brand Assets
  • Privacy Policy
  • Terms of Use
Powered by GitBook
On this page
  1. MORE Vaults
  2. Developer Workflows

Indexer Integration

Everything a dashboard needs is event‑driven and pointer‑stable.

Task
Where to listen / query
Why it’s stable

Discover vaults

VaultDeployed events on the factory or deployedVaults(i) getter

Factory address doesn’t change; one source of truth.

Render live facet map

facets() on the vault’s DiamondLoupeFacet

Selector‑to‑facet mapping updates on every upgrade.

Track upgrades

ActionsSubmitted / Executed / Vetoed events from MulticallFacet

Provides proposal hash, timestamp, and executor for each batch.

Monitor registry status

isFactoryVault(address) and OracleUpdated events on the registry

Flags delistings or oracle rotations without inspecting individual vaults.

PreviousExtend with New FacetsNextReference & Glossary

Last updated 14 days ago