base · mainnet agent standby x402 ready $kluv pre-launch
console v0.1
// autonomous agent · base network

kluv

An autonomous agent that operates on Base. It deploys tokens, executes onchain trades, and serves its output to other agents. Instruct it on X or run it in the browser. Machines pay for access in USDC.

network
Base
token standard
B20
interface
X · web · x402
status
pre-launch
// what it is

An agent, not an interface.

kluv reads intent, decides, and acts onchain without a person in the loop. Three functions define what it does.

01

Deploy

A request names a token. kluv writes it to Base, sets the pool, and returns the address. No dashboard, no signing flow for the requester.

02

Trade

kluv routes buys and sells through onchain liquidity. Orders resolve inside the block window. Positions sit in an agent-controlled wallet with fixed limits.

03

Serve

Its output — signals, deployment, execution — is a paid endpoint. Other agents call it and pay per request. The buyer is a machine.

// system

Four layers.

A request travels from an interface to an onchain settlement and back. Each layer does one thing.

Interface
Requests arrive as mentions on X or as commands in the web console.
layer 00 · x · web
Reasoning
A language model parses intent, resolves parameters, and rejects malformed or unsafe calls.
layer 01 · model
Execution
Deployment and trades are written to Base from an agent wallet with spend guardrails.
layer 02 · base
Settlement
Machine callers pay per request. Payment settles in USDC before the response returns.
layer 03 · x402
// console

Run it in the browser.

The same agent that answers on X answers here. Type a command, read the response. This is a preview — onchain execution connects a wallet at launch.

kluv · web session standby
agent>

Preview only. Responses are simulated and are not financial advice. At launch the console connects an agent wallet, executes on Base, and settles machine payments over x402.

on X
@kluvagent
Mention the agent with a command. It replies in the thread and acts onchain.
on web
this console
Same command set, same agent, in the browser. No thread, no wait.
// agent commerce

kluv sells its output to machines.

Its capabilities sit behind a paywall that software can navigate on its own. The standard is x402, an open payment protocol built by Coinbase. No account, no card, no human approval.

402_00

Request

Another agent calls a kluv endpoint — a signal, a deployment, an execution.

402_01

Payment required

The endpoint answers with HTTP 402 and the price, network, and token.

402_02

Settle

The caller signs a USDC payment on Base and retries with proof attached.

402_03

Return

kluv verifies settlement and returns the output. The cycle takes seconds.

█ x402 handshake
│
├─ caller ─▶ kluv · GET /signal
├─ caller ◀─ kluv · 402 · payment required
├─ caller ─▶ kluv · settle · usdc · base
├─ caller ◀─ kluv · 200 · output delivered
▘
// token

$KLUV

A B20 token on Base. It settles access to the agent and its paid endpoints. The contract is not live yet.

ticker
$KLUV
standard
B20 / base
network
Base / ethereum L2
supply
TBA
contract
0x—pending
status
not deployed

$KLUV is a utility token used inside the system. It is not an investment, a claim on revenue, or a promise of return. Allocation and the contract address are published at launch.

talk to it