βοΈPool Configuration
This page is relevant for anyone looking to launch a token on the Ethervista DEX and seeking to understand how Ethervista's liquidity pools and swaps function
Creating a pool
function launch(
address token,
uint amountTokenDesired,
uint amountTokenMin,
uint amountETHMin,
uint8 buyLpFee,
uint8 sellLpFee,
uint8 buyProtocolFee,
uint8 sellProtocolFee,
address protocolAddress
) external virtual override payable returns (uint amountToken, uint amountETH, uint liquidity)Fee structure in swap operations
Fee Variables
Fee Calculation Example
Swap Process
The Protocol address
Configuring a pool
Updating Pool Parameters
Updating fees
Updating the protocol address
Security Measures
Metadata
Last updated