ODOS_SWAP
Facilitates token swaps on decentralized exchanges via the MCP-ODOS server by specifying blockchain, tokens, and amount, ensuring efficient cross-token transactions.
Instructions
Execute a swap transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount of tokens to swap, in wei. | |
chain | No | The blockchain network to execute the transaction on. uses fraxtal as default | fraxtal |
fromToken | Yes | The token to swap from (address). | |
prettyFormat | No | Whether to pretty format the quote. | |
toToken | Yes | The token to swap to (address). |