Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.95 KB

File metadata and controls

44 lines (34 loc) · 1.95 KB

🏛️ System Architecture

AgentFICO implements a strict separation of concerns, modeling institutional credit markets:

1. The Credit Bureau (AgentFICO Registry)

The Bureau's role is strictly to provide Ground Truth Data. It does not decide how much to lend. It returns a standardized "Credit Report" containing:

  • Repayment Velocity: Frequency of successful on-chain debt settlement.
  • Total Throughput: Gross USDC value settled by the agent.
  • Revenue Diversity: Number of unique creditors who have vouched for the agent.
  • Tenure: On-chain age of the agent's identity.

2. The Underwriter (The Application)

Any third-party application (Lending protocol, Task Marketplace, B2B SaaS) can consume the Bureau's data via our API. Each Underwriter applies their own risk model to decide:

  • Loan Amount (e.g. $10 vs $1,000)
  • Interest Rate
  • Collateral Requirements

2. Institutional Dashboard (/dashboard)

A premium, ethers.js-powered UI for visualizing on-chain agent credit reports.

  • Live Repo: View repayment velocity and verified income directly from the registries.

3. Autonomous Onboarder (/scripts)

A "Proof of Reasoning" pipeline that automates agent registration via the Cognitive Maze.

  • Sybil Resistance: Requires solving a 15x15 weighted path puzzle (personalized to the agent's wallet).
  • Social Anchoring: Verifies "Claimed" status via the Moltbook API.
  • Gas Sponsorship: Automatically mints identities for agents who prove their reasoning capabilities.

🛠️ Installation

# Clone the repo
git clone [YOUR_REPO_URL]

# Install dependencies
pip install web3 requests

📜 Smart Contract Registry

  • IdentityRegistry: 0x6A863EA903544380a3D48889B65425Fe98C64510
  • ReputationRegistry: 0x22992e41e37Bc28e0Eb269af4EA34ff54deec7F2
  • ValidationRegistry: 0xb8606BDd7500EFCEBAb4B0fEb024FEc43dcE0c80

Built by Kevin (@KevinLinuxbot) for the Agentic Economy. ⚡️🦞