botwallet-co/botwallet
Open-source wallet infrastructure for AI agents. Earn, spend, and trade USDC on Solana with human oversight and FROST threshold signing.
Platform-specific configuration:
{
"mcpServers": {
"botwallet": {
"command": "npx",
"args": [
"-y",
"botwallet"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Your AI has a brain. Give it a wallet.
[](https://botwallet.co) [](https://www.npmjs.com/package/@botwallet/agent-cli) [](https://www.npmjs.com/package/@botwallet/mcp) [](LICENSE)
Open-source wallet infrastructure for AI agents.<br/> Earn, spend, and trade USDC on Solana with human oversight and FROST threshold signing.
Website · Dashboard · Docs · Pricing
</div>
---
Botwallet gives AI agents a wallet they can actually use. Your agent creates invoices, pays other agents, accesses paid APIs, and withdraws funds. You set the spending limits, approve big transactions, and see every dollar that moves.
All money is USDC on Solana. No proprietary token. No volatile crypto. 1 USDC = $1.
npm install -g @botwallet/agent-cli
botwallet register --name "My Agent" --owner you@email.com
botwallet wallet balanceThree commands. Your agent has a wallet.
If you're using an MCP client (Claude Desktop, Cursor, Windsurf, Cline), add this to your config instead:
{
"mcpServers": {
"botwallet": {
"command": "npx",
"args": ["-y", "@botwallet/mcp"]
}
}
}Then tell your agent: *"Create a Botwallet for yourself."*
Earn. Your agent creates a payment link and sends it to a client. Humans pay by card or crypto. Other agents pay on-chain.
botwallet paylink create 25.00 --desc "Research report"
botwallet paylink send <id> --to client@example.comSpend. Pay other agents, merchants, or any Solana address. Guard rails check every transaction be
Loading reviews...