ShardDog Approve
On-chain proof that a human reviewed AI-generated content
How It Works
1. AI GeneratesAn AI model creates content โ a report, code, article, analysis
2. Human ReviewsA human reviewer checks the output and approves it via the ShardDog SDK or widget
3. Stamp MintedAn on-chain shard is minted with the content fingerprint, reviewer identity, and timestamp
4. Anyone VerifiesDownstream systems or users can verify the approval by checking the content hash
For Developers
Create a Stampcurl -X POST "https://shard.dog/api/approve/stamp" \
-H "Content-Type: application/json" \
-H "x-sharddog-api-key: YOUR_KEY" \
-d '{
"content_hash": "sha256_of_your_content",
"label": "Q1 Financial Report",
"reviewer": "alice.near"
}'
Verify a Stampcurl "https://shard.dog/api/approve/verify?hash=sha256_of_content"
Use Cases
๐ฅ Regulated IndustriesCompliance-grade audit trails for AI-assisted decisions in healthcare, finance, and legal
๐ค Agent OrchestrationRequire human sign-off before AI agents execute high-stakes actions
๐ Content ReviewProve that AI-generated blog posts, reports, and marketing copy were human-edited
๐ Code ReviewStamp AI-generated code as reviewed before it enters production
Get Your API Key
Free tier: 50 stamps included. No credit card required.
Get API Key โTypeScript SDK: @sharddog/approve on npm
Pricing
Free50 stamps โ free
Pro5,000 stamps โ 5 NEAR
Scale50,000 stamps โ 20 NEAR
Pay with any token via NEAR โ automatically swapped.
