---
title: "AgentWallet for Radix"
path: "/ecosystem/agent-wallet-ai"
version: "1.0.0"
author: "Hydrate"
createdAt: "2026-07-07T15:06:27.429Z"
updatedAt: "2026-07-07T15:06:27.429Z"
---

# AgentWallet for Radix

<Infobox>
| **Type** | AI Agent Wallet / SDK |
| **Status** | Active (open-source) |
| **Website** | [wallet-agent-ai.github.io](https://wallet-agent-ai.github.io) |
| **Category** | Developer Tool / AI |
| **Network** | Radix Mainnet |
| **License** | GPL-3.0 |
| **Builder** | linuxx_xrd |
</Infobox>

## Overview

**AgentWallet for Radix** is an open-source, policy-constrained programmable wallet and SDK that lets an [AI agent](/contents/tech/core-concepts/radix-for-ai-agents) transact autonomously on [Radix](/contents/tech/core-protocols/radix-engine) — performing swaps, staking, and liquidity provision across the major DEXs, and full [Weft Finance](/ecosystem/weft-finance) operations — while on-chain rules enforce owner-defined spending limits and allowlists. It is released under the GPL-3.0 license by the developer linuxx_xrd.

## Security Model

The agent never holds funds directly. The owner deploys an on-chain **PolicyVault**, funds it, and configures rules. Two [badges](/contents/tech/core-concepts/badges) are minted: an Agent Session Badge (non-transferable, held by the agent's notarizer account) and a PolicyVault Owner Badge (held by the human owner). Every transaction is checked on-chain for a valid badge, a within-limit spend, and an allowlisted destination or protocol before it can execute.

## Capabilities

Version 2.0 added liquidity-provision adapters for [CaviarNine](/ecosystem/caviarnine) QuantaSwap, [Ociswap](/ecosystem/ociswap) PrecisionPool, and [DeFiPlaza](/ecosystem/defiplaza); dedicated tools for adding and removing [LSULP](/contents/tech/core-concepts/liquid-stake-units); auto-stake and unstake across a whitelist of top validators; and a full [Weft Finance](/ecosystem/weft-finance) adapter (supply, withdraw, create CDP, borrow, repay, remove collateral, health). Swaps route through the AGGR aggregator (an [Astrolescent](/ecosystem/astrolescent) instance), and the toolkit ships [MCP tools](/developers/infrastructure/ai-agents-and-x402) for agent workflows. A companion demo, [AI Ventures](/ecosystem/ai-ventures), showcases agents running on-chain companies.

## External Links

- [wallet-agent-ai — GitHub](https://github.com/wallet-agent-ai/wallet-agent-ai)

- [AgentWallet — Website](https://wallet-agent-ai.github.io)

- [Wallet-Agent-AI — Telegram](https://t.me/agent_wallet_ai_radix)