// the verification layer for agents

Create verified, tamper-proof data for the AI economy.

One API stamps any file to the blockchain — a verified record that any agent or human can check, and no one can alter.

No wallets, no tokensAny language or agent runtime
stamp.js
// Stamp any file to the blockchain in one call
const res = await fetch("…/webhook/API_KEY", {
method: "POST",
headers: {
"secret-key": "SECRET_KEY",
"group-id": "verified-records",
"stamp-immediately": "true"
},
body: formData // the file to stamp
});
→ 200 stamped
hash 0x9f2c…a7e1
chain confirmed
txid QmT4…b9
Built on Chainletter
CredCLIDSoulAsset TrackerCredential PlatformCredentials Quiz
// one stamp, three proofs

Identity, integrity, and provenance — proven on every file

Prove who created it

Every stamp is linked to a verified issuer on-chain. Any agent can confirm the creator programmatically — no human in the loop.

Prove it hasn’t changed

A cryptographic hash is recorded at the moment of stamping. Change one byte and the hash won’t match — exposing tampering instantly.

Prove when it existed

The blockchain timestamp is an irrefutable record of when a file existed in a specific form, at a specific time.

// product api

An API designed for machines

The Product API wraps our blockchain layer in a single webhook — it pins your file to IPFS and stamps its hash on-chain in one call. Built for agents, LLMs, and developers who move fast.

POST

Upload & stamp

Send a file and stamp it on-chain in one call. We handle IPFS pinning, hashing, and indexing.

GET

List & verify

List groups, check status, or verify any hash against the blockchain — for agents that check before they act.

PATCH

Batch stamp

Upload files over time, then commit them all to the chain in a single request — built for high-volume issuance.

Full API reference
verify.shGET /hash
# Verify any hash against the chain
curl https://service-link.clstamp.com/verify \\
-H "secret-key: SECRET_KEY" \\
-d "hash=0x9f2c…a7e1"
→ 200 verified
issuer acme.edu ✓
stamped 2026-06-08T14:21Z
integrity match
// built with chainletter

Real tools, built on one API

Apps running in production today — an agent-installable CLI, a decentralized skills marketplace, and a provenance tracker — all on the same stamping API.

>_
Agent-installable CLI

CredCLI

A CLI your agent installs to design and issue credentials to recipients. Point it at a CSV and a template — it renders, stamps, and emails verified credentials, end to end.

npm i -g @credcli/cliAgent GuideCSV → recipients
credcli.com
CredCLI web UI — issuing stamped credentials
DS
AI skills marketplace

DSoul

A decentralized marketplace for AI skills. Chainletter verifies creator identity and freezes published skills on IPFS — a tamper-proof supply chain for agent capabilities.

Verified creatorsIPFS-frozenSupply chain
dsoul.org
DSoul marketplace — verified AI skills listing
AT
Provenance for real-world goods

Asset Tracker

Timestamped, verified files that follow the custody chain of luxury goods and collectibles. Every ownership transfer is stamped, building an auditable provenance trail.

Custody chainStamped transfersAuditable
rwa-tracker.clstamp.com
Asset Tracker — blockchain certificate of registration
Try it livePass the quiz and Chainletter issues you a real, blockchain-stamped credential — live, in your browser.Take the quiz
// why blockchain

The one verification layer that can’t be gamed

Databases get hacked. Servers get compromised. The chain can’t be altered — which is why builders trust it as infrastructure.

Can’t be altered

Once stamped, a record can’t be changed, backdated, or deleted — by anyone, including us.

No single point of failure

Your app verifies against the public blockchain, not our servers. No one entity controls it.

Outlasts every company

A file stamped today is verifiable a decade from now by any system that checks the hash.

agent session
$ credcli issue --from recipients.csv --template diploma
✓ rendered 142 PDFs
✓ stamped 142 hashes on-chain
✓ emailed 142 verified credentials
done in 38s — every credential independently verifiable
// agent-native tooling

We built the tool agents actually use

CredCLI is a CLI your agent installs to design and issue credentials to recipients. Point it at a CSV and a template and it renders, stamps, and emails verified credentials — end to end. It ships an Agent Guide and skill files for coding agents.

Agent-installableSkill files includedCSV → recipients
Explore CredCLI
// the stack

One chain. Three ways to build on it.

Every layer sits on the same blockchain. Pick how much you want to manage — from a no-code portal, to the agent-friendly webhook, down to the raw on-chain engine.

Product API=Platform API+IPFS pinning
Credential Platformno code

Our hand-built app: upload, stamp, and distribute verified files from a private-label portal. Nothing to integrate.

chainletter.clstamp.com
built on
Product APIrecommended

One webhook pins your file to IPFS and stamps its hash on-chain. The easy, agent-native layer — file hosting included.

built on
Platform APIblockchain core

Stamp and verify hashes directly on-chain. Bring your own storage — this is the engine everything above is built on.

QLBacked by Qubic Labs. Proud recipient of a 2025 development grant from blockchain accelerator Qubic Labs.
// start building

What will you build on Chainletter?

Real tools already run on this API in production. The verification layer is ready — your idea is next.