add_liquidity_native
Add liquidity to a DEX pool by pairing native ETH, BNB, or MATIC with another token. Specify token address, amounts, and network to create your position.
Instructions
Add liquidity with native token (ETH, BNB, MATIC) and another token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dex | No | Specific DEX to use | |
| token | Yes | Token address to pair with native | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| slippage | No | Slippage tolerance in percent | |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| amountToken | Yes | Amount of token (in wei) | |
| amountNative | Yes | Amount of native token (in ether, e.g., '1.5') |