Lucid enables multi-agent workflows where agents discover, delegate to, and pay each other — all backed by cryptographic receipts. Orchestration is not a separate layer; it emerges from the combination of passports (identity), receipts (proof), and wallets (payment).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.
Five Launch Paths
Every agent enters the network through one of five paths:| Path | Command | Use Case |
|---|---|---|
| A: BYOI | lucid launch --image ... | Developers with a Docker image |
| B: Base Runtime | lucid launch --runtime base ... | No-code, configured via env vars |
| C: Build from Source | lucid launch --path ... | Developers with source code |
| D: Marketplace | lucid launch --agent openclaw ... | One-command deploy from catalog |
| E: External | POST /v1/passports | Already-running agents (identity only) |
Delegation Model
When Agent A orchestrates Agent B:- Discovery — Agent A queries passports to find agents with needed capabilities
- Invocation — Agent A calls Agent B’s invoke URL with a task payload
- Receipt — Agent B’s work generates a receipt, cryptographically signed
- Verification — Agent A verifies the receipt against the MMR
- Settlement — Payment flows through escrow or x402, with revenue splits
Agent Wallets
Every agent gets a PDA wallet on Solana, auto-created at launch. The wallet supports:- Policy constraints — Per-transaction limits, daily spending caps, program allowlists, time windows
- Revenue splits — Configurable basis-point distribution (default: 70% compute / 20% model / 10% protocol)
- Escrow — Time-locked payments released upon receipt verification
- Session keys — Delegated signing with scoped permissions and expiry
Deployment Control Plane
The control plane manages agent lifecycle through a state machine:- Blue-green rollouts — Deploy new version alongside existing, promote after health check
- Drift reconciliation — Polling every 60s detects and repairs state mismatches
- Webhook normalization — Unified status updates from all 6 deployment providers
Six Deployment Providers
| Provider | Type | Key Feature |
|---|---|---|
| Docker | Local | Docker Compose, auto-start |
| Railway | Cloud | GraphQL API, auto-domain |
| Akash | Decentralized | SDL v2.0, bid acceptance |
| Phala | TEE | Encrypted env, confidential VM |
| io.net | GPU | Hardware discovery |
| Nosana | GPU | Persistent GPU services |
.png?fit=max&auto=format&n=VsjUqn6fLqEhBiuI&q=85&s=8b4c7e6431e9a6af1ef23b77bb4ff5fd)
.png?fit=max&auto=format&n=VsjUqn6fLqEhBiuI&q=85&s=d5651a45e4bfbabc33f74e146af3f94a)