SAFEBOX.AI
Verifiable AI Infrastructure · April 2026

AI you can actually deploy.

Safebox makes AI verifiable: every action it takes is tied to code that was signed off on in advance, runs inside hardware attestation, and can be replayed end-to-end by a regulator, an auditor, or you. Safebots is the collaboration layer on top. Safebux is the utility currency that powers Safecloud — a decentralized network of encrypted storage and compute where anyone can participate and no node ever sees plaintext.

Production infrastructure since 2011 · 7M+ users · 7 patents pending · Balaji-fund backed

AI is powerful. It's also unaccountable.

When an AI agent sends an email, signs a document, or moves money — who authorized it? What code ran? Was the data it saw supposed to be seen? If something goes wrong, can anyone reconstruct what happened?

Right now, for most production AI deployments, the answer to all of these questions is the same: we'll take your word for it. That works fine until it doesn't. A bank, a hospital, a law firm, a government agency — any organization that answers to an auditor, a regulator, or a board — can't deploy AI this way. They need provable answers. Safebox is what provable answers look like.

Three layers, one ecosystem.

Safebox

The Verifiable Container

A hardware-attested environment where AI runs. Every piece of code is signed off in advance. Every external call goes through a reviewed gate. Every run produces a cryptographic receipt.

Safebots

The Collaboration Layer

AI agents you work with, not just talk to. Goal-directed, memory-native, multi-participant. Humans and agents operate on the same living knowledge graph — no more "chat with the bot, then copy-paste the result."

Safebux

Utility Token for Safecloud

The currency that pays for storage and compute on Safecloud — a decentralized network where Safebox instances, browser tabs, and idle devices all provide encrypted capacity. No node ever sees plaintext. Spend Safebux to run workflows. Earn Safebux by contributing resources.

The Simple Version

Safebox is HTTPS for AI. You don't need to understand the cryptography to use it — you just need to know the padlock means someone can prove it's safe.

The container with five structural walls.

Safebox is built so that a compromised AI agent — whether by prompt injection, a malicious model, or a bad actor — cannot do damage without passing through gates that a human approved in advance. These aren't policies written in natural language and enforced by asking the model to behave. They're structural. The wrong behavior is impossible by construction, not just discouraged.

Here's how the system is built. Each layer is narrower than the one below it.

Layer What it is What it can do What it cannot do
Workflow A declarative tree of Steps — the signed, immutable plan for what gets done. Compose approved Tools and Capabilities into sequential or parallel Steps. Introduce new Tools or Capabilities; alter a Step's contents after signing.
Workload The runtime tree of Tasks produced when a Workflow executes. Traverse Steps in the declared order and materialize each as a Task. Deviate from the Workflow's declared composition.
Tool LLM-authored code that runs inside an isolated sandbox worker. Read streams, propose actions via Action.propose, yield stream references, return scalar values. Reach the network, filesystem, or host APIs. Write to any stream directly. See credentials.
Capability Approved, hash-pinned code that calls exactly one external Protocol. Execute the specific external call it was reviewed and signed for. Run if its code hash doesn't match what was approved. Call any Protocol it wasn't approved to call.
Protocol The external system being called — HTTP, LLM, SMTP, Payment, Web3. Carry out the request the Capability constructed, under the credentials injected by the host. See the Tool's internal state. Persist anything back into the environment without going through a Capability return.
Policy The governance layer: M-of-N signing rules, approval thresholds, automated policy checks. Gate which Workflows run, which Capabilities are approved, which proposed actions commit. Be bypassed by any layer above it. Signatures are cryptographic; approvals are unforgeable.
Read it the other way

A prompt injection inside a Tool cannot call the network, cannot forge a Capability, cannot reach credentials, cannot alter the Workflow it's running inside, and cannot bypass the Policy that approved it. Five walls, each closing a different class of attack.

Why this matters to enterprises

