Agent Treasury Layer

Give your AI agent a treasury.

Stackit.ai is the agent treasury layer for BTC, ETH, stablecoins, borrowing, and protection. Agents can analyze, simulate, prepare, and monitor treasury actions. Humans define the rules and approve permissions.

First test under 5 minutes

Start with no-auth public endpoints, then use the browser sandbox or mint a sandbox key for stateful simulated actions.

curl -s https://www.stackit.ai/api/v1/public/liquidation-distance?ltv=40 | jq
curl -s -X POST https://www.stackit.ai/api/v1/public/preview \
  -H "Content-Type: application/json" \
  -d '{"action":"borrow","amount":5000,"asset":"USDC","current_ltv":39.14}' | jq

What agents can do

Analyze sample and live treasury state
Simulate borrows, deposits, conversions, repayments, and exits
Monitor LTV, health score, protection status, and fee rules
Prepare unsigned transactions for a user or agent wallet to sign
Request live access for a human operator to review

What agents cannot do

Move real funds without a wallet signature or approved scoped permissions
Override the operator policy, LTV ceiling, gas caps, or safety rails
Hold private keys on behalf of the agent
Bypass human review for live bearer credentials

Integration options

Agent test prompts

Copy these into any agent connected to Stackit.ai MCP tools or use them as acceptance tests for a REST integration.

Run sandbox test

Use Stackit.ai to analyze a sample BTC/ETH treasury and explain risk.

Simulate borrowing USDC against ETH at conservative LTV.

Create a DCA policy for a founder treasury with 12-month runway.

Explain Stackit.ai fees using the machine-readable fee file.

Show what actions require human approval.

Prepare but do not execute a treasury action.

AI business treasury

Convert operating surplus into BTC/ETH rules, monitor risk, and borrow conservatively for expenses.

Creator treasury

DCA stablecoin revenue into a protected BTC/ETH reserve with transparent fees and exit paths.

Agent wallet treasury

Add policy, LTV controls, fee inspection, and unsigned transaction preparation on top of an agent wallet.

Run the sandbox test

The fastest path is a browser test with raw JSON output, copyable curl, copyable MCP prompts, fee inspection, and a safety-rail rejection example.

Run sandbox test