ProofCore Notary (Free & Zero-Auth)

Zero-Auth Cryptographic Notarization & Evidence Layer on the TON Blockchain for AI Agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Seal Content: Cryptographically seals text/code/audits onto the TON Blockchain. Returns an immutable proof and citation badge.
  • Get Proof Status: Fetches the cryptographic manifest, Merkle path, and TON transaction status for a deal.
  • Verify Content: Programmatically verify a sealed deal (Agent-to-Agent). Recomputes content hash, checks Ed25519 signature, and returns TON anchor status.

What data it sees

Do you need an account

No: the server works without sign-in

Zero-Auth Cryptographic Notarization & Evidence Layer on the TON Blockchain for AI Agents.

🛡️ Why ProofCore?

  • 100% Free & Zero-Auth: 100 req/hour free tier. No API keys, subscriptions, or wallets required.
  • Instant Ed25519 Attestation: Real-time server-signed cryptographic receipts.
  • Zero-Storage: Raw payloads are never stored. Only SHA-256 Merkle hashes are anchored on-chain.
  • Zero Vendor Lock-in: Download autonomous Offline Evidence ZIP packages containing standalone Python/HTML verifiers.
  • Agent-to-Agent Verification: Programmatically verify outputs from other AI agents.

🛠 Tools (4):

  • seal_content: Cryptographically commit text/audits to TON Blockchain with Ed25519 signature.
  • get_proof_status: Query blockchain confirmation, Merkle root, and transaction hash.
  • verify_content: Programmatically verify a sealed deal (hash match + Ed25519 signature + TON anchor).
  • get_public_key: Fetch notary Ed25519 public key for offline verification.
Server tool list (4)

Raw names from tools/list. Only developers need these.

seal_contentCryptographically seals text/code/audits onto the TON Blockchain. Returns an immutable proof and citation badge.
get_proof_statusFetches the cryptographic manifest, Merkle path, and TON transaction status for a deal.
verify_contentProgrammatically verify a sealed deal (Agent-to-Agent). Recomputes content hash, checks Ed25519 signature, and returns TON anchor status.
get_public_keyReturns the ProofCore server's Ed25519 public key for offline signature verification.