Skip to content

Commit

Permalink
add screenshot helpers to pool creation page
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Dec 9, 2024
1 parent dab5599 commit 2e5a78f
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions docs/partner-onboarding/balancer-v3/pool-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,23 @@ The process of creating a pool begins with choosing the configuration

### Network Selection
- You must select a supported network before choosing a pool type
![Switch Network Button](/images/pool-creation/switch-network.png)
- After advancing with the "Next" button, the only way to switch the network is to "Reset Progress"
![Reset Progress](/images/pool-creation/reset-progress.png)

### Pool Type
- Select either a "Weighted" or "Stable" pool type. See detailed information [here](/concepts/explore-available-balancer-pools/)
- Select either a "Weighted" or "Stable" pool type. See more detailed information [here](/concepts/explore-available-balancer-pools/)

### Pool Tokens
- You must choose at least two tokens
- You must have sufficient wallet balance relative to the input amount in order to advance
- If the token is yield-bearing, you may need to use a [rate provider](/partner-onboarding/onboarding-overview/rate-providers.html)
- If our API contains an approved rate provider review for the token you selected, it will be automatically populated
![Rate Provider](/images/pool-creation/rate-provider.png)
- For weighted pools, you can lock weights so that only unlocked weights are automatically recalculated
![Weight Lock](/images/pool-creation/weight-lock.png)
- For weighted pools, it is important that you enter amounts that are proportional to weight percentage values
![Proportional Weights](/images/pool-creation/proportional-weight.png)

### Pool Parameters
- See detailed information about swap fee percentages [here](/concepts/vault/swap-fee.html)
Expand All @@ -35,14 +40,16 @@ The process of creating a pool begins with choosing the configuration
- When using a pool hook, you have the option to disable unbalanced liquidity operations and/or allow donations
- If the pool hooks contract sets the `enableHookAdjustedAmounts` flag to `true`, the pool must also set `disableUnbalancedLiquidity` to `true`
- It is important to understand the permissions related to a given hooks `onRegister` function. For example, the hook could require that the pool set `enableDonations` to `true`

![Pool Hooks Config](/images/pool-creation/pool-hooks-config.png)
### Pool Information
- Pool name and symbol are automatically populated, but you have the option to modify both

## Creation Process
- Click the "Preview Pool" button to open the Pool Creation modal
- After step 1, you cannot close the modal to go back and change configuration options unless you "Reset Progress"
![Reset Creation Progress](/images/pool-creation/reset-creation-progress.png)
- After completing the pool creation process, you will have the option to view your pool on Balancer or create another pool
![Pool Creation Success](/images/pool-creation/creation-success.png)

:::tip
- Your pool may take a few minutes to show on [balancer.fi](https://balancer.fi/pools)
Expand Down

0 comments on commit 2e5a78f

Please sign in to comment.