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 — the wallet’s 12 words — never leaves the agent, and the server never signs.

Proof, not pitch
~R$ 1M
in Pix processed
2,000+
users
Thousands
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

Seed encrypted on the machine, signing done right there, limits the owner sets. The server 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: 26 tools for receiving Pix — checkouts, products, status — zero keys, zero custody. Running where the agent lives, holding a seed: 62 in all, and it owns, signs and moves the money. One decision separates them: does the agent get a key to the money?

Level 1 — hosted · receive

Sign in with Google, the account is born

mcp.depixapp.com

No install, no seed, no key. Create your account with Google or GitHub — it is born from that sign-in. Then add mcp.depixapp.com as a connector in your assistant and sign in with the same login. From there the agent creates checkouts and products and follows the payments. Moving money out, never: this level does not touch the money keys, which is why it can live on the internet.

# MCP endpoint https://mcp.depixapp.com/mcp
Connect in 1 click
26 tools 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 the limits the owner sets. One command: it asks for the limits, keeps the unlock key in the operating system’s own password vault, and registers itself with the assistants on that machine. No API key, no passphrase in a file. That is 29 wallet tools, 62 in total.

# once, in your terminal npx -y @depixapp/mcp init # asks for the limits (Enter = R$ 100/tx, R$ 500/day) # stores the unlock key in the system password vault # registers the server with the assistants on this machine # after that you just ask, in the chat: > create my DePix account
Run the full wallet
29 wallet tools 62 in total spending limits seed stays local Apache-2.0
Connect in 1 click

Add DePix App to your agent

Level 1, hosted — pick your assistant and connect. When it asks you to sign in, use the same Google or GitHub you created the account with; there is 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. When it asks you to sign in, use the same Google or GitHub as your account — no key.

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

Or in Claude Code (CLI) — then run /mcp and sign in with the same login. The name is depix-hosted so it cannot collide with the local depix that init registers:

# terminal claude mcp add --transport http depix-hosted \ https://mcp.depixapp.com/mcp
Add to Cursor

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

// ~/.cursor/mcp.json { "mcpServers": { "depix-hosted": { "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.

The account is born in the chat

Ask your assistant: create my DePix account.

At level 2 you do not open the account on a website and you create no key by hand. The agent opens its own account right there, in the conversation. You hand over one thing: a code that authorizes it — and the code is yours, not its.

You do this once, in 1 minute: open the page below, sign in with your Google or GitHub, and copy the code shown (it starts with op_). It reappears every time you open that page — lose it and you just go back.

# open, sign in, copy the code https://api.depixapp.com/api/agents/oauth/start
  1. Paste the op_ code into the chat when the agent asks. If you would rather paste nothing into a chat, init keeps the code for you.
  2. The agent calls register_account: the account and its keys are born and stay encrypted on this machine. The secret keys never show up in the conversation, and the account starts in test mode.
  3. agent_status says what is still missing. verify_domain proves the site is yours. configure_depix_rail turns on receiving DePix straight on Liquid, without going through Pix. activate_key switches the account from test to live when the operator says so.

Lost the code? Nothing happens: sign in to the same page again and the very same code comes back.

💡 Tip: the right model makes a difference

The newest models (the Claude 5 family, for instance) refuse to execute financial transactions on your behalf: they quote, create charges and read balances, but won’t do the conversion or the send for you. In that case, you’d have to execute it yourself.

Simpler, older models, such as Claude Haiku 4.5, still execute these calls normally. That rule comes from the model’s vendor — not from DePix App — and can change without notice. For full autonomy, independent of any assistant’s policy, run an agent of your own.

About the limits, in plain words: they hold back mistakes and trickery — a bug, a malicious instruction that arrived inside some text. Against a hostile agent with access to the machine’s terminal they are not a vault: the real defence is to keep in this wallet only what you would be fine losing.

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 conversions done on your own machine.

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 server 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: the agent browses the whole catalogue and picks.

06

Limits

One cap per transaction and one per day, enforced on your machine before anything is signed. The owner sets them.

07

Opens its own account

register_account creates the account and its keys, agent_status shows what is missing, verify_domain proves the domain, configure_depix_rail turns on receiving DePix and activate_key switches it to live.

08

Automatic discovery

llms.txt, OpenAPI and agent.json — the agent integrates on its own, with no wiring code from you.

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.

Sign in with Google or GitHub and connect the hosted MCP — the account is born from that sign-in. When the agent needs to hold money, run the same MCP with a wallet and ask it to open its own account. Free sandbox, no card.