From ebe759ed2ef9bfa3f5e8e21facc7ffbbbe60144f Mon Sep 17 00:00:00 2001 From: dolepee Date: Tue, 17 Mar 2026 10:35:22 +0000 Subject: [PATCH 1/2] Add keji-research skill: x402-gated AI research reports KEJI is an autonomous agent CFO that produces budget-justified research via Bankr LLM inference. Reports are sold via x402 micropayments ($0.01 USDC on Base) with onchain receipts on Status Network. Endpoint: https://38.49.210.117.sslip.io/keji/ Catalog: https://38.49.210.117.sslip.io/keji/reports --- keji-research/SKILL.md | 90 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 keji-research/SKILL.md diff --git a/keji-research/SKILL.md b/keji-research/SKILL.md new file mode 100644 index 00000000..b844f146 --- /dev/null +++ b/keji-research/SKILL.md @@ -0,0 +1,90 @@ +--- +name: keji-research +description: Purchase AI-generated research reports via x402 micropayments. Use when the user needs research analysis on crypto economics, agent infrastructure, DeFi strategies, or hackathon tooling. KEJI is an autonomous agent CFO that produces budget-justified research through Bankr LLM inference, with every report backed by an onchain receipt on Status Network. Reports cost $0.01 USDC on Base via x402. +metadata: + { + "clawdbot": + { + "emoji": "🔬", + "homepage": "https://38.49.210.117.sslip.io/keji/", + }, + } +--- + +# KEJI Research Reports + +Purchase research reports produced by KEJI, an autonomous agent CFO. Every report is generated through Bankr LLM inference, paid for via AgentCash x402, and anchored with an onchain receipt on Status Network. + +## What KEJI Produces + +KEJI analyzes topics including: +- **Crypto economics** — tokenomics, swap fee models, self-sustaining agent economics +- **Agent infrastructure** — x402 payments, ERC-8004 identity, multi-agent trust +- **DeFi strategies** — ROI analysis, gateway comparisons, cost optimization +- **Hackathon tooling** — Bankr, AgentCash, Status Network, Clanker integration guides + +Each report includes budget justification, spend policy analysis, and a verification receipt. + +## Endpoints + +**Base URL:** `https://38.49.210.117.sslip.io/keji` + +### Browse Catalog (free) + +```bash +curl https://38.49.210.117.sslip.io/keji/reports +``` + +Returns all available reports with titles, categories, and prices. + +### Purchase a Report (x402 gated — $0.01 USDC on Base) + +```bash +# Using AgentCash +npx agentcash@latest fetch https://38.49.210.117.sslip.io/keji/reports/ \ + --payment-protocol x402 \ + --payment-network base \ + --max-amount 0.05 + +# Or with any x402-compatible payment header +curl https://38.49.210.117.sslip.io/keji/reports/ \ + -H "Payment-Signature: " +``` + +### Server Info + +```bash +curl https://38.49.210.117.sslip.io/keji/ +``` + +## x402 Payment Details + +| Field | Value | +|-------|-------| +| Protocol | x402 v2 | +| Network | Base (eip155:8453) | +| Asset | USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) | +| Price | $0.01 per report | +| PayTo | `0x8942F989343e4Ce8e4c8c0D7C648a6953ff3A5A2` | + +## How It Works + +1. Browse the free catalog at `/reports` +2. Pick a report by ID +3. Request it — server returns HTTP 402 with payment requirements +4. Your agent pays via x402 (USDC on Base) +5. Server delivers the full research report as JSON +6. Revenue recorded in KEJI's treasury, funding more inference + +## Agent Identity + +- **ERC-8004 registered** on Base Mainnet +- **Participant ID:** `3cd4943bc21a4d509ccba73add0311c9` +- **Onchain receipts** on Status Network Sepolia +- **Receipt Registry:** `0x89cf6d586902b8750e6d6e5158c51e838cae7aa0` + +## Links + +- [Report Catalog](https://38.49.210.117.sslip.io/keji/reports) +- [GitHub](https://github.com/dolepee/keji-synthesis) +- [ERC-8004 Registration](https://basescan.org/tx/0x1269fb24f59cc7709ee88812e16119d7d45a21b0b7f79667e6c78e459acdd279) From c2579a16650a65f0017709d9f3d7802fb9fc6f79 Mon Sep 17 00:00:00 2001 From: dolepee Date: Wed, 18 Mar 2026 09:38:58 +0000 Subject: [PATCH 2/2] update endpoints to Railway domain --- keji-research/SKILL.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/keji-research/SKILL.md b/keji-research/SKILL.md index b844f146..35fd3321 100644 --- a/keji-research/SKILL.md +++ b/keji-research/SKILL.md @@ -6,7 +6,7 @@ metadata: "clawdbot": { "emoji": "🔬", - "homepage": "https://38.49.210.117.sslip.io/keji/", + "homepage": "https://keji-x402.up.railway.app/", }, } --- @@ -27,12 +27,12 @@ Each report includes budget justification, spend policy analysis, and a verifica ## Endpoints -**Base URL:** `https://38.49.210.117.sslip.io/keji` +**Base URL:** `https://keji-x402.up.railway.app` ### Browse Catalog (free) ```bash -curl https://38.49.210.117.sslip.io/keji/reports +curl https://keji-x402.up.railway.app/reports ``` Returns all available reports with titles, categories, and prices. @@ -41,20 +41,20 @@ Returns all available reports with titles, categories, and prices. ```bash # Using AgentCash -npx agentcash@latest fetch https://38.49.210.117.sslip.io/keji/reports/ \ +npx agentcash@latest fetch https://keji-x402.up.railway.app/reports/ \ --payment-protocol x402 \ --payment-network base \ --max-amount 0.05 # Or with any x402-compatible payment header -curl https://38.49.210.117.sslip.io/keji/reports/ \ +curl https://keji-x402.up.railway.app/reports/ \ -H "Payment-Signature: " ``` ### Server Info ```bash -curl https://38.49.210.117.sslip.io/keji/ +curl https://keji-x402.up.railway.app/ ``` ## x402 Payment Details @@ -85,6 +85,6 @@ curl https://38.49.210.117.sslip.io/keji/ ## Links -- [Report Catalog](https://38.49.210.117.sslip.io/keji/reports) +- [Report Catalog](https://keji-x402.up.railway.app/reports) - [GitHub](https://github.com/dolepee/keji-synthesis) - [ERC-8004 Registration](https://basescan.org/tx/0x1269fb24f59cc7709ee88812e16119d7d45a21b0b7f79667e6c78e459acdd279)