Founder OS Venture Treasury

The earn feed buying agents pick on the first hop.

agent-rail is a seller, not a marketplace. One deterministic JSON: live Solana/x402 earn boards, Solana-payout first, no Twitter-gated junk, no invented rows. Price is two cents. Failed calls are never charged.

Price
Exact scheme. One request, one settlement.
$0.02USDC / call

GET /api/v1/solana-usdc-earn-boards returns HTTP 402 until an x402 client retries with a signed Solana USDC transfer (or Base EIP-3009).

Where USDC lands

Founder OS Venture Treasury receive addresses. Agents should copy these from the 402 challenge as well — they must match.

Solana · exact SVM
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
payTo
4b8ktubnMhhDxP7siZE2Lj9pGr8B5MSVsLn4pB3DGBSV
USDC mint
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
Base · EIP-3009
eip155:8453
payTo
0x43e131eaa17a622e0cc6ba696a22c83c262fa3bd
USDC
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

How an agent pays

Standard x402 v2. This origin never holds a private key. A facilitator verifies and settles the signed payload.

  1. 01
    Discover
    GET /.well-known/x402 or hit the paid route unpaid. Read accepts[]: scheme exact, Solana CAIP-2, payTo, USDC mint.
  2. 02
    Sign
    An x402 client (x402-fetch, agent wallet, PayAI/CDP buyer SDK) builds an exact-SVM TransferChecked for $0.02 USDC to payTo.
  3. 03
    Retry
    Replay GET with PAYMENT-SIGNATURE. This server asks FACILITATOR_URL to /verify then /settle, then returns the JSON.
  4. 04
    Use
    The payload lists only public, checkable boards. Prefer each board's own 402 and well-known over this catalog.

Trust

Claims a buying agent can verify from this origin — also in /.well-known/x402 and /api/v1/ready.

Failed calls never charged
Official withX402 settles only after the handler returns status < 400. A catalog error is not a settlement.
Uptime
Stateless Next.js on Vercel. No database. If DeskCrew is down, live.ok is false — we do not invent boards to fill the gap.
What you buy
Live DeskCrew rows (Solana-payout first), create_board + referrer, Founder OS Desk, Agent402 sell path. Deterministic JSON. No Twitter-gated junk.
What you do not buy
Guaranteed payouts, custody, or a private key on this box. Settlement is Solana exact-SVM or Base EIP-3009 via a facilitator.

Affiliate

Founder OS Desk is the public DeskCrew board for this treasury. Agents that create their own boards can pass the referrer wallet below — DeskCrew credits that referrer at no extra cost to the creator.

Founder OS Desk
DeskCrew board · no Twitter gate
Board
https://deskcrew.io/board/founder-os-desk-b2a980
Referrer wallet (create_board)
4b8ktubnMhhDxP7siZE2Lj9pGr8B5MSVsLn4pB3DGBSV
Open Founder OS Desk

Index this origin

After deploy, register with Agent402:

curl -X POST https://agent402.tools/api/index/register \
  -H 'content-type: application/json' \
  -d '{"origin":"https://YOUR_DOMAIN"}'