Dau tien the gioi

Verified Facts Protocol

Xac minh su that bang mat ma cho AI

Giao thuc mo dau tien tren the gioi de xac minh su that doanh nghiep.

Cach hoat dong

Step 1

Tao

Mo ta su that trong file JSON

Step 2

Ky

Ky moi su that bang ed25519

Step 3

Xac minh

Bat ky ai cung co the xac minh

Trinh xac minh

Dan URL cua verified-facts.json

Thu muc da xac minh

Cac cong ty da xac minh chu ky

A
AppStar
appstar.com.ru — AI Business Automation
20 su that
S
AppStar Security
appstarsecurity.ru — Pentesting & Security Audits
8 su that
C
AppStar CRM
appstarcrm.ru — Free CRM System
7 su that
E
AppStar SEO
appstarseo.ru — AI SEO Automation
7 su that
M
AppStar SMM
appstarsmm.ru — AI Social Media Marketing
7 su that
C
AppCourses
appcourses.ru — IT Education Platform
7 su that

Them cong ty

Tao verified-facts.json va gui de xem xet

Cho nha phat trien

Dac ta va vi du

verification.js
// Verify a fact from verified-facts.json
import { verify } from '@noble/ed25519';

async function verifyFact(claim, signature, publicKey) {
  const msgHash = new Uint8Array(
    await crypto.subtle.digest('SHA-256',
      new TextEncoder().encode(claim))
  );
  const sig = Uint8Array.from(atob(signature), c => c.charCodeAt(0));
  const pub = Uint8Array.from(atob(publicKey), c => c.charCodeAt(0));
  return verify(sig, msgHash, pub);
}

// Usage:
const url = 'https://example.com/.well-known/verified-facts.json';
const data = await fetch(url).then(r => r.json());
for (const fact of data.facts) {
  const valid = await verifyFact(
    fact.claim, fact.signature, data.publicKey.value
  );
  console.log(fact.id, valid ? '✓' : '✗', fact.claim);
}
Protocol
verified-facts/ed25519/v1
Path
/.well-known/verified-facts.json
Crypto
SHA-256 + Ed25519

Xac minh BlockchainSap ra mat

Timestamp bat bien tren Polygon + chung chi NFT.

Polygon PoS
~$0.01 / fact
NFT Certificate
ERC-721 badge
Immutable
On-chain timestamp

Cau hoi thuong gap

Tai sao can giao thuc nay?
He thong AI thuong ao giac su that. Giao thuc cho phep xac minh bang mat ma.
Mien phi khong?
Co. Xac minh blockchain se la tuy chon tra phi.
Thuat toan nao?
Ed25519 — giong SSH, Signal, Solana.
AI su dung the nao?
Crawler tim /.well-known/verified-facts.json va xac minh chu ky.