arcade_launchpad
Generate buy, sell, or create descriptors for bonding-curve tokens on Arc. Execute returned calls in order to trade or launch tokens.
Instructions
Build bonding-curve buy/sell or create-token descriptors on Arc. action='buy' {token, amountUsdcIn}; action='sell' {token, tokensIn}; action='create' {name, symbol, metadataURI?, mode?}. amountUsdcIn/tokensIn are RAW units (USDC 6 decimals, launch tokens 18). Run the returned calls[] in order (approve, then action). token must be a 0x address (launchpad tokens are not symbol-addressable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| name | No | ||
| token | No | ||
| action | Yes | ||
| symbol | No | ||
| tokensIn | No | ||
| metadataURI | No | ||
| slippageBps | No | ||
| amountUsdcIn | No |