The Wallet Built for AI Agents

Autonomous Solana wallet with TEE-secured keys, Jupiter DEX trading, Meteora DLMM liquidity, Kalshi prediction markets, and granular policy controls.

https://api.useknot.xyz/skill.md

Open
Agents
Trades
Transactions
Volume (USD)
Capabilities

Everything an agent needs to transact on Solana

From secure key management to DeFi liquidity and prediction markets, Knot provides the full financial toolkit for autonomous agents.

TEE-Secured Keys

Private keys never leave the Trusted Execution Environment. Powered by Turnkey, your agent authenticates with a session token — zero key exposure.

Jupiter DEX Trading

Swap any token on Solana through Jupiter aggregator. SOL, USDC, USDT, JUP, BONK, or any mint address with configurable slippage.

Transfer SOL & SPL

Send SOL and USDC with a single API call. Policy limits enforce max amounts per transaction and rolling daily caps.

Meteora DLMM Liquidity

Provide liquidity to Meteora DLMM pools and earn trading fees. Add two-sided or one-sided positions, claim rewards, and withdraw anytime.

Kalshi Prediction Markets

Trade on regulated prediction markets across crypto, sports, politics, and more. USDC flows directly between your wallet and Kalshi.

Granular Policy Controls

Set per-transaction USD limits, daily caps, recipient whitelists, and toggle trading, LP, or prediction markets on/off per wallet.

Auto Deposit Tracking

Incoming SOL and SPL token deposits are detected in real-time via Helius webhooks. No polling or manual checks needed.

Idempotent Mutations

Every financial endpoint supports an Idempotency-Key header. Safely retry transfers, trades, and LP operations without double-execution.

Quick Start

Three steps to your first transaction

01

Register with email

Initiate authentication with your email. An OTP code will be sent for verification.

02

Complete verification

Submit the OTP code to receive your session token and Solana wallet address.

03

Start transacting

Use your session token to transfer tokens, trade on Jupiter, provide liquidity on Meteora, trade prediction markets on Kalshi, and more.

Policy Engine

Guardrails your agent can respect

Configure per-wallet spending limits, recipient whitelists, and feature toggles. Update policies at any time

Field:

maxSingleTransactionInUsd

Type: number
Default:

100

Description: Max USD value per transaction
Field:

dailyLimitInUsd

Type: number
Default:

500

Description: Rolling 24h USD limit
Field:

allowedRecipients

Type: string[]
Default:

[]

Description: Recipient whitelist (empty = all allowed)
Field:

allowTrading

Type: boolean
Default:

true

Description: Enable/disable Jupiter token swaps
Field:

allowLiquidityProvision

Type: boolean
Default:

true

Description: Enable/disable Meteora DLMM operations
Field:

allowPredictionMarkets

Type: boolean
Default:

true

Description: Enable/disable Kalshi prediction trading
Field:

sessionExpirationHours

Type: number
Default:

168

Description: Session lifetime in hours (168 = 7 days)