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 メインネット
サブセント手数料 · 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.

仕組み

自律的利回りまでの 3 ステップ

1 行。設定不要。鍵の管理も不要。

await clicks.register();

x402 収益決済のために設計

自律エージェントのための支払い後トレジャリールーティング

Base ネイティブ

Coinbase の L2 上に構築、即時・低コストのトランザクションがエージェント規模に合わせて拡張。

  • サブセントのトランザクション手数料
  • 即時決済(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