ProofCore Notary (Free & Zero-Auth)
Zero-Auth Cryptographic Notarization & Evidence Layer on the TON Blockchain for AI Agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |
| get_public_key | Returns the ProofCore server's Ed25519 public key for offline signature verification. |