[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82154":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":32,"discoverSource":33},82154,"clerk","basedcryptoji\u002Fclerk","basedcryptoji","AI-native legal data layer for the agentic economy. 500M+ US federal court records via x402 micropayments on Base. $0.001 USDC per query, or hold 1B+ $CLERK for free unlimited.","https:\u002F\u002Fclerk.solvrlabs.ai\u002F",null,"Python",35,1,6,0,2,41.1,"MIT License",false,"main",true,[23,5,24,25,26,27,28],"base","court-record","legal","python","solvr","x402","2026-06-12 04:01:37","\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fassets\u002Fclerk-banner.png\" alt=\"Clerk — AI-native legal data layer for the agentic economy\" \u002F>\n\u003C\u002Fp>\n\n# Clerk\n\n**The AI-native legal data layer for the agentic economy.**\n\nClerk provides permissionless access to **500M+ US federal court records** across **94 federal courts** through **11 data endpoints**. Built on Base, it eliminates subscriptions and API keys by using **x402 micropayments at just $0.001 per query in USDC**. Stack legal intelligence into any AI agent workflow.\n\nLive at [clerk.solvrlabs.ai](https:\u002F\u002Fclerk.solvrlabs.ai) · Built by [Solvr Labs](https:\u002F\u002Fsolvrbot.com) · $CLERK holders get up to 80% off\n\n---\n\n## What is Clerk?\n\nClerk is an x402-paid API that exposes US federal court records to AI agents.\nNo API keys to manage. No subscriptions. No forms. Agents call the endpoint,\nthe 402 response triggers a USDC payment, the call retries automatically,\nand the agent receives JSON.\n\n> The agent calls. The 402 fires. The agent pays. The data returns. No keys, no forms, no humans in the loop.\n\n## Install\n\n```bash\npip install clerk-api\n```\n\nRequires Python 3.10+. One dependency: `httpx` (or `requests` as a fallback).\n\n## Quick start\n\n`\u002Fsearch` works in demo mode without payment — perfect for trying the SDK first:\n\n```python\nfrom clerk_api import ClerkClient\n\nclient = ClerkClient()  # no auth — demo mode\n\ncases = client.search(\"SEC v Ripple\")\nfor case in cases:\n    print(f\"{case['case_name']} — {case['court']} — {case['date_filed']}\")\n```\n\nFor full access on paid endpoints, you send USDC externally first (any\nwallet on Base — MetaMask, Bankr, web3.py, etc.) to Clerk's payment\nwallet, then pass the resulting transaction hash to the client:\n\n```python\nimport os\nfrom clerk_api import ClerkClient\n\n# 1. Send $0.001 USDC to the Clerk payment wallet on Base (you do this\n#    out-of-band using any web3 client). Capture the resulting tx hash.\n# 2. Pass the tx_hash to the SDK. The client encodes it as an x402\n#    payment header that the server validates against the on-chain tx.\nclient = ClerkClient(tx_hash=os.environ[\"CLERK_PAYMENT_TX\"])\n\ndocket = client.docket(\"67614382\")\nprint(docket)\n```\n\n**Max discount:** wallets holding **250M+ $CLERK** on Base get **80% off**\nevery query — the top tier (not free). The protocol auto-detects $CLERK\nbalance from the payment context.\n\n## Endpoints\n\n| Endpoint | What | Price |\n|---|---|---|\n| `GET \u002Fsearch?q=...` | Federal case search | $0.001 USDC |\n| `GET \u002Fdocket\u002F{id}` | Full docket details | $0.001 |\n| `GET \u002Fparties?name=...` | Entity lookup | $0.001 |\n| `GET \u002Fjudges?name=...` | Judicial profile | $0.001 |\n| `GET \u002Fcitations?q=...` | Opinions \u002F precedents | $0.001 |\n| `GET \u002Fopinion\u002F{id}` | Full opinion text | $0.001 |\n| `GET \u002Ffilings\u002F{docket_id}` | Docket timeline | $0.001 |\n| `GET \u002Foral-arguments?q=...` | Oral argument transcripts | $0.001 |\n| `GET \u002Fdocument\u002F{doc_id}` | Document + download URL | $0.001 |\n| `GET \u002Fcourt\u002F{court_id}` | Court metadata | $0.001 |\n| `GET \u002Fhealth` | Health check | free |\n\nFull API reference: [`ENDPOINTS.md`](.\u002FENDPOINTS.md)\n\n## $CLERK token\n\nPay-per-query via x402 micropayments. Or hold **$CLERK on Base** for tiered discounts: 25% off at 2.5M+, 50% off at 25M+, and **80% off (max) at 250M+**.\n\nThe protocol auto-detects $CLERK balance from your signing wallet on each request.\n\n## Delegated signer pattern (production)\n\nFor agent ops at scale, never put your main $CLERK-holding wallet in a script.\nInstead, delegate signing to a fresh wallet funded only with gas.\n\n```bash\npython examples\u002Fregister_delegates.py --csv my_agents.csv\n```\n\nYour main wallet stays cold; agent wallets do all the signing. See\n[`examples\u002Fregister_delegates.py`](.\u002Fexamples\u002Fregister_delegates.py).\n\n## Demo mode\n\n`\u002Fsearch` works without payment in demo mode (limited results per IP per hour).\nUse it to test the integration before wiring up x402.\n\n```python\nclient = ClerkClient()  # no key — demo mode\nresults = client.search(\"Binance\", limit=5)\n```\n\n## Limits\n\n- Federal courts only (94 district courts + appellate). State courts not covered.\n- Sealed dockets are not exposed.\n- Surfaces public records only. Not legal advice — interpretation requires a licensed attorney.\n\n## License\n\nMIT\n\n---\n\n## Links\n\n- Product: [clerk.solvrlabs.ai](https:\u002F\u002Fclerk.solvrlabs.ai)\n- API Docs: [clerk.solvrlabs.ai\u002Fdocs](https:\u002F\u002Fclerk.solvrlabs.ai\u002Fdocs)\n- API Reference (in this repo): [ENDPOINTS.md](.\u002FENDPOINTS.md)\n- X: [@agent_clerk](https:\u002F\u002Fx.com\u002Fagent_clerk)\n- Parent project: [Solvr](https:\u002F\u002Fsolvrbot.com) · [@solvrbot](https:\u002F\u002Fx.com\u002Fsolvrbot)\n\n## Support the project\n\nHold $CLERK on Base for up to 80% off queries, or trade on DEXScreener.\n\n`0x20EabA9d6818529cfFFA2c1C63B97A02a0049bA3`\n\n[DEXScreener](https:\u002F\u002Fdexscreener.com\u002Fbase\u002F0x4bacc9d57e57b8361d5d31e83daef1ddae57d2992227a5ae7fefa09c19f2ab19)\n\n---\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fassets\u002Fclerk-full.png\" alt=\"Clerk — Court Records, On Demand\" width=\"320\" \u002F>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cem>Clerk — The Permissionless Legal Data Layer for the Agent Economy.\u003C\u002Fem>\n\u003C\u002Fp>\n","Clerk 是一个为代理经济设计的AI原生法律数据层，提供对超过5亿条美国联邦法院记录的无权限访问。项目通过Base平台上的x402微支付机制，以每次查询0.001 USDC的价格实现数据访问，无需管理API密钥或订阅服务，简化了AI代理工作流程中集成法律智能的过程。它支持11个数据端点，涵盖从案件搜索到文档下载等多方面功能。适用于需要快速、低成本地获取和处理大量法律信息的应用场景，如法律研究、合规性检查及自动化法律咨询系统开发。持有一定数量$CLERK代币可享受高达80%的折扣优惠。","2026-06-11 04:07:53","CREATED_QUERY"]