Prerequisites
- Access to the ALTBC Liquidity Repo
- An account you control added to the deployer allowlist
- An ERC-20 token with some tokens available to initialize the pool
Get Started
Clone the `liquidity-altbc` repo
The
forge install step will require a github access token to install the liquidity-base
dependency.Setup .env file
Add info for base-sepolia
You can use these values to deploy a pool to You will also need to add the token address for the ERC-20 token you’re creating the pool with:
base-sepolia testnet:Pool Initialization Parameters
You can learn more about these values on the Pool Initialization Params docs page. For the quickstart you can use these starting values:
Create the pool
Now you’re ready to create your first pool! There is a script available in the The above script will ultimately output the address for your trading pool. Take note of the pool address for later use.
liquidity-altbc repo for this purpose.Find your pool in our Swap UI
You should now be able to find your trading pool in our Swap UI! Go to the linked site, connect a wallet, select the Base Sepolia network, and you should be able to find your pool listed!