Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt

Use this file to discover all available pages before exploring further.

Lucid deploys 10 EVM contracts that mirror the Solana programs:
ContractPurpose
EpochRegistryEpoch commitment (mirrors thought_epoch)
LucidPassportRegistryPassport registry + payment gates
LucidEscrowEscrow lifecycle (create/release/timeout/dispute)
LucidTBAERC-6551 Token Bound Accounts for agent wallets
ZkMLVerifierGroth16 verification via ecPairing precompile
LucidPaymasterERC-4337 gas sponsorship
LucidPolicyModuleERC-7579 policy enforcement
LucidPayoutModuleERC-7579 revenue splitting
LucidReceiptModuleERC-7579 receipt tracking
LucidSessionManagerSession key management
Contracts are written in Solidity and target Base and Ethereum networks.

Chain Parity

Both Solana and EVM implementations provide equivalent functionality. The key difference is architectural: Solana uses PDAs + Anchor constraints, while EVM uses TBAs + ERC-7579 installable modules.