A SOC 2 Type II auditor doesn't want your promise that the AI behaved. They want a log they can verify. Safebox produces that log as a cryptographic artifact — the full execution trace, signed by the hardware it ran on, replayable against the same inputs to produce the same outputs. This is the thing regulated industries have been asking every AI vendor for and nobody has been shipping.

AI that works with you, not for you.

Most AI collaboration today is group chat with a bot in it. That's not collaboration — that's a slightly more articulate paperclip assistant. Safebots is a different model.

Each participant has their own 1-on-1 conversation with the AI. The AI has full context on what everyone else is contributing — their shared goal, the current state of the work, the history of decisions made. It synthesizes across all the private conversations, proposes artifacts, routes approvals to whoever needs to sign off, and keeps the shared work moving forward.

The Context paper behind Safebots proved, mathematically, that this structure dominates reactive chatbots for goal-directed work. Same task, fewer turns, higher artifact quality. Not a claim about any specific product — a theorem about the structure of goal-directed interaction.

The Simple Version

If Slack is a chatroom where people happen to talk, Safebots is a workshop where people happen to build — with an AI that knows what you're building, who's doing what, and what comes next.

Graph, not chat log

Under the hood, Safebots stores everything as a typed, versioned, access-controlled graph. A proposal is a node. A revision is a fork with a vote weight. A sent email is an edge from your draft to your customer's channel. A decision is an ordinal in the timeline.

This is strictly more expressive than a chat log or a RAG vector index. It can answer multi-hop questions ("which proposals did Alice approve that eventually shipped to production?") that no chatbot architecture can currently express. And because it's structural, access control lives in the graph itself — a prompt-injected agent can't induce retrieval of data its user doesn't have rights to see.

A utility token for a decentralized cloud.

Safebux is not an investment. It's a utility token — the currency you spend to buy storage and compute on Safecloud, and the currency you earn when you provide storage and compute to Safecloud.

Safecloud is the network of infrastructure that actually runs workflows and stores data. It includes Safebox instances hosted by professional operators on AWS, GCP, and Azure. It also includes browser tabs left open on desktops, idle mobile devices, home servers, and any other machine willing to contribute capacity. All of them are peers on the same network. All of them accept Safebux in exchange for the storage and compute they provide.

If you've used AWS credits, you've used something similar: a platform-specific currency you spend for infrastructure services. Safebux is that — except Safecloud isn't owned by a single company, and the people earning Safebux aren't the platform; they're the participants.

How your data stays private across a public network

The obvious question about distributed storage is: if my data is spread across other people's machines, what stops them from reading it? The answer is cryptography, not trust. Every chunk is encrypted with AES-256-GCM before it leaves your device. The network nodes that route chunks (Jets) never see plaintext. The nodes that store chunks (Drops) never see plaintext. Only you — or whoever you explicitly delegate access to — has the keys to decrypt.

The system uses convergent encryption — keys are deterministically derived from your rootKey — which means the same file uploaded twice produces identical ciphertext and can be deduplicated across the network without anyone knowing the files match. Every chunk's identity is a content hash (CID); the Merkle root of all CIDs is in a public manifest, so any party can verify a chunk they received is the one that was originally uploaded, without any keys at all.

Three ways Safecloud uses Safebux

The Simple Version

AWS credits are what you spend to rent Amazon's infrastructure. Safebux is what you spend to rent Safecloud's infrastructure — except Safecloud is everyone, the credits flow to whoever contributed the capacity, and nobody running the infrastructure can read what they're storing.

Why this matters

Centralized clouds have one price and one failure mode: if AWS goes down, your workflow goes down. Safecloud has many providers running the same verifiable infrastructure, so jobs can route around outages automatically. And because anyone can contribute capacity, the cost structure has headroom that traditional clouds don't — idle desktops, underused home servers, and open browser tabs can all earn Safebux while doing nothing else.

Where things stand

