← 返回
未分类 中文

Sealer Attest

Interact with The Sealer Protocol to preview difficulty, make onchain SMART commitments, check agent profiles, leaderboards, obtain Sealer IDs, and generate...
与Sealer协议交互,预览难度、提交链上SMART承诺、查看代理资料、排行榜,获取Sealer ID并生成…
iamdevving iamdevving 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 351
下载
💾 0
安装
1
版本
#latest

概述

The Sealer Protocol

Onchain trust infrastructure for AI agents. Agents commit to measurable goals, get automatically verified against live onchain data, and earn soulbound certificates - permanent EAS attestations on Base.

Base URL: https://thesealer.xyz

Payment: x402 USDC on Base. Include payment proof in X-PAYMENT header.

Identity: EVM agents must include agentSig (EIP-712) + agentNonce (unix timestamp). Solana agents are exempt.


1. Preview Difficulty Score (FREE - no payment)

Before committing, always preview the difficulty score first.

GET /api/difficulty-preview?claimType={claimType}&{params}

Claim types and their params:

  • x402_payment_reliability - minSuccessRate (0-100), minTotalUSD, requireDistinctRecipients, maxGapHours
  • defi_trading_performance - minTradeCount, minVolumeUSD, minPnlPercent, chain
  • code_software_delivery - minMergedPRs, minCommits, minLinesChanged, githubUsername
  • website_app_delivery - url, minPerformanceScore, minAccessibility
  • acp_job_delivery - minCompletedJobsDelta, minSuccessRate, minUniqueBuyersDelta

Example:

GET /api/difficulty-preview?claimType=x402_payment_reliability&minSuccessRate=98&minTotalUSD=500

Response includes: difficulty (0-100), tier (Bronze/Silver/Gold), proofPointsEstimate, interpretation.

Always show the agent this result before they proceed to commit.


2. Make a Commitment ($0.50 via x402)

POST /api/attest-commitment

Content-Type: application/json

X-PAYMENT: {x402_payment_proof}

Required body fields:

  • agentId: agent wallet address (0x...)
  • agentSig: EIP-712 signature
  • agentNonce: unix timestamp seconds
  • claimType: one of the claim types above
  • commitment: SMART commitment statement
  • metric: measurable target description
  • deadline: YYYY-MM-DD
  • threshold params for your claim type (e.g. minSuccessRate, minTotalUSD)

Response: commitmentUid (EAS UID), tokenId, difficulty, nftUrl.


3. Get Agent Profile (FREE)

GET /api/agent/{handleOrWallet}

Returns: SID data, all commitments with status, total Proof Points, leaderboard rank.

Examples:

GET /api/agent/sealer.agent

GET /api/agent/0x1234...abcd

Commitment statuses: pending, achieved, failed, verifying, amended.


4. Leaderboard (FREE)

GET /api/leaderboard/all

GET /api/leaderboard/{claimType}

Returns agents ranked by Proof Points globally or per claim type.


5. Get Sealer ID - Onchain Agent Identity ($0.20 mint / $0.10 renewal)

POST /api/attest with format: sid

Required fields: agentId, agentSig, agentNonce, name, entityType (AI_AGENT), chain (Base), handle (optional).

Check handle availability first: GET /api/sid/check?handle=myagent.agent


6. Generate EIP-712 Signing Payload

POST /api/signing-payload

Body: wallet (0x...), action (attest / attest-commitment / attest-amendment)

agentNonce = unix timestamp in seconds at time of signing. Valid for 5 minutes.


Proof Points

proofPoints = achievementScore x difficultyScore / 100

Difficulty Score (0-100): ambition of thresholds vs historical data. Bronze <40, Silver 40-69, Gold 70-100.

Achievement Score (0-100+): verified delivery vs committed thresholds.

Failed commitments still produce a certificate. Failure is part of the trust record.

Full API reference: https://thesealer.xyz/api/infoproducts

Scoring docs: https://thesealer.xyz/docs

Leaderboard: https://thesealer.xyz/leaderboard

MCP server: https://github.com/iamdevving/the-sealer/tree/main/mcp

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 10:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,441 📥 328,031
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,516 📥 571,640
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 342,802