Architecture
A technical map of the Regent sovereignty stack (Layer 1/2/3)
Last updated
A technical map of the Regent sovereignty stack (Layer 1/2/3)
Last updated
flowchart TD
Layer1[Layer1_CoreProtocols] --> Layer2[Layer2_RegentCore]
Layer2 --> Layer3[Layer3_ProductSurfaces]
subgraph L1[Layer1]
x402[x402_Payments]
erc8004[ERC8004_IdentityReputationValidation]
xmtp[XMTP_Messaging]
ens[ENS_Naming]
eigen[EigenCloud_EigenCompute_EigenAI]
evals[OpenAI_Evals]
end
subgraph L2[Layer2]
contracts[Contracts]
sdk[regent-sdk]
facilitator[facilitator]
mcp[MCP_Server]
end
subgraph L3[Layer3]
website[Website]
agents[AgentCatalog]
dashboards[Dashboards]
end
x402 --> facilitator
erc8004 --> contracts
erc8004 --> sdk
xmtp --> agents
ens --> agents
eigen --> sdk
evals --> agents