Use this skill
Step 1. Add Altana to your agent
claude mcp add altana -- bunx @altananetwork/mcp
Step 2. Then just ask
put $50 into the USDT/WBNB pool and show my share
Your agent finds and verifies this skill by itself. Nothing to download.
What your agent learns
Everything you need to add and remove liquidity well: the right contracts, how to size deposits to the live pool ratio, and the approvals each leg needs.
Ready made plays it can run
↗~15s
add-liquidity
Pair two tokens at the pool ratio and receive LP tokens. Parameters: tokenA, tokenB, amount of one side (the other is derived), slippage (default 1%).
↘~15s
remove-liquidity
Burn LP tokens back to both underlying tokens, full or partial. Parameters: pair (or the two tokens), amount of LP or "all".
⇄~5s, reads only
position-check
Report a position's size without changing anything. Parameters: pair (or the two tokens).
