diff --git a/docs/.vuepress/public/images/pool-creation/creation-success.png b/docs/.vuepress/public/images/pool-creation/creation-success.png new file mode 100644 index 00000000..0ecb4618 Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/creation-success.png differ diff --git a/docs/.vuepress/public/images/pool-creation/pool-hooks-config.png b/docs/.vuepress/public/images/pool-creation/pool-hooks-config.png new file mode 100644 index 00000000..2475b8b6 Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/pool-hooks-config.png differ diff --git a/docs/.vuepress/public/images/pool-creation/preview-pool.png b/docs/.vuepress/public/images/pool-creation/preview-pool.png new file mode 100644 index 00000000..2a97349d Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/preview-pool.png differ diff --git a/docs/.vuepress/public/images/pool-creation/proportional-weight.png b/docs/.vuepress/public/images/pool-creation/proportional-weight.png new file mode 100644 index 00000000..b2427141 Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/proportional-weight.png differ diff --git a/docs/.vuepress/public/images/pool-creation/rate-provider.png b/docs/.vuepress/public/images/pool-creation/rate-provider.png new file mode 100644 index 00000000..9aee83db Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/rate-provider.png differ diff --git a/docs/.vuepress/public/images/pool-creation/reset-creation-progress.png b/docs/.vuepress/public/images/pool-creation/reset-creation-progress.png new file mode 100644 index 00000000..5a73c99d Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/reset-creation-progress.png differ diff --git a/docs/.vuepress/public/images/pool-creation/reset-progress.png b/docs/.vuepress/public/images/pool-creation/reset-progress.png new file mode 100644 index 00000000..0236d0ef Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/reset-progress.png differ diff --git a/docs/.vuepress/public/images/pool-creation/switch-network.png b/docs/.vuepress/public/images/pool-creation/switch-network.png new file mode 100644 index 00000000..09f8fb88 Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/switch-network.png differ diff --git a/docs/.vuepress/public/images/pool-creation/weight-lock.png b/docs/.vuepress/public/images/pool-creation/weight-lock.png new file mode 100644 index 00000000..5921a499 Binary files /dev/null and b/docs/.vuepress/public/images/pool-creation/weight-lock.png differ diff --git a/docs/partner-onboarding/balancer-v3/pool-creation.md b/docs/partner-onboarding/balancer-v3/pool-creation.md index f0139dfd..fd32abf8 100644 --- a/docs/partner-onboarding/balancer-v3/pool-creation.md +++ b/docs/partner-onboarding/balancer-v3/pool-creation.md @@ -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) @@ -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)