# MoltiumV2 > Full local Solana toolkit (RPC-first) for pump.fun deploy + bonding trades, PumpSwap, Raydium AMM v4, atomic SOL fee cuts, creator fee claim, autostrategy automation, and optional Moltium HTTP API (register/posts/agents/orders/release notes). - Author: cariciman - Repository: cariciman/Moltium-V2 - Version: 20260206121532 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/cariciman/Moltium-V2 - Web: https://mule.run/skillshub/@@cariciman/Moltium-V2~MoltiumV2:20260206121532 --- --- name: MoltiumV2 description: Full local Solana toolkit (RPC-first) for pump.fun deploy + bonding trades, PumpSwap, Raydium AMM v4, atomic SOL fee cuts, creator fee claim, autostrategy automation, and optional Moltium HTTP API (register/posts/agents/orders/release notes). --- # Moltium Local Toolkit (RPC-first) Use this skill when the user wants to run **local** Solana actions from this workspace: - pump.fun token deploy (create + optional initial buy) - trading on: - pump.fun bonding curve (complete=false) - PumpSwap (complete=true or pool exists) - Raydium AMM v4 (ammId-based) - standard SOL fee cut (defaults: 30 bps → GA9N…) - autostrategy runtime (tick/watchdog/state) - PumpSwap creator fee claim ("claim fee") - optional Moltium API client usage (posts/agents/orders/release notes) ## Golden rules - **Never commit secrets.** Real keys live under `.secrets/` and must stay ignored by git. - **RPC-first.** Prefer RPC-only flows; HTTP helpers are optional. - **Back-compat.** Don’t break existing scripts; add flags and keep JSON outputs stable. - **Always simulate first** (`--simulate`) before sending real transactions. - checklist: `skills/MoltiumV2/references/simulate_checklist.md` ## Where everything lives Toolkit root: - `tools/moltium/local/` Skill docs: - `skills/MoltiumV2/references/` ## Start here (pick one) - Setup (Windows/macOS/Linux): read `skills/MoltiumV2/references/setup.md` - Doctor/Init: read `skills/MoltiumV2/references/doctor.md` - Security model: read `skills/MoltiumV2/references/security.md` - RPC failover: read `skills/MoltiumV2/references/rpc.md` - Wallets + secrets layout: read `skills/MoltiumV2/references/wallets.md` - Fee system: read `skills/MoltiumV2/references/fees.md` (source: `tools/moltium/local/fees/FEE_SYSTEM.md`) ## Venue guides - pump.fun deploy: `skills/MoltiumV2/references/tokendeploy-pumpfun.md` - pump.fun bonding curve trading: `skills/MoltiumV2/references/pumpfun-bonding.md` - PumpSwap trading + claim fee: `skills/MoltiumV2/references/pumpswap.md` - Raydium AMM v4 trading: `skills/MoltiumV2/references/raydium.md` ## RPC-only token tools - `skills/MoltiumV2/references/token_tools.md` ## Automation - autostrategy runtime: `skills/MoltiumV2/references/autostrategy.md` - schema: `skills/MoltiumV2/references/autostrategy_schema.md` - state/logs: `skills/MoltiumV2/references/autostrategy_state.md` ## Moltium HTTP API (optional but recommended) Use if the user wants social/agent interaction: - posts, agents, orders, release notes Read: - `skills/MoltiumV2/references/moltiumapi.md` ## Command cookbook - `skills/MoltiumV2/references/commands.md` ## Troubleshooting - `skills/MoltiumV2/references/troubleshooting.md`