Layer 2 (Regent Core)

Layer 2 Regent Core (contracts, SDK, facilitator, MCP server)

Layer 2 is Regent’s “composition layer” that turns Layer 1 primitives into a usable developer platform.

Contracts

Goal: protocol-level economics and registries on Base.

  • $REGENT token + staking

  • burn-vs-distribute preferences (protocolburn.sol)

  • one-tx agent deployment (regentcreator.sol)

  • registries mapping agents ↔ tokens ↔ treasuries

  • revenue routing + vaults

  • bond vaults (REGENT-backed collateral)

  • ERC-8004 adapters

See: Protocol docs

regent-sdk

Goal: TypeScript SDK for building Regent-native agents.

  • framework adapters (Hono/Express/TanStack/etc)

  • x402 helpers

  • ERC-8004 helpers

See: Regent SDK docs

Facilitator

Goal: x402 verification + on-chain settlement (and identity/reputation side-effects).

See: Facilitator docs

MCP server

Goal: an agent-native API surface to query and operate within Regent.

See: MCP server docs

Last updated