DEX - Decentralized Exchange
Token swaps, liquidity pools, and yield farming. Complete DeFi system integrated into Discord.
Discord Commands​
/dex swap-quote​
Get a quote for a swap
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
from | String | Yes | Input token (YUME, CRPT, ETHA, SOLA) |
to | String | Yes | Output token |
amount | Number | Yes | Amount to swap |
Configurable from: Swap > Quote
Access exchange.yumechanbot.com
Example:
/dex swap-quote from:YUME to:CRPT amount:1000
/dex swap​
Execute a swap between two tokens
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
from | String | Yes | Input token |
to | String | Yes | Output token |
amount | Number | Yes | Amount |
slippage | Number | No | Slippage tolerance % (0.1-5) |
Configurable from: Swap > Execute Swap
Access exchange.yumechanbot.com
Example:
/dex swap from:YUME to:CRPT amount:1000 slippage:0.5
/dex pools​
List all available liquidity pools
Configurable from: Liquidity > Pools
Access exchange.yumechanbot.com
Example:
/dex pools
/dex my-liquidity​
Shows your LP positions
Configurable from: Liquidity > My Positions
Access exchange.yumechanbot.com
Example:
/dex my-liquidity
/dex add-liquidity​
Add liquidity to a pool
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
pool | String | Yes | Pool ID (e.g., CRPT-YUME) |
amount0 | Number | Yes | Token 0 amount |
amount1 | Number | Yes | Token 1 amount |
Configurable from: Liquidity > Add Liquidity
Access exchange.yumechanbot.com
Example:
/dex add-liquidity pool:CRPT-YUME amount0:100 amount1:1000
/dex remove-liquidity​
Remove liquidity from a pool
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
pool | String | Yes | Pool ID |
lp_tokens | Number | Yes | LP tokens to remove |
Configurable from: Liquidity > Remove Liquidity
Access exchange.yumechanbot.com
Example:
/dex remove-liquidity pool:CRPT-YUME lp_tokens:50
/dex farms​
List all active farms with APR
Configurable from: Farms > Available Pools
Access exchange.yumechanbot.com
Example:
/dex farms
/dex my-farms​
Your farm positions and rewards
Configurable from: Farms > My Positions
Access exchange.yumechanbot.com
Example:
/dex my-farms
/dex stake-farm​
Stake LP tokens in a farm
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
farm | String | Yes | Farm ID (e.g., CRPT-YUME) |
lp_tokens | Number | Yes | LP tokens to stake |
Configurable from: Farms > Stake LP
Access exchange.yumechanbot.com
Example:
/dex stake-farm farm:CRPT-YUME lp_tokens:100
/dex unstake-farm​
Withdraw LP tokens from a farm + rewards
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
farm | String | Yes | Farm ID |
lp_tokens | Number | Yes | LP tokens to withdraw |
Configurable from: Farms > Unstake LP
Access exchange.yumechanbot.com
Example:
/dex unstake-farm farm:CRPT-YUME lp_tokens:50
/dex claim-farm​
Claim rewards from a farm without unstaking
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
farm | String | Yes | Farm ID |
Configurable from: Farms > Claim Rewards
Access exchange.yumechanbot.com
Example:
/dex claim-farm farm:CRPT-YUME
Web Features​
At exchange.yumechanbot.com you can:
- Instant swap - Exchange tokens without intermediaries
- Liquidity pools - Provide liquidity and earn fees
- Yield Farming - Stake LP tokens for additional APR
- Automated Market Maker (AMM) - xy=k algorithm
- Slippage protection - Control price slippage
- LP tokens - Receive tokens representing your position