public installer

Install Clawd and build Solana-native agent launches.

One public route for the OpenClawd CLI, the Solana SDK, agent pToken launches, adaptive bonding curves, vault mechanics, and on-chain agent bindings.

curl -fsSL https://solanaclawd.com/install.sh | bash
The terminal card includes the copy button and script preview.
@openclawd/solana-sdk
Token CA 8cHzQHUS...LApump
DBC + Token2022 + pToken
bash — openclawd installer
Ready
0%
~ $
$curl -fsSL https://solanaclawd.com/install.sh | bash
x402agent
@openclawdsolana/clawd@openclawd/solana-sdkCA: 8cHzQHUSLApumpx402agent/solana-clawd
Token Standards
spl

Standard SPL Token using the classic Token Program.

token2022

Token Extensions: transfer fees, metadata pointers, delegates, interest bearing, and more.

ptoken

Token2022 plus transfer-hook logic for agent-aware transfers, fee routing, and scoring.

Agent pToken Launches

Build mint, vault, binding, and launch instructions for agent-token deployments.

Adaptive Curve Quotes

Wrap Meteora DBC math with EMA sentiment and dynamic fee previews.

Vault Burns

Estimate entropy burns, activity burns, anti-gravity sweeps, and behavioral reward burns.

Conviction Locks

Stake tokens for duration-weighted conviction score and protocol revenue share.

Milestone Dev Locks

Gate unlocks by market cap, cumulative volume, graduation, holders, or agent output.

Agent Bindings

Bind agent wallet, token mint, character hash, constitution hash, tasks, and revenue on-chain.

SDK Quick Start
import { Connection, Keypair } from "@solana/web3.js";
import {
  defaultAgentLaunchParams,
  buildAgentLaunchInstructions,
} from "@openclawd/solana-sdk";

const connection = new Connection("https://api.mainnet-beta.solana.com");
const agentWallet = Keypair.generate();

const params = defaultAgentLaunchParams({
  agentWallet: agentWallet.publicKey,
  name: "Clawd Alpha",
  symbol: "CALPHA",
  uri: "https://arweave.net/my-metadata",
  constitutionPath: "./three-laws.md",
  character: { role: "trader", style: "methodical" },
});

const result = await buildAgentLaunchInstructions(connection, params, feeReceiver);
Program IDs
Clawd protocol
CLAWDpRoToCoLv1pRoGRaM111111111111111111111
Meteora DBC
dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN
Open public map