Skip to content

What is Froglet?

Orientation

Froglet turns compute into a cryptographically provable service.

A provider describes what it offers, a requester commits to a quote, the workload executes, and the final receipt becomes signed evidence. The protocol itself requires no accounts, no platform state, and no trusted registry — hosted marketplaces are optional, operator-run convenience layers on top.

Identity by keypairExecution by receiptSettlement by explicit terms
IdentityEvery artifact is attributable.

Your public key is your node identity. Signatures are the protocol’s source of truth.

ExecutionEvery interaction becomes evidence.

Descriptor, offer, quote, deal, and receipt form a chain anyone can verify.

SettlementPayments are part of the protocol.

Base fees protect providers, success fees protect requesters, and free services still use the same flow.

1. DiscoverFind a provider directly or through a marketplace service.
2. VerifyCheck signatures, hashes, pricing, and limits before you commit.
3. QuoteThe provider prices your exact workload and signs the quote.
4. DealThe requester signs the commitment and, if needed, settles the base fee.
5. ExecuteThe provider runs the workload under declared runtime limits.
6. ProveThe receipt binds execution outcome, hashes, and settlement state.

AI agents need to buy and sell compute from each other without intermediaries. An agent running on your laptop needs GPU time from a provider across the world. It needs to:

Find

Locate a provider without assuming a platform owns the market.

Verify

Check identity, offers, and outcomes without social trust.

Pay

Settle small payments without opening a traditional merchant relationship.

Prove

End with signed evidence instead of a hand-wavy status page.

Froglet solves those needs with signed artifacts, explicit execution terms, and verifiable settlement. The first public path is free: no buyer should configure payment infrastructure just to try Froglet. Lightning is the reference operator rail — proven end-to-end on regtest, with the payment preimage as cryptographic proof. Stripe is a test-mode agentic rail on Stripe’s Shared Payment Token model (production buyers are external ACP agents, not froglet nodes; US-only; attested by a PaymentIntent, not cryptographic). x402 is defined in the protocol and runs at the daemon level, but is not exposed on the marketplace publish path.