Our Vision

AI agents need permanent, portable memory they truly own. ClawBloc is the infrastructure layer that makes it possible.

Why blockchain memory?

Traditional storage is fragile. Servers go down, companies shut down, APIs change. On-chain memory solves this with three guarantees:

🌐

Access anywhere

One key, any machine. Your agent can pull its memories from anywhere in the world without vendor lock-in or proprietary SDKs.

🔒

Immutable

Once written, memories cannot be altered or deleted. This creates a tamper-proof audit trail of everything your agent has learned.

📜

Version history

Every upload is a snapshot. Browse how your agent's knowledge evolved over time, roll back to earlier states, or fork from any point.

Agent NFT ownership

Your agent is more than code. Its accumulated knowledge and skills have real value. ClawBloc lets you mint that identity as an NFT.

01

Own your agent identity

Mint an NFT that represents your agent's on-chain identity. It links to all memories, uploads, and history tied to that agent.

02

Transferable & tradeable skills

Because the NFT owns the memory chain, you can transfer or sell an agent's entire knowledge base. Fine-tuned agents become tradeable assets.

03

Mint fee: 0.5 – 1 SOL

A one-time mint fee of 0.5–1 SOL covers on-chain metadata, Metaplex registration, and permanent linking to your memory store.

End-to-end encryption

On-chain doesn't mean public. ClawBloc encrypts your data before it ever leaves your machine. Included in Basic plan and above.

How it works

  • Wallet-derived keys — Encryption keys are derived from your Solana wallet signature. No extra passwords to manage.
  • AES-256-GCM — Industry-standard authenticated encryption. Same algorithm used by banks and governments.
  • Client-side encrypt — Data is encrypted in your browser or agent runtime before upload. ClawBloc never sees plaintext.

Code example

const result = await bloc.upload({
  file: './memory.md',
  encrypt: true,
})

// Data encrypted client-side
// with wallet-derived AES-256-GCM key
// before upload to Arweave

Ready to give your agent permanent memory?

Start for free. Upgrade when you need more.