Our Key Components
ElizaPay is built from modular components that interact deterministically.
Eliza Agent (Private Banking Operator)
The Eliza Agent is an AI system with a banking function set, including:
multi-chain balance management
stablecoin payment routing
private loan qualification assistance
savings and yield automation
anomaly detection and protection
merchant spending orchestration
Users don’t want to operate DeFi manually. They want:
The Eliza Agent delivers this without outsourcing privacy to centralized cloud inference.
Enclave Runtime (TEE Core)
The TEE runtime provides:
sealed storage persistence
protected key usage (non-exportable)
attestation capability (verifiable runtime identity)
This is the “private brain jar” of ElizaPay.
ZK Balance Shield (Core Proof Utility)
The ZK Balance Shield is ElizaPay’s proof layer for solvency and authorization.
Instead of revealing:
Users can prove statements like:
It unlocks proof-based finance:
privacy-preserving gating for premium services
Policy Engine (Hard Guardrails)
Policy is treated as code, not UI settings.
Example policies
Spend Limits: daily total ≤ $200
Transaction Limits: per tx ≤ $50
Merchant Categories: denylist gambling contracts
Chain Restrictions: only Ethereum L2s
Protocol Restrictions: only audited pools
Approval Rules: block infinite approvals
Emergency Switch: freeze all outgoing transactions
How it enforces
Policies are checked inside enclave before signing.
That is the key: policy enforcement must happen before execution, not after.
Connector Modules (Multi-Chain Drivers)
Connectors are standardized plugins for:
Connectors:
provide contract interaction templates
include safety profiles (known addresses, ABI expectations)
This is how ElizaPay becomes an extensible OS.
Relayer & Broadcast Layer (Optional)
Depending on mode, ElizaPay can use:
privacy-preserving relayers
paymasters (account abstraction)
Relayers can be designed so they do not learn context, receiving only:
Secure Memory Vault (Agent State)
The memory vault contains:
encrypted state representation
previously verified receipts
This vault is sealed so even infrastructure cannot read it.