Epoch Protocol

  • Name: Epoch Protocol
  • URL: https://epochprotocol.xyz/
  • Category: intent-solver coordination layer / account-abstraction automation infrastructure / cross-chain state-routing middleware
  • Summary: Epoch Protocol is best understood as an intent-solver coordination layer rather than as a simple bridge, solver, or smart-wallet app. Its docs describe a system where users submit declarative intents, Sub-Intent Orchestrators (SIOs) decompose those intents into partial state updates, Hyperions observe onchain and offchain conditions, multiple internal and external solvers compete on each sub-problem, and consensus selects the most optimal valid aggregate path before atomic settlement. The reusable mechanism insight is that Epoch tries to move power up one layer from “which solver wins this route?” to “who controls the orchestration logic that decomposes intents, weights constraints, chooses solver composition, and decides when conditions are good enough to execute?”
  • What it does:
    • Lets users and dapps submit declarative intents with approvals, constraints, deadlines, triggers, optimization factors, and preferred solvers
    • Uses SIOs to break a user intent into sub-intents, query multiple solver modules, and assemble the best end-to-end state transition
    • Uses Hyperions as pluggable observers that monitor onchain and offchain state so intents can execute when specified conditions are met
    • Routes settlement through smart-contract wallets, plugins, hooks, registry/gatekeeper contracts, paymaster support, and ERC-4337-style bundling
    • Maintains permissioned liquidity pools intended to give near-instant destination-chain execution while source-chain assets remain escrowed until proofs and partner flows rebalance the system
    • Exposes an SDK and public GitHub surfaces for creating, signing, and submitting intents against the protocol
  • Key claims:
    • The litepaper defines Epoch as an “Intent-Solver Coordination layer” meant to abstract away chain, protocol, gas, and execution-path complexity from users and dapps
    • The docs say Epoch is not just “friendly solver coordination” but an overseer/controller focused on optimizing what the user asked for, which is the clearest first-party clue about where the protocol thinks its value sits
    • The architecture centers SIOs, which the docs describe as the governing body for solver collaboration: they deconstruct intents, query internal and external solvers, weigh partial state transitions, and connect the initial and final state through the most optimal path
    • The docs say node runners can tweak SIO logic or use their own business logic, which makes orchestration policy itself a practical control surface rather than a fixed neutral primitive
    • Hyperions are described as pluggable observers for onchain and offchain conditions, including delayed or condition-dependent execution, which expands Epoch beyond one-shot routing into standing-intent automation
    • The protocol says user funds stay non-custodial because SAFE smart-contract wallets hold assets while users or wallet owners remain the only signers; Epoch does not hold signing keys
    • The onchain stack includes registry/gatekeeper contracts, plugins, hooks, paymaster support, and permissioned liquidity pools, which means settlement policy, proof requirements, and liquidity-provider relationships all become part of the trust surface
    • The public SDK reinforces the classification by exposing intent creation, nonce retrieval, EIP-191 signing, and submission against Epoch nodes rather than only publishing contracts in isolation
  • Whitepaper: The main current technical source is the official litepaper/docs stack at https://docs.epochprotocol.xyz/litepaper; no standalone local PDF was pulled in this pass. The strongest operational sources were the overview docs, litepaper, contracts docs, and public GitHub surfaces collected in ../whitepapers/epoch-protocol-primary-sources-2026-05-08.md.
  • Sources:
  • Last reviewed: 2026-05-08 UTC