Kernel Specification
Froglet v1 is a small economic primitive for short-lived, bounded, fixed-price resource deals. A deal may represent a predefined service, a data service, or open-ended compute. These are product-layer distinctions over the same signed economic primitive.
Global constants
Section titled “Global constants”schema_version: alwaysfroglet/v1- Hashes: lowercase hex SHA-256
- Timestamps: Unix seconds
- Canonical JSON: RFC 8785 JCS
- Identities: 32-byte secp256k1 x-only public keys (lowercase hex)
- Signatures: 64-byte BIP340 Schnorr (lowercase hex)
Six artifact types
Section titled “Six artifact types”- Descriptor — provider identity and capabilities
- Offer — specific service with pricing and execution profile
- Quote — priced workload for a specific requester (ephemeral)
- Deal — requester commitment (signed by requester)
- InvoiceBundle — Lightning payment instructions (two legs)
- Receipt — terminal proof of execution and settlement
Settlement methods
Section titled “Settlement methods”none— free execution, no paymentlightning.base_fee_plus_success_fee.v1— two-leg Lightning settlementstripe_mpp.v1— Stripe manual-capture PaymentIntent settlement (agentic Shared Payment Token model)
Note: x402_usdc is a daemon-level payment kind for lower-level compute endpoints, not a marketplace receipt settlement method.
What stays out
Section titled “What stays out”The kernel does not hardwire: marketplace, discovery, transport, storage engine, execution runtime, ranking/broker logic, deployment topology, or long-running sessions.