Skip to content

Payments & Agent Autonomy

Snippbot is building toward bounded autonomous agent payments: letting an agent pay for a resource, settle a bounty, or buy a package on your behalf — within limits you set, on rails you can audit.

The self-hosted daemon is free and needs no payments — you bring your own LLM API keys and pay the provider directly.

On the Singularity Marketplace, money movement runs entirely on Stripe:

CapabilityMechanism
Buying premium packagesStripe Checkout (USD)
Funding bountiesStripe escrow (USD), tiered by amount
Receiving payoutsStripe Connect (USD)

There is no on-chain wallet, token, or crypto checkout in the live product.

The near-term goal is a payment layer for autonomous agents, settled in USDC (a stablecoin) on Solana, using x402 — an HTTP-native protocol for machine-to-machine payments.

The model is bounded autonomy — an agent can transact, but only inside guardrails:

  • Per-transaction cap — a maximum any single payment may reach.
  • Daily cap — a rolling limit across all of an agent’s payments.
  • Counterparty allowlist — agents may only pay destinations you’ve approved.
  • Escrow for non-trivial amounts — larger payments are held until work is confirmed.
  • Human approval above a threshold — anything past a configured amount waits for you.

USDC is chosen because it’s a price-stable settlement asset — the point is paying for things, not holding a speculative asset.

A custom SNIPP token was previously explored and is deferred to a possible later phase. It is not marketed, not purchasable, and not part of the current product. The near-term payment work does not depend on it.

USDC/x402 autonomous payments are in development. This page describes the intended direction; specifics may change before launch.