Summarize customer brief
Paid result readyFor AI-assisted founders and product builders
Add payments, private data, and proof with one BSV starter.
Copy the AI-ready reference into your coding agent, pick one product moment, and start from a maintained BSV starter with wallet login already in the path.
- No signup screen first
- Charge per use
- User-held private data
- Proof outside your database
Who this is for
People who know the product, not necessarily the protocol.
- AI-assisted founders
- Product designers
- Technical operators
- Developers validating a BSV use case
Proof before plumbing
Start with a product moment people can understand.
Each example keeps the BSV value visible in the app: the user pays at the moment of value, carries private state through a wallet, or gets a proof that does not depend on your database.
Paid AI action
What they built: A lead-research or content action that charges only when the expensive result runs.
Why BSV mattered: Tiny payment before work, without forcing a subscription first.
Private customer memory
What they built: An assistant that remembers preferences without turning them into app-owned profile data.
Why BSV mattered: Private records stay tied to the user's wallet permissions.
Signed creation proof
What they built: A shareable proof page for a design, AI artifact, license, or approval.
Why BSV mattered: Authorship and consent remain verifiable outside the original app.
Metanet Academy Student Visit Metanet Academy“Hands-on development with the BSV SDK — build real applications with transactions, messaging, payments, and overlay services.”
AuthSig
AuthSig turns signed identity into a product moment for an AI-saturated internet: verify who stands behind a photo, document, or message.
View AuthSig on MetanetAppsStart here
Run the starter when you are ready to touch the real wallet flow.
Start with Node and a local BRC-100 wallet. The starter checks wallet access, then walks through payment, encrypted memory, and signature proof in one small app.
git clone https://github.com/p2ppsr/use.bsv.tools.git && cd use.bsv.tools/starter && npm install && npm run preflight && npm run dev
First win
A real wallet-backed first win.
The starter shows a readable success state for each path, with JSON details available when you want to inspect what happened. The point is simple: charge a few sats, save encrypted state, and verify a signature through your wallet.
After the starter
Choose the first BSV-powered behavior your app should prove.
Start with one useful behavior: software that earns, remembers, or verifies something without bolting on accounts, billing, or proof after the fact.
Paid AI API
Start from the working AuthFetch/payment middleware path and swap in the expensive API work you want to charge for.
- Wallet auth instead of signup
- Payment before expensive work
- Visible revenue in the flow
Private AI Memory
Start from wallet-owned records with create/list/read/delete states intact.
- Encrypted app records
- Portable user identity
- No app-owned profile silo
Creation Proof
Start from the wallet-backed signature and add storage, sharing, licensing, or paid unlock.
- Signed provenance
- Shareable proof page
- License or unlock payment
Why BSV
Make value a feature, not a billing project.
Most developer platforms start with accounts, dashboards, API keys, invoices, and a pile of user data the app has to custody. BSV flips the starting point: the wallet can carry identity, permissions, payment ability, private records, and signatures into the app.
Charge for work as it happens
Paid API calls, AI runs, file unlocks, and premium actions can settle at tiny values without forcing a subscription gate before the user gets value.
Let users own the state
Encrypted records and wallet-mediated permissions let a useful app remember things without turning every profile into another app-owned silo.
Prove creation and consent
Signatures and durable hashes make authorship, licensing, approval, audit trails, and AI artifact provenance visible outside one vendor database.
Compose with agents
Start from a working slice, then ask an agent to extend one useful path while preserving wallet auth, payment, private data, or proof.
Use the tools
The minimum kit to touch first.
First hundred builders
Tell us where the path loses you.
We want the first hundred builders to shape the starter, docs, examples, and agent prompts. If setup fails, the value feels unclear, or your real use case needs a missing primitive, tell us while it is fresh.