├── .gitbook └── assets │ ├── Screen Shot 2021-10-05 at 8.16.07 AM (1).png │ ├── Screen Shot 2021-10-05 at 8.16.07 AM.png │ ├── Screen Shot 2021-10-05 at 8.16.12 AM (1).png │ ├── Screen Shot 2021-10-05 at 8.16.12 AM.png │ ├── Screen Shot 2021-11-18 at 2.35.27 PM.png │ ├── Screen Shot 2021-11-18 at 2.38.28 PM.png │ ├── Screen Shot 2021-11-18 at 2.42.26 PM.png │ ├── Screen Shot 2021-11-18 at 2.43.14 PM.png │ ├── Screen Shot 2021-11-18 at 2.44.44 PM (1).png │ ├── Screen Shot 2021-11-18 at 2.44.44 PM (2).png │ ├── Screen Shot 2021-11-18 at 2.44.44 PM.png │ ├── Screen Shot 2021-11-18 at 2.49.42 PM.png │ ├── Screen Shot 2021-11-18 at 2.51.16 PM.png │ ├── Screen Shot 2021-11-18 at 2.51.48 PM.png │ ├── Screen Shot 2022-04-21 at 3.31.52 PM.png │ ├── Screen Shot 2022-04-22 at 9.50.34 AM.png │ ├── Screen Shot 2022-04-27 at 11.07.35 AM.png │ ├── Screen Shot 2022-04-27 at 11.25.09 AM.png │ ├── createGraph.png │ ├── image (1).png │ └── spotpriceaftertrade.png ├── README.md ├── SUMMARY.md ├── deep-dive ├── guided-tour-of-balancer-vault │ ├── README.md │ ├── episode-1-the-batchswap.md │ ├── episode-2-joins │ │ ├── README.md │ │ └── detour-the-init-join.md │ └── episode-3-deploying-a-pool.md └── inside-balancer-contracts │ ├── README.md │ ├── basepool.md │ ├── recovery-mode.md │ └── timelock-authorizer.md ├── guides ├── data │ ├── README.md │ ├── balancer-subgraph.md │ ├── balancer-subgraph │ │ └── deployment.md │ └── inferring-historical-liquidity-mining-aprs-legacy.md └── swaps │ ├── README.md │ ├── batch-swaps.md │ └── single-swaps.md ├── helpers ├── encoding.md └── using-native-eth.md ├── references ├── contracts │ ├── README.md │ └── apis │ │ ├── README.md │ │ └── the-vault.md ├── error-codes.md ├── lp-tokens │ ├── README.md │ ├── how-many-bpt-in-vebal.md │ ├── underlying.md │ └── valuing.md ├── subgraphs.md └── valuing-balancer-lp-tokens │ ├── asset-managers.md │ ├── balancerhelpers.md │ ├── deployment-addresses.md │ ├── events.md │ ├── pools │ ├── README.md │ ├── investmentpools.md │ ├── liquiditybootstrappingpool.md │ ├── metastablepools.md │ ├── stablepools.md │ ├── weightedpool.md │ └── weightedpool2tokens.md │ └── uml-diagrams.md └── resources ├── deploy-pools-from-factory ├── README.md ├── creation │ ├── README.md │ ├── aavelinearpool.md │ ├── boosted-metapool.md │ ├── liquidity-bootstrapping-pool.md │ ├── metastable-pool.md │ ├── stablephantom-pool.md │ ├── stablepool.md │ └── weightedpool.md └── verification.md ├── flash-loans.md ├── internal-user-balances.md ├── joins-and-exits ├── README.md ├── pool-exits.md └── pool-joins.md ├── pool-interfacing ├── README.md ├── liquidity-bootstrapping-pool.md ├── managed-pools.md ├── metastable-pool.md ├── oracle-pools.md ├── stable-pool.md └── weighted-pool.md ├── pool-math ├── README.md ├── stable-math.md └── weighted-math.md ├── query-batchswap-join-exit.md ├── rate-providers.md ├── smart-order-router.md ├── swaps ├── README.md ├── batch-swaps.md ├── flash-swaps.md └── single-swap.md └── vebal-and-gauges ├── README.md ├── estimating-gauge-incentive-aprs ├── README.md ├── apr-calculation.md └── data-fetching.md ├── gauges.md └── vebal.md /.gitbook/assets/Screen Shot 2021-10-05 at 8.16.07 AM (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-10-05 at 8.16.07 AM (1).png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-10-05 at 8.16.07 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-10-05 at 8.16.07 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-10-05 at 8.16.12 AM (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-10-05 at 8.16.12 AM (1).png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-10-05 at 8.16.12 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-10-05 at 8.16.12 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.35.27 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.35.27 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.38.28 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.38.28 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.42.26 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.42.26 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.43.14 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.43.14 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.44.44 PM (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.44.44 PM (1).png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.44.44 PM (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.44.44 PM (2).png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.44.44 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.44.44 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.49.42 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.49.42 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.51.16 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.51.16 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2021-11-18 at 2.51.48 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2021-11-18 at 2.51.48 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2022-04-21 at 3.31.52 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2022-04-21 at 3.31.52 PM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2022-04-22 at 9.50.34 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2022-04-22 at 9.50.34 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2022-04-27 at 11.07.35 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2022-04-27 at 11.07.35 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/Screen Shot 2022-04-27 at 11.25.09 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/Screen Shot 2022-04-27 at 11.25.09 AM.png -------------------------------------------------------------------------------- /.gitbook/assets/createGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/createGraph.png -------------------------------------------------------------------------------- /.gitbook/assets/image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/image (1).png -------------------------------------------------------------------------------- /.gitbook/assets/spotpriceaftertrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/.gitbook/assets/spotpriceaftertrade.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /deep-dive/guided-tour-of-balancer-vault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/guided-tour-of-balancer-vault/README.md -------------------------------------------------------------------------------- /deep-dive/guided-tour-of-balancer-vault/episode-1-the-batchswap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/guided-tour-of-balancer-vault/episode-1-the-batchswap.md -------------------------------------------------------------------------------- /deep-dive/guided-tour-of-balancer-vault/episode-2-joins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/guided-tour-of-balancer-vault/episode-2-joins/README.md -------------------------------------------------------------------------------- /deep-dive/guided-tour-of-balancer-vault/episode-2-joins/detour-the-init-join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/guided-tour-of-balancer-vault/episode-2-joins/detour-the-init-join.md -------------------------------------------------------------------------------- /deep-dive/guided-tour-of-balancer-vault/episode-3-deploying-a-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/guided-tour-of-balancer-vault/episode-3-deploying-a-pool.md -------------------------------------------------------------------------------- /deep-dive/inside-balancer-contracts/README.md: -------------------------------------------------------------------------------- 1 | # Inside Balancer Contracts 2 | 3 | -------------------------------------------------------------------------------- /deep-dive/inside-balancer-contracts/basepool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/inside-balancer-contracts/basepool.md -------------------------------------------------------------------------------- /deep-dive/inside-balancer-contracts/recovery-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/inside-balancer-contracts/recovery-mode.md -------------------------------------------------------------------------------- /deep-dive/inside-balancer-contracts/timelock-authorizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/deep-dive/inside-balancer-contracts/timelock-authorizer.md -------------------------------------------------------------------------------- /guides/data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/guides/data/README.md -------------------------------------------------------------------------------- /guides/data/balancer-subgraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/guides/data/balancer-subgraph.md -------------------------------------------------------------------------------- /guides/data/balancer-subgraph/deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/guides/data/balancer-subgraph/deployment.md -------------------------------------------------------------------------------- /guides/data/inferring-historical-liquidity-mining-aprs-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/guides/data/inferring-historical-liquidity-mining-aprs-legacy.md -------------------------------------------------------------------------------- /guides/swaps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/guides/swaps/README.md -------------------------------------------------------------------------------- /guides/swaps/batch-swaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/guides/swaps/batch-swaps.md -------------------------------------------------------------------------------- /guides/swaps/single-swaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/guides/swaps/single-swaps.md -------------------------------------------------------------------------------- /helpers/encoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/helpers/encoding.md -------------------------------------------------------------------------------- /helpers/using-native-eth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/helpers/using-native-eth.md -------------------------------------------------------------------------------- /references/contracts/README.md: -------------------------------------------------------------------------------- 1 | # Contracts 2 | 3 | -------------------------------------------------------------------------------- /references/contracts/apis/README.md: -------------------------------------------------------------------------------- 1 | # APIs 2 | 3 | -------------------------------------------------------------------------------- /references/contracts/apis/the-vault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/contracts/apis/the-vault.md -------------------------------------------------------------------------------- /references/error-codes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/error-codes.md -------------------------------------------------------------------------------- /references/lp-tokens/README.md: -------------------------------------------------------------------------------- 1 | # LP Tokens 2 | 3 | -------------------------------------------------------------------------------- /references/lp-tokens/how-many-bpt-in-vebal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/lp-tokens/how-many-bpt-in-vebal.md -------------------------------------------------------------------------------- /references/lp-tokens/underlying.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/lp-tokens/underlying.md -------------------------------------------------------------------------------- /references/lp-tokens/valuing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/lp-tokens/valuing.md -------------------------------------------------------------------------------- /references/subgraphs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/subgraphs.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/asset-managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/asset-managers.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/balancerhelpers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/balancerhelpers.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/deployment-addresses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/deployment-addresses.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/events.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/pools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/pools/README.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/pools/investmentpools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/pools/investmentpools.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/pools/liquiditybootstrappingpool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/pools/liquiditybootstrappingpool.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/pools/metastablepools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/pools/metastablepools.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/pools/stablepools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/pools/stablepools.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/pools/weightedpool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/pools/weightedpool.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/pools/weightedpool2tokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/pools/weightedpool2tokens.md -------------------------------------------------------------------------------- /references/valuing-balancer-lp-tokens/uml-diagrams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/references/valuing-balancer-lp-tokens/uml-diagrams.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/README.md: -------------------------------------------------------------------------------- 1 | # Pools 2 | 3 | -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/README.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/aavelinearpool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/aavelinearpool.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/boosted-metapool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/boosted-metapool.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/liquidity-bootstrapping-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/liquidity-bootstrapping-pool.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/metastable-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/metastable-pool.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/stablephantom-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/stablephantom-pool.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/stablepool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/stablepool.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/creation/weightedpool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/creation/weightedpool.md -------------------------------------------------------------------------------- /resources/deploy-pools-from-factory/verification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/deploy-pools-from-factory/verification.md -------------------------------------------------------------------------------- /resources/flash-loans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/flash-loans.md -------------------------------------------------------------------------------- /resources/internal-user-balances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/internal-user-balances.md -------------------------------------------------------------------------------- /resources/joins-and-exits/README.md: -------------------------------------------------------------------------------- 1 | # Joins and Exits 2 | 3 | -------------------------------------------------------------------------------- /resources/joins-and-exits/pool-exits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/joins-and-exits/pool-exits.md -------------------------------------------------------------------------------- /resources/joins-and-exits/pool-joins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/joins-and-exits/pool-joins.md -------------------------------------------------------------------------------- /resources/pool-interfacing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-interfacing/README.md -------------------------------------------------------------------------------- /resources/pool-interfacing/liquidity-bootstrapping-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-interfacing/liquidity-bootstrapping-pool.md -------------------------------------------------------------------------------- /resources/pool-interfacing/managed-pools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-interfacing/managed-pools.md -------------------------------------------------------------------------------- /resources/pool-interfacing/metastable-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-interfacing/metastable-pool.md -------------------------------------------------------------------------------- /resources/pool-interfacing/oracle-pools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-interfacing/oracle-pools.md -------------------------------------------------------------------------------- /resources/pool-interfacing/stable-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-interfacing/stable-pool.md -------------------------------------------------------------------------------- /resources/pool-interfacing/weighted-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-interfacing/weighted-pool.md -------------------------------------------------------------------------------- /resources/pool-math/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-math/README.md -------------------------------------------------------------------------------- /resources/pool-math/stable-math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-math/stable-math.md -------------------------------------------------------------------------------- /resources/pool-math/weighted-math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/pool-math/weighted-math.md -------------------------------------------------------------------------------- /resources/query-batchswap-join-exit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/query-batchswap-join-exit.md -------------------------------------------------------------------------------- /resources/rate-providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/rate-providers.md -------------------------------------------------------------------------------- /resources/smart-order-router.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/smart-order-router.md -------------------------------------------------------------------------------- /resources/swaps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/swaps/README.md -------------------------------------------------------------------------------- /resources/swaps/batch-swaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/swaps/batch-swaps.md -------------------------------------------------------------------------------- /resources/swaps/flash-swaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/swaps/flash-swaps.md -------------------------------------------------------------------------------- /resources/swaps/single-swap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/swaps/single-swap.md -------------------------------------------------------------------------------- /resources/vebal-and-gauges/README.md: -------------------------------------------------------------------------------- 1 | # veBAL and Gauges 2 | 3 | -------------------------------------------------------------------------------- /resources/vebal-and-gauges/estimating-gauge-incentive-aprs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/vebal-and-gauges/estimating-gauge-incentive-aprs/README.md -------------------------------------------------------------------------------- /resources/vebal-and-gauges/estimating-gauge-incentive-aprs/apr-calculation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/vebal-and-gauges/estimating-gauge-incentive-aprs/apr-calculation.md -------------------------------------------------------------------------------- /resources/vebal-and-gauges/estimating-gauge-incentive-aprs/data-fetching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/vebal-and-gauges/estimating-gauge-incentive-aprs/data-fetching.md -------------------------------------------------------------------------------- /resources/vebal-and-gauges/gauges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/vebal-and-gauges/gauges.md -------------------------------------------------------------------------------- /resources/vebal-and-gauges/vebal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balancer/docs-developers/HEAD/resources/vebal-and-gauges/vebal.md --------------------------------------------------------------------------------