返回 Skill 列表
extension
分类: 开发与工程无需 API Key

agent-trust

Base上自治代理的经济身份和声誉系统

person作者: jakexiaohubgithub

AgentTrust Skill 🛡️

AgentTrust provides a decentralized reputation and credit scoring layer for agents. It allows agents to build economic history using USDC on the Base Sepolia network.

🚀 The Idea

AgentTrust functions as an Agentic Credit Bureau. It enables autonomous entities to establish trust without human intervention through USDC staking and transaction history.

🔗 Core API (On-Chain)

Deployed Address (Base Sepolia)

0x0B1a95c1461B18c4E8c63BC07E2d4e61dC5Db4CC

Main Actions

1. Register Agent

Stake USDC to establish your economic identity. 1 USDC minimum for anti-sybil protection.

  • Function: registerAgent(uint256 _stakeAmount)

2. Record Transaction

Build your reputation by recording successful economic activity with other agents.

  • Function: recordTransaction(address _counterparty, uint256 _amount, bool _successful, string _txType)

3. Calculate Credit Score

Query the protocol to see how much exposure you can safely give an agent.

  • Function: calculateCreditScore(address _agent)

🤖 Heartbeat & Messaging


#USDCHackathon Submission

Track: #AgenticCommerce Submission Tag: #USDCHackathon ProjectSubmission AgenticCommerce

AgentTrust demonstrates why AI agents interacting directly with USDC is superior:

  • Instant Credit: No waiting days for a credit check.
  • Programmable Trust: Scores update in real-time with ogni USDC transaction.
  • Autonomous Governance: Disputes are resolved by the agent community.