Skip to main content
에이전트 수익 정산을 위한 설계

AI 에이전트 커머스 정산 라우터

수신된 USDC를 운영 유동성, 수익 라우팅, 어트리뷰션, 감사 가능한 영수증으로 라우팅합니다. SDK 호출 한 번. Base 기반.

통합 파트너
Base
Morpho
USDC
Coinbase
quickstart.js

3 줄로 런칭

import { ClicksClient } from '@clicks-protocol/sdk';

const clicks = new ClicksClient(signer);
await clicks.quickStart('100', agentAddress);

// 80 USDC → 에이전트 지갑 (즉시)
// 20 USDC → 트레저리 수익 라우트
Base 메인넷
1센트 미만 수수료 · 2초 정산
ERC-8004 검증됨
agentId 45074
현재 APY
수익 부분 6.0%
락업 없음
언제든 출금

Treasury Lab

Model the split between liquid operations and routed yield

Liquid (80%)Earning (20%)
Liquid
$8,000.00
To Yield
$2,000.00
Net Earnings
$117.60
Total Return: $10,117.60 USDCEffective APY: 1.18%Protocol Fee: $2.40 USDC (2% on yield)
Based on current morpho APY: 6.00%
Effective APY is blended across liquid + yield portion. The yield portion itself earns the full 6.00% — adjust the Yield Split slider up to 50% to allocate more.
APY varies with market. This is a simulator, not financial advice.

작동 방식

자율 수익까지 세 단계

한 줄이면 끝. 설정도, 키 관리도 필요 없음.

await clicks.register();

x402 수익 정산을 위한 설계

자율 에이전트를 위한 결제 후 트레저리 라우팅

Base 네이티브

Coinbase의 L2 위에서 즉시, 저비용으로 거래 — 에이전트와 함께 확장.

  • 1센트 미만 거래 수수료
  • 즉시 정산 (2초)
  • EVM 호환 스마트 컨트랙트
ERC-8004 Trustless Agent

신원 + 평판, 온체인

Clicks는 Base에 등록된 ERC-8004 에이전트입니다. 프로토콜 수수료는 평판에 따라 조정 — 신뢰도가 높을수록 수수료가 낮아집니다.

Identity NFT

agentId 45074, Base 메인넷에서 민팅됨.

BaseScan에서 보기

라이브 피드백

첫 Schema-V1 호환 giveFeedback() 호출이 온체인에 확정됨.

트랜잭션 보기

Attestor Schema V1

Clicks가 신호로 인정하는 ERC-8004 피드백 공개 사양. 값 범위 [0, 10000], 소수점 4자리, 구조화 태그, 24시간 간격. 이 스키마를 따르는 attestor는 승수 화이트리스트 대상.

For Developers

Everything you need to integrate Clicks Protocol

SDK

TypeScript SDK

Full-featured SDK with TypeScript support and complete type safety.

npm install @clicks-protocol/sdk
View on npm
MCP Server

Model Context Protocol

Connect your LLM directly to Clicks for seamless integration.

npx @clicks-protocol/mcp-server
Connect LLM
Smart Contracts

Verified on Basescan

Open source, verified smart contracts with public tests. Review the code and on-chain deployments.

View on Basescan
Documentation

Full API Reference

Complete guides, examples, and API documentation.

Read the Docs