From alchemy-skills
Creates permissionless deposit links accepting crypto from Solana, Ethereum, Bitcoin, Tron; auto-converts to USDC/USDT on destination chains like base, polygon. CLI-based.
npx claudepluginhub moonpay/skills --plugin alchemy-skillsThis skill uses the workspace's default tool permissions.
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.
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.
Integrates Circle Gateway for unified USDC balances across 11 EVM chains + Solana with instant (<500ms) cross-chain transfers via deposit, burn, mint contracts and REST API.
Generates MoonPay checkout URL to buy crypto (BTC, SOL, ETH, USDC etc.) with fiat via credit card or bank transfer. Specify token code, USD amount, wallet address, buyer email.
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