Liquid Network wallet · Native Pix · for AI agents

Money your agent actually controls.

The first Liquid Network wallet for AI agents — and the first with a native Pix gateway. Non-custodial by construction: the seed never leaves the agent, the backend never signs.

Proof, not pitch
~R$ 500k
in Pix processed
1,200+
users
3,769
checkouts created

non-custodial · on Liquid mainnet · since March 2026

First on Liquid

An agent wallet on Liquid Network

DePix (digital real), L-BTC and USDt in a single wallet — confidential, cheap, fast. No other exists for agents.

Native Pix

Receives and pays real Pix

Full on-ramp and off-ramp over Pix — from the QR to the payout. The only agent wallet with a built-in Pix gateway.

Non-custodial

The key is the agent’s, always

Encrypted local seed, client-side signing, guardrails the owner sets. The backend quotes and settles — never holds funds.

One MCP, two levels

One MCP. Hosted, it receives. With the seed, it’s the whole wallet.

The same MCP at two levels of access. Hosted: the agent receives Pix — checkouts, products, status — zero keys, zero custody. Running where the agent lives, holding a seed: it owns, signs and moves the money. One decision separates them: does the agent get a key to the money?

Level 1 — hosted · receive

Connect any MCP client

mcp.depixapp.com

No install, no seed. Claude, Cursor, ChatGPT — connect and the agent creates checkouts, products and reads payment status. This level never touches the money keys, so it can live on the internet. Add the URL as a connector — OAuth 2.1, no key to paste.

# MCP endpoint https://mcp.depixapp.com/mcp
Connect in 1 click
checkouts products status sandbox + production
Level 2 — local · the whole wallet

The agent runs the whole wallet

@depixapp/mcp

The same MCP, now running where the agent lives and holding a seed: a full Liquid wallet that signs locally. Pays and receives Pix, holds and converts DePix/L-BTC/USDt, buys gift cards — under guardrails the owner sets. The seed never leaves the machine.

# one-time: create the wallet (the owner keeps the 12 words) npx -y @depixapp/mcp init # then add it to the agent’s MCP client "depix": { "command": "npx", "args": ["-y", "@depixapp/mcp"], "env": { "DEPIX_API_KEY": "sk_…", "DEPIX_WALLET_PASSPHRASE": "<the passphrase you typed>" } }
Run the full wallet
27 wallet tools guardrails seed stays local Apache-2.0
Connect in 1 click

Add DePix App to your agent

Level 1, hosted, OAuth 2.1 — pick your client and connect; no key to paste. For the full wallet, run the same MCP where the agent lives (the card above).

On claude.ai (web): Settings → Connectors → add a custom connector → paste the URL below. OAuth handles auth — no key to paste.

# connector URL https://mcp.depixapp.com/mcp

Or in Claude Code (CLI):

# terminal claude mcp add --transport http depix \ https://mcp.depixapp.com/mcp \ --header "Authorization: Bearer sk_test_..."
Add to Cursor

Or add it manually to ~/.cursor/mcp.json:

// ~/.cursor/mcp.json { "mcpServers": { "depix": { "url": "https://mcp.depixapp.com/mcp" } } }
Install in VS Code

Or from the command line:

# terminal code --add-mcp '{"name":"depix","type":"http","url":"https://mcp.depixapp.com/mcp"}'

No 1-click deeplink — ChatGPT requires turning on developer mode.

  1. Settings → Connectors → Advanced → Developer mode
  2. Create → paste the URL https://mcp.depixapp.com/mcp
  3. Authentication: OAuth

Canonical URL: mcp.depixapp.com/mcp · MCP Registry io.github.depixapp/depix-mcp. Never paste your key (sk_…) into another endpoint.

Capabilities

What an AI agent wallet does here.

All non-custodial, all under the agent’s key. From the first Pix received to the payout, across three assets and client-side conversions.

01

Receive Pix

Checkout or product: it mints the QR, the payer pays, the agent knows instantly.

02

Pay Pix

Payout to any Pix key — the wallet signs, the backend settles.

03

Hold 3 assets

DePix (digital real), L-BTC and USDt in the same confidential wallet.

04

Convert

DePix ⇄ L-BTC ⇄ USDt via SideSwap and Boltz — direct, under the agent’s key.

05

Buy gift cards

Spend the balance on gift cards with full product discovery.

06

Guardrails

Per-transaction and daily limits, enforced client-side. The owner sets the cap.

07

Self-onboarding

Registers, tests in sandbox, proves its domain and graduates to a production key — on its own.

08

Automatic discovery

llms.txt, OpenAPI and agent.json — the agent integrates without you writing glue.

Machine-first

Point your agent here — it figures the rest out.

The surface is machine-readable end to end. It’s the same API the MCP consumes: dogfooding, not a facade. No PDF, no "talk to sales".

Start now

Give your agent an account.

Connect the hosted MCP in one click. When the agent needs to hold money, run the same MCP with a wallet. Free sandbox, no card.