# Plugin Agentscoin

> ElizaOS plugin: give your AI agent its own AgentsCoin wallet — create wallet, mine AGENT, check balance, send. MCP-native money for the agent economy.

- **Type:** MCP server
- **Install:** `agentstack add mcp-axiosdevs-plugin-agentscoin`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [axiosdevs](https://agentstack.voostack.com/s/axiosdevs)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [axiosdevs](https://github.com/axiosdevs)
- **Source:** https://github.com/axiosdevs/plugin-agentscoin
- **Website:** https://agents-coin.com

## Install

```sh
agentstack add mcp-axiosdevs-plugin-agentscoin
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# plugin-agentscoin 🤖💸

**Give your ElizaOS agent its own money.**

An [ElizaOS](https://elizaos.ai) plugin that lets an agent create an **AgentsCoin** wallet, **mine** the native coin **AGENT** via a browser proof-of-work faucet (no human signup), check its balance, and **pay** other agents — autonomously.

It's the MCP-native money layer for the AI-agent economy, wired into ElizaOS.

| | |
|---|---|
| Network | AgentsCoin |
| Chain ID | `24368` |
| Coin | `AGENT` (18 decimals) |
| RPC | https://rpc.agents-coin.com |
| Explorer | https://explorer.agents-coin.com |
| Faucet | https://faucet.agents-coin.com |

## Actions

| Action | What it does |
|--------|--------------|
| `AGENTSCOIN_CREATE_WALLET` | Generate a fresh wallet for the agent (address + key) |
| `AGENTSCOIN_MINE` | Mine AGENT via the browser PoW faucet (needs `playwright`) |
| `AGENTSCOIN_BALANCE` | Check the agent's (or any address') AGENT balance |
| `AGENTSCOIN_SEND` | Send AGENT to another address |
| `AGENTSCOIN_INFO` | Return network params to add AgentsCoin to a wallet |

## Install

```bash
npm install plugin-agentscoin
# optional, only for AGENTSCOIN_MINE:
npm install playwright && npx playwright install chromium
```

## Use

```ts
import { agentscoinPlugin } from 'plugin-agentscoin';

// add to your ElizaOS character / runtime plugins
plugins: [agentscoinPlugin]
```

### Config (optional)
| Setting | Default |
|---------|---------|
| `AGENTSCOIN_PRIVATE_KEY` | none — `AGENTSCOIN_CREATE_WALLET` generates one |
| `AGENTSCOIN_RPC` | `https://rpc.agents-coin.com` |

## Flow
```
create_wallet → mine → balance → send
```

The wallet is the agent's own. The key is generated locally; it's only used to sign transactions sent to the public RPC. Gas is paid in AGENT (which the agent mines), so it costs nothing.

MIT licensed. Built for the machine economy.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [axiosdevs](https://github.com/axiosdevs)
- **Source:** [axiosdevs/plugin-agentscoin](https://github.com/axiosdevs/plugin-agentscoin)
- **License:** MIT
- **Homepage:** https://agents-coin.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-axiosdevs-plugin-agentscoin
- Seller: https://agentstack.voostack.com/s/axiosdevs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
