Help us improve
Share bugs, ideas, or general feedback.
From alchemy-skills
Generates multi-chain deposit addresses that accept crypto from Solana, Ethereum, Bitcoin, or Tron and auto-converts to a stablecoin of your choice. No login required.
npx claudepluginhub moonpay/skills --plugin moonpay-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:moonpay-depositThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a deposit link that generates multi-chain deposit addresses. Anyone can send crypto from Solana, Ethereum, Bitcoin, or Tron — it automatically converts to a stablecoin and settles to the specified destination wallet.
Generates a MoonPay checkout URL to buy crypto with fiat via credit card or bank transfer. User completes purchase in browser.
Guides KryptoGO stablecoin payment integration (USDT/USDC on Arbitrum), sets up environment variables and React SDK or Direct API, and routes to skills for checkout, query, webhook, or transfer.
Builds unsigned DeFi transactions from natural language intents across EVM chains like Ethereum, Arbitrum, Base, Optimism, Polygon. Supports send, swap, stake, lend on Aave, Uniswap, Lido, etc.
Share bugs, ideas, or general feedback.
Create a deposit link that generates multi-chain deposit addresses. Anyone can send crypto from Solana, Ethereum, Bitcoin, or Tron — it automatically converts to a stablecoin and settles to the specified destination wallet.
No login required. This is a permissionless tool.
mp deposit create \
--name <label> \
--wallet <destination-address> \
--chain <destination-chain> \
--token <stablecoin>
solana, ethereum, base, polygon, arbitrum, bnb
USDC — available on all chainsUSDT — available on all chainsUSDC.e — bridged USDC, Polygon onlymp deposit create with a name, destination wallet, chain, and token.mp deposit transaction list --id <deposit-id> to check incoming payments.mp deposit create --name "My Payments" --wallet 0xf1D8...5036 --chain base --token USDC