Sato Hub
← Back to directory
Agent FrameworkEarlyUnverifiedRecent · 2mo ago

Lucid Agents

Lucid Agents is a framework by daydreamsai, open source (MIT), last active 2026-07-26 (recent), Sato Score 71 of 100 as of 2026-09-14, on Base, Ethereum, Solana.

Commerce SDK for bootstrapping AI agents that can pay, sell, and transact onchain.

Last release Jul 25, 2026 · Last commit Jul 26, 2026 · ★ 196

Overview

Commerce SDK for bootstrapping AI agents that can pay, sell, and transact onchain.

Sato Score

71/100· High

How open, active & verifiable — not a safety or returns grade.

Maintenance & liveness
25/35
Code transparency
19/20
Interface verifiability
8/10
Docs & demo
6/10
Listing transparency & provenance
13/15
Independent verification
0/10

Deploy path reproduced — install verified in an isolated container (proves installability, not runtime safety).

Install reproduced in a container Sep 14, 2026

Runtime: Node.js / Bun / TypeScript

bunx @lucid-agents/cli my-agent
npm install @lucid-agents/core @lucid-agents/http
import { createAgent } from '@lucid-agents/core';
import { http } from '@lucid-agents/http';
const agent = await createAgent({ name: 'my-agent', version: '1.0.0' }).use(http()).build();

You supply: an LLM key, optional AGENT_WALLET_PRIVATE_KEY + PAYMENTS_RECEIVABLE_ADDRESS for commerce

Read from the project’s own docs as of 2026-09-14. What a deploy spec is →

Last 30 days — to 2026-09-14, one point per UTC day

Share of OUR checks that succeeded
fewer than 2 points
7-day rolling; unattributable days are gaps · 0/30 days
Tools listed
fewer than 2 points
from the server's own tools/list · 0/30 days
Sato Score
71
as snapshotted that day · 29/30 days

A gap is a day we have no attributable observation — never a zero. Thirty points is the whole shape the free layer carries; the daily rows behind it stay in the snapshot series.

Details

Chains
Base, Ethereum, Solana
Agent types
Framework, Wallet
Open source
Yes
Deploys as
self-hosted, library, npmfrom project docs · 2026-06-25
Works with
Hono, Express, Next.js, TanStack, x402, A2A, ERC-8004, MCPfrom project docs · 2026-06-24
Last checked
2026-09-14

Marketplace Signals

No marketplace signals recorded for this resource yet.

Verification status reflects evidence reviewed by Sato Hub. Self-reported claims are never presented as verified.

#x402#a2a#agentic-commerce#erc-8004#payments#mcp#agents#typescript
See something inaccurate or outdated?Submit a correction →

Recent Activity

All news →

Releases and posts from Lucid Agents, pulled from its GitHub and X.

Releasedaydreamsai/lucid-agentsJul 25, 2026

@lucid-agents/types@3.0.0

Major Changes 4757f1b : Require durable task stores for paid work, pre-reserve credential-bearing MPP tasks before verification can settle, and use a renewable prepared execution claim so x402/MPP settlement cannot race handler execution. Task stores now declare durability and implement admission reaping plus prepared-claim renewal and activation. Paid-task responses may return any durable termina

BaseEthereumSolana
GitHub
Releasedaydreamsai/lucid-agentsJul 25, 2026

@lucid-agents/wallet@0.6.6

Patch Changes Updated dependencies [ 4757f1b ] Updated dependencies [ d169013 ] Updated dependencies [ d169013 ] Updated dependencies [ d169013 ] Updated dependencies [ d169013 ] @lucid-agents/types@3.0.0

BaseEthereumSolana
GitHub
Releasedaydreamsai/lucid-agentsJul 23, 2026

@lucid-agents/payments@4.2.0

No content.

BaseEthereumSolana
GitHub
Releasedaydreamsai/lucid-agentsJul 23, 2026

@lucid-agents/identity@4.2.0

No content.

BaseEthereumSolana
GitHub
Releasedaydreamsai/lucid-agentsJul 22, 2026

@lucid-agents/types@2.1.0

Minor Changes 5f35b68 : Add typed Dossier, Folio, and Console service UI presets with bounded color and font tokens, full public Agent Card information parity, and one browser-safe renderer contract shared by static and React adapters. Generated Hono and Express storefronts are now deliberately read-only and ship without client JavaScript or browser invocation controls. Next and TanStack UI retain

BaseEthereumSolana
GitHub
Releasedaydreamsai/lucid-agentsJul 22, 2026

@lucid-agents/wallet@0.6.5

Patch Changes Updated dependencies [ 5f35b68 ] @lucid-agents/types@2.1.0

BaseEthereumSolana
GitHub

Listing History

Recorded changes to Lucid Agents's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.

  1. Sep 14, 2026
    Verified: deploy spec
  2. Jul 25, 2026
    New release published
  3. Jul 23, 2026
    New release published
  4. Jul 21, 2026
    4 releases tracked
    Showing the 2 most recent. Full release history is retained in the listing record.
  5. Jun 26, 2026
    Sato Score tier: Medium → High
    Score 58 → 80.
  6. Jun 26, 2026
    Active again — shipped after a quiet spell
  7. Jun 25, 2026
    Enriched: marketplace notes
  8. Jun 25, 2026
    Auto-enriched: agent type, tags, deployment options
  9. Jun 24, 2026
    Auto-enriched: chains supported, supported integrations, tags, creator name +3 more
  10. Jun 17, 2026
    Sato Score tier: Low → Medium
    Score 33 → 54.

Compared with

Related Resources

Is this your project?

Prove you control the domain and you can correct this page — description, links, tags, chains. Claiming proves control, not verification: it doesn't change the Sato Score or mark anything as audited.

Claim this listing →

Questions people ask about Lucid Agents

Is Lucid Agents open source?
Yes. Lucid Agents is open source under the MIT license; the repository is https://github.com/daydreamsai/lucid-agents. Checked as of 2026-09-14.
Which chains does Lucid Agents support?
Lucid Agents lists support for Base, Ethereum, Solana as of 2026-09-14.
Is Lucid Agents still maintained?
The most recent public activity Sato Hub observed was on 2026-07-26 (last commit 2026-07-26, last release 2026-07-25), which Sato Hub labels "Recent". Activity is a recency signal, not a quality judgment.
How do I install or run Lucid Agents?
Node.js / Bun / TypeScript. Install: bunx @lucid-agents/cli my-agent && npm install @lucid-agents/core @lucid-agents/http. Entry: import { createAgent } from '@lucid-agents/core'; import { http } from '@lucid-agents/http'; const agent = await createAgent({ name: 'my-agent', version: '1.0.0' }).use(http()).build();. Sato Hub reproduced this install in a container on 2026-09-14.
Is Lucid Agents verified on Sato Hub?
Sato Hub holds one earned check for Lucid Agents: Deploy path reproduced — install verified in an isolated container (proves installability, not runtime safety). Its Sato Score is 71 of 100, a measure of how open, active and verifiable the project is, not a safety, quality or returns grade.

Cite this page

Sato Hub. "Lucid Agents — Sato Hub." Sato Hub, updated 2026-09-14, accessed 2026-09-15. https://satohub.ai/resources/lucid-agents

Data last refreshed 2026-09-14; this page is rebuilt daily. Citations carry the date so a reader can tell which snapshot a claim came from. Catalog data is licensed CC-BY-4.0.

Join the Sato Hub Briefing

One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.