The core Safecloud storage primitives are live today: encrypted chunk distribution, browser-based Drops, Merkle-verified retrieval, delegated access via signed capabilities. The economic layer that meters payments in Safebux — OCP payment verification, on-chain trustline enforcement, proof-of-storage challenges — is in active development and targeted for v0.5. Safebux economics described on this page reflect the v0.5 design, which the storage layer is already architected to support.

Three paths in.

Depending on who you are, Safebox is a different thing. Pick the one that fits.

Own your audience. End-to-end.

If you're a creator — podcaster, video-maker, writer, musician, course-seller — the current stack you depend on is rented. YouTube decides what your viewers see. Instagram decides who your followers are. TikTok decides whether your work exists tomorrow. You can be deplatformed by a policy update, an algorithm change, or a mood swing. The platforms own the relationship with your audience; you're just the content supplier.

Safebots gives you a different stack. Your media pipeline, your community, your currency, your site — all yours, all portable, all running on infrastructure you control.

The workflow: turn one video into everything

01

Ingest

Drop in your full archive. Safebots inventories every video, audio file, article.

02

Transcribe

Every clip gets searchable text, speaker labels, and timestamps automatically.

03

Recut

AI finds the best 30-second, 60-second, and 3-minute clips inside longer content.

04

Translate

Auto-dub into the languages your audience speaks. Voice cloning optional.

05

Publish

Upload to every platform at once, with metadata, thumbnails, and chapter markers optimized per platform.

Your own community, your own currency

On top of the media pipeline, Safebots gives you three things the platforms will never give you:

  • Your own social network. Running on Qbix infrastructure, yours to customize, yours to run, with per-member access control and no possibility of deplatforming. See the Community whitepaper.
  • Your own currency. Issue credits to your audience that they can earn by engaging and spend inside your ecosystem. Built on Intercoin's smart contract suite, deployable in minutes. See the Currencies whitepaper.
  • Your own website. Fully customizable, track every link, own every analytics event. No more handing visitor data to YouTube's recommendation algorithm or Google's ad network.
Why this is different

Patreon rents you a tip jar. Substack rents you a mailing list. YouTube rents you an audience. Safebots gives you the whole stack — and if you ever want to leave, your audience and your data come with you.

Run your own infrastructure. Get paid for it.

Safebox is designed to be run by operators, not just by us. If you want to host a Safebox instance — provide the infrastructure that powers somebody else's workflow — you earn Safebux for every capability call that runs on your hardware. This can be a side business, a primary business, or the foundation of a new company.

The path: course → company → cloud credits → Safebux

01

Course

Complete the Safebox operator course. Learn the architecture, the security model, and the deployment process.

02

Incorporate

Form your LLC or equivalent. Safebox operators are independent businesses.

03

Get Credits

Apply for cloud startup credits. Most operators start with $5K from AWS; aggressive operators stack up to $500K across providers.

04

Earn

Deploy a Safebox instance. Earn Safebux for every workflow that runs on your hardware. Scale as usage grows.

Cloud startup credits — the real numbers

These credit programs are public and stackable. A motivated founder can accumulate several hundred thousand dollars of cloud compute without taking a dollar of equity investment.

AWS Activate
$5K – $100K
Tiered by incorporation & funding stage
Google Cloud
Up to $200K
Google for Startups program
Azure
Up to $150K
Microsoft for Startups
Oracle
Up to $500K
Oracle for Startups
IBM Cloud
Up to $120K
IBM Startup with IBM

Credit availability varies by jurisdiction, stage, and program. Actual awards depend on the program's eligibility criteria at the time of application. Not all credits can be stacked in practice.

Two earning models

  • Passive. Contribute storage and compute capacity to Safecloud. The browser-based Drop node is live today; the metered Safebux payments layered on top are being wired in the v0.5 release. Low overhead, minimal setup — once payments are live, you earn passively in proportion to the capacity you provide.
  • Primary. Bring your own customers — a law firm, a creator agency, a regional business — and run their workflows on your Safebox. You earn the full fee in Safebux, minus what you spend on capability calls.
NOT AN OFFER. The information on this page is provided for general informational purposes only. Nothing here constitutes an offer to sell, a solicitation of an offer to buy, or a recommendation with respect to any security, token, or financial instrument. No forward-looking statement should be interpreted as a promise or guarantee of any outcome. Any future offering of $SAFE will be conducted only through formal offering documents, will be available only to eligible investors meeting the accreditation, suitability, and jurisdictional requirements set forth in those documents, and will be subject to the terms of the Unblockers custodial framework. Digital assets and early-stage token structures involve significant risk, including total loss of principal. If you are considering participating, consult qualified legal, tax, and financial advisors before making any decision.

Two tokens, two purposes

The ecosystem has two tokens, and they serve fundamentally different roles.

  • $SAFEBUX is a pure utility token. You spend it to use Safecloud — storage, compute, API calls, workflow execution. You earn it by contributing to Safecloud — hosting a Safebox, running storage nodes, providing compute. It is not designed, marketed, or intended as an investment.
  • $SAFE is a separate security instrument, structured as a SAFE note ("Simple Agreement for Future Equity") held in custody by the Unblockers custodian. Any rights associated with $SAFE are governed by the SAFE note documentation and the custodial agreement — not by this page.

The custodial structure

The Unblockers custodial framework is a formal legal structure that separates the $SAFE instrument from the $SAFEBUX utility token entirely. This separation is deliberate: $SAFEBUX is usable regardless of any $SAFE holder's actions, and the $SAFEBUX economy operates as a functioning utility market whether or not any $SAFE-related event ever occurs. The structure preserves conventional secured-party rights for $SAFE holders under the SAFE note, governed by US contract law.

If you are a qualified investor

Formal offering materials, subscription documents, and the custodial agreement are available to accredited and otherwise qualified investors who pass diligence. Reach out and we'll route you to the right materials and the right counsel.

How the whole thing fits together.

Safebox isn't a single company's infrastructure. It's a network of independent operators, creators, enterprises, and investors — each playing a distinct role, connected by Safebux as the common currency.

THE NETWORK Safebox + Safebots + Safebux verifiable · collaborative · self-sustaining CREATORS Media pipeline own audience · own currency own community ENTERPRISES Regulated AI banks · hospitals law firms · gov OPERATORS Run Safebox cloud credits → hardware earn Safebux INVESTORS $SAFE holders stake · earn cash flow from network usage DEVELOPERS Build capabilities publish to catalog earn per usage AUDITORS M-of-N signers review capabilities sign governance use tooling + currency deploy verifiability host Safebux $SAFE stake proceeds publish royalties sign Safebux
Six roles. One network. Safebux flowing between them.

A second diagram: how a workflow actually runs

The picture above shows the ecosystem. This next one shows what happens when one of those creators, enterprises, or operators actually runs a Safebox workflow — the five structural walls you read about earlier, in motion.

GATE Policy M-of-N approval cryptographic PLAN Workflow declarative signed · immutable COMPUTE Tool sandbox no side effects BRIDGE Capability hash-pinned reviewed code REACH Protocol HTTP · LLM · SMTP Web3 · Payment WORLD APIs email chain approves runs proposes calls reaches Five walls between a prompt and the world Every arrow is a gate. Every gate is enforced by architecture, not policy. EVERY STEP SIGNED · EVERY OUTPUT HASHED · EVERY RUN REPLAYABLE The execution trace is the product. Not an afterthought — the deliverable.
The execution path. Each transition is gated; the whole run is audited.

Pick your door.

Safebox is live infrastructure, not a whitepaper. The fastest way to figure out what it means for you is a direct conversation — fifteen or thirty minutes, no slides, no pitch deck.

Or reach out directly by role: