# Quipuswap

## Quipuswap

- [What is QuipuSwap?](https://docs.quipuswap.com/introduction/readme.md)
- [Participants](https://docs.quipuswap.com/introduction/participants.md)
- [QuipuSwap subprojects](https://docs.quipuswap.com/introduction/quipuswap-subprojects.md)
- [QuipuSwap Farms](https://docs.quipuswap.com/introduction/quipuswap-subprojects/quipuswap-farms.md)
- [Quipuswap Stable DEX](https://docs.quipuswap.com/introduction/quipuswap-subprojects/quipuswap-stable-dex.md)
- [Token to Token Swaps](https://docs.quipuswap.com/introduction/quipuswap-subprojects/token-to-token-swaps.md)
- [Governance (text-only)](https://docs.quipuswap.com/introduction/quipuswap-subprojects/governance-text-only.md)
- [Install Wallet](https://docs.quipuswap.com/get-started/install-wallet.md)
- [How to get TEZ](https://docs.quipuswap.com/get-started/how-to-get-tez.md)
- [How to find my tokens](https://docs.quipuswap.com/get-started/how-to-find-my-tokens.md)
- [Connect wallet](https://docs.quipuswap.com/get-started/connect-wallet.md)
- [FAQ](https://docs.quipuswap.com/get-started/faq.md)
- [Overview](https://docs.quipuswap.com/dex-guides/overview.md)
- [Types of the exchange (Token/TEZ, Token/Token)](https://docs.quipuswap.com/dex-guides/types-of-the-exchange-token-tez-token-token.md)
- [How to use the DEX](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex.md)
- [Trade](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex/trade.md)
- [How to add liquidity to an existing liquidity pool](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-add-liquidity-to-an-existing-liquidity-pool.md)
- [How to create a new liquidity pool](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-create-a-new-liquidity-pool.md)
- [How to remove liquidity](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-remove-liquidity.md)
- [How to vote for a baker](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-vote-for-a-baker.md)
- [How to ban/veto a baker](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-ban-veto-a-baker.md)
- [What is a Token?](https://docs.quipuswap.com/tezos-tokens/what-is-a-token.md)
- [What is the difference between FA1.2 and FA2 standards?](https://docs.quipuswap.com/tezos-tokens/what-is-the-difference-between-fa1.2-and-fa2-standards.md)
- [QUIPU Tokenomics](https://docs.quipuswap.com/tezos-tokens/quipu-tokenomics.md)
- [Dex token edition](https://docs.quipuswap.com/smart-contracts/dex-token-edition.md)
- [Overview](https://docs.quipuswap.com/smart-contracts/dex-token-edition/overview.md)
- [Dex](https://docs.quipuswap.com/smart-contracts/dex-token-edition/dex.md)
- [Exceptions](https://docs.quipuswap.com/smart-contracts/dex-token-edition/exceptions.md)
- [QuipuSwap stable swap DEX](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex.md)
- [Developer module](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/developer-module.md)
- [Storage & action types](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/developer-module/storage-and-action-types.md)
- [Developer setter entrypoints](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/developer-module/developer-setter-entrypoints.md)
- [set\_dev\_address](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/developer-module/developer-setter-entrypoints/set_dev_address.md)
- [set\_dev\_fee](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/developer-module/developer-setter-entrypoints/set_dev_fee.md)
- [Standalone DEX](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/storage-and-types-overview.md): Contract typings and storage
- [Initialization](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/initialization.md)
- [set\_admin\_function](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/initialization/set_admin_function.md)
- [set\_dev\_function](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/initialization/set_dev_function.md)
- [set\_dex\_function](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/initialization/set_dex_function.md)
- [set\_token\_function](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/initialization/set_token_function.md)
- [Add new dex](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/add-new-dex.md)
- [add\_pool](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/add-new-dex/add_pool.md)
- [DEX methods](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods.md): The core entrypoints
- [invest](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/invest.md)
- [swap](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/swap.md)
- [Divesting](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/divesting.md)
- [divest](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/divesting/divest.md)
- [divest\_imbalanced](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/divesting/divest_imbalanced.md)
- [divest\_one\_coin](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/divesting/divest_one_coin.md)
- [DEX rewards](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/dex-rewards.md)
- [claim\_referral](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/dex-rewards/claim_referral.md)
- [stake](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/dex-methods/dex-rewards/stake.md)
- [Developer methods](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/developer-methods.md): Manage developer fee, address and claim developer rewards
- [claim\_developer](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/developer-methods/claim_developer.md)
- [Admin methods](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/admin-methods.md)
- [add\_rem\_managers](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/admin-methods/add_rem_managers.md)
- [ramp\_A](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/admin-methods/ramp_a.md)
- [set\_admin](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/admin-methods/set_admin.md)
- [set\_fees](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/admin-methods/set_fees.md)
- [stop\_ramp\_A](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/standalone-dex/admin-methods/stop_ramp_a.md)
- [Factory](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/storage-and-types-overview.md)
- [Initial setup](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/initial-setup.md)
- [set\_init\_function](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/initial-setup/set_init_function.md)
- [DEX compiled codebase setup](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/initial-setup/dex-compiled-codebase-setup.md)
- [Initialize new DEX flow](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/initialize-new-dex-flow.md)
- [add\_pool](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/initialize-new-dex-flow/add_pool.md)
- [start\_dex](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/initialize-new-dex-flow/start_dex.md)
- [Deployed from factory DEX](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/deployed-from-factory-dex.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/deployed-from-factory-dex/storage-and-types-overview.md): Contract typings and storage
- [Initialization](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/deployed-from-factory-dex/initialization.md)
- [copy\_dex\_function](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/deployed-from-factory-dex/initialization/copy_dex_function.md)
- [freeze](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/deployed-from-factory-dex/initialization/freeze.md)
- [Developer methods](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods.md)
- [claim\_rewards](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/claim_rewards.md)
- [Factory management](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management.md)
- [Factory params](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management/factory-params.md)
- [set\_burn\_rate](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management/factory-params/set_burn_rate.md)
- [set\_price](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management/factory-params/set_price.md)
- [set\_whitelist](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management/factory-params/set_whitelist.md)
- [Dex 2.0](https://docs.quipuswap.com/smart-contracts/dex-2.0.md)
- [Errors overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/errors-overview.md)
- [BakerRegistry contract](https://docs.quipuswap.com/smart-contracts/dex-2.0/bakerregistry-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/bakerregistry-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/bakerregistry-contract/entrypoints-overview.md)
- [validate](https://docs.quipuswap.com/smart-contracts/dex-2.0/bakerregistry-contract/entrypoints-overview/validate.md)
- [register](https://docs.quipuswap.com/smart-contracts/dex-2.0/bakerregistry-contract/entrypoints-overview/register.md)
- [FlashSwapsProxy contract](https://docs.quipuswap.com/smart-contracts/dex-2.0/flashswapsproxy-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/flashswapsproxy-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/flashswapsproxy-contract/entrypoints-overview.md)
- [default](https://docs.quipuswap.com/smart-contracts/dex-2.0/flashswapsproxy-contract/entrypoints-overview/default.md)
- [Bucket contract](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview.md)
- [fill](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview/fill.md)
- [pour\_out](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview/pour_out.md)
- [pour\_over](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview/pour_over.md)
- [withdraw\_rewards](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview/withdraw_rewards.md)
- [ban\_baker](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview/ban_baker.md)
- [vote](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview/vote.md)
- [default](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/entrypoints-overview/default.md)
- [On-chain views overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/on-chain-views-overview.md)
- [is\_banned\_baker](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/on-chain-views-overview/is_banned_baker.md)
- [get\_tez\_balance](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/on-chain-views-overview/get_tez_balance.md)
- [get\_user\_candidate](https://docs.quipuswap.com/smart-contracts/dex-2.0/bucket-contract/on-chain-views-overview/get_user_candidate.md)
- [Auction contract](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview.md)
- [Auction entrypoints](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/auction-entrypoints.md)
- [receive\_fee](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/auction-entrypoints/receive_fee.md)
- [launch\_auction](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/auction-entrypoints/launch_auction.md)
- [place\_bid](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/auction-entrypoints/place_bid.md)
- [claim](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/auction-entrypoints/claim.md)
- [Admin entrypoints](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints.md)
- [set\_admin](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/set_admin.md)
- [confirm\_admin](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/confirm_admin.md)
- [set\_baker](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/set_baker.md)
- [set\_fees](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/set_fees.md)
- [set\_auction\_duration](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/set_auction_duration.md)
- [set\_min\_bid](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/set_min_bid.md)
- [update\_whitelist](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/update_whitelist.md)
- [withdraw\_dev\_fee](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/withdraw_dev_fee.md)
- [withdraw\_public\_fee](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/withdraw_public_fee.md)
- [burn\_bid\_fee](https://docs.quipuswap.com/smart-contracts/dex-2.0/auction-contract/entrypoints-overview/admin-entrypoints/burn_bid_fee.md)
- [DexCore contract](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview.md)
- [DEX entrypoints](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints.md)
- [launch\_exchange](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/launch_exchange.md)
- [invest\_liquidity](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/invest_liquidity.md)
- [divest\_liquidity](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/divest_liquidity.md)
- [swap](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/swap.md)
- [withdraw\_profit](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/withdraw_profit.md)
- [claim\_interface\_fee](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/claim_interface_fee.md)
- [claim\_interface\_tez\_fee](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/claim_interface_tez_fee.md)
- [withdraw\_auction\_fee](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/withdraw_auction_fee.md)
- [vote](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/dex-entrypoints/vote.md)
- [Admin entrypoints](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints.md)
- [set\_admin](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/set_admin.md)
- [confirm\_admin](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/confirm_admin.md)
- [set\_flash\_swaps\_proxy](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/set_flash_swaps_proxy.md)
- [set\_auction](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/set_auction.md)
- [add\_managers](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/add_managers.md)
- [set\_fees](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/set_fees.md)
- [set\_collecting\_period](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/set_collecting_period.md)
- [update\_token\_metadata](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/update_token_metadata.md)
- [ban](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/admin-entrypoints/ban.md)
- [Permits' entrypoints](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints.md)
- [permit](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints/permit.md)
- [set\_expiry](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints/set_expiry.md)
- [FA2 entrypoints](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/fa2-entrypoints.md)
- [transfer](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/fa2-entrypoints/transfer.md)
- [update\_operators](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/fa2-entrypoints/update_operators.md)
- [balance\_of](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/fa2-entrypoints/balance_of.md)
- [Callbacks](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/callbacks.md)
- [launch\_callback](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/callbacks/launch_callback.md)
- [flash\_swap\_callback](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/callbacks/flash_swap_callback.md)
- [close](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/callbacks/close.md)
- [On-chain views overview](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview.md)
- [check\_is\_banned\_baker](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview/check_is_banned_baker.md)
- [get\_reserves](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview/get_reserves.md)
- [get\_total\_supply](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview/get_total_supply.md)
- [get\_swap\_min\_res](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview/get_swap_min_res.md)
- [get\_toks\_per\_share](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview/get_toks_per_share.md)
- [get\_cumulative\_prices](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview/get_cumulative_prices.md)
- [get\_collecting\_period](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/on-chain-views-overview/get_collecting_period.md)
- [Trusted contracts](https://docs.quipuswap.com/smart-contracts/trusted-contracts.md)
- [Farming](https://docs.quipuswap.com/smart-contracts/farming.md)
- [Referral system overview](https://docs.quipuswap.com/smart-contracts/farming/referral-system-overview.md)
- [Fees overview](https://docs.quipuswap.com/smart-contracts/farming/fees-overview.md)
- [Rewards precision overview](https://docs.quipuswap.com/smart-contracts/farming/rewards-precision-overview.md)
- [BakerRegistry contract](https://docs.quipuswap.com/smart-contracts/farming/bakerregistry-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/farming/bakerregistry-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/farming/bakerregistry-contract/entrypoints-overview.md)
- [validate](https://docs.quipuswap.com/smart-contracts/farming/bakerregistry-contract/entrypoints-overview/validate.md)
- [register](https://docs.quipuswap.com/smart-contracts/farming/bakerregistry-contract/entrypoints-overview/register.md)
- [Burner contract](https://docs.quipuswap.com/smart-contracts/farming/burner-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/farming/burner-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/farming/burner-contract/entrypoints-overview.md)
- [default](https://docs.quipuswap.com/smart-contracts/farming/burner-contract/entrypoints-overview/default.md)
- [burn\_callback](https://docs.quipuswap.com/smart-contracts/farming/burner-contract/entrypoints-overview/burn_callback.md)
- [ProxyMinter contract](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview.md)
- [Admin entrypoints](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview/admin-entrypoints.md)
- [add\_minter](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview/admin-entrypoints/add_minter.md)
- [withdraw\_tokens](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview/admin-entrypoints/withdraw_tokens.md)
- [set\_admin](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview/admin-entrypoints/set_admin.md)
- [confirm\_admin](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview/admin-entrypoints/confirm_admin.md)
- [Minter entrypoint](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview/minter-entrypoint.md)
- [mint\_tokens](https://docs.quipuswap.com/smart-contracts/farming/proxyminter-contract/entrypoints-overview/minter-entrypoint/mint_tokens.md)
- [QFarm contract](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview.md)
- [Farming entrypoints](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/farming-entrypoints.md)
- [deposit](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/farming-entrypoints/deposit.md)
- [withdraw](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/farming-entrypoints/withdraw.md)
- [harvest](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/farming-entrypoints/harvest.md)
- [FA2 entrypoints](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/fa2-entrypoints.md)
- [transfer](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/fa2-entrypoints/transfer.md)
- [update\_operators](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/fa2-entrypoints/update_operators.md)
- [balance\_of](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/fa2-entrypoints/balance_of.md)
- [Admin entrypoints](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints.md)
- [set\_admin](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/set_admin.md)
- [confirm\_admin](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/confirm_admin.md)
- [set\_fees](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/set_fees.md)
- [set\_reward\_per\_second](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/set_reward_per_second.md)
- [set\_burner](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/set_burner.md)
- [set\_proxy\_minter](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/set_proxy_minter.md)
- [set\_baker\_registry](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/set_baker_registry.md)
- [set\_is\_v1\_lp](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/set_is_v1_lp.md)
- [ban\_bakers](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/ban_bakers.md)
- [add\_new\_farm](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/add_new_farm.md)
- [pause\_farms](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/pause_farms.md)
- [burn\_tez\_rewards](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/burn_tez_rewards.md)
- [withdraw\_farm\_depo](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/withdraw_farm_depo.md)
- [update\_token\_metadata](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/admin-entrypoints/update_token_metadata.md)
- [Other entrypoints](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/other-entrypoints.md)
- [burn\_farm\_rewards](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/other-entrypoints/burn_farm_rewards.md)
- [default](https://docs.quipuswap.com/smart-contracts/farming/qfarm-contract/entrypoints-overview/other-entrypoints/default.md)
- [TFarm contract](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract.md)
- [Storage and types overview](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/storage-and-types-overview.md)
- [Entrypoints overview](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview.md)
- [Farming entrypoints](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/farming-entrypoints.md)
- [deposit](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/farming-entrypoints/deposit.md)
- [withdraw](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/farming-entrypoints/withdraw.md)
- [harvest](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/farming-entrypoints/harvest.md)
- [FA2 entrypoints](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/fa2-entrypoints.md)
- [transfer](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/fa2-entrypoints/transfer.md)
- [update\_operators](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/fa2-entrypoints/update_operators.md)
- [balance\_of](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/fa2-entrypoints/balance_of.md)
- [Admin entrypoints](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints.md)
- [set\_admin](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/set_admin.md)
- [confirm\_admin](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/confirm_admin.md)
- [set\_fees](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/set_fees.md)
- [set\_reward\_per\_second](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/set_reward_per_second.md)
- [set\_burner](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/set_burner.md)
- [set\_baker\_registry](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/set_baker_registry.md)
- [set\_is\_v1\_lp](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/set_is_v1_lp.md)
- [ban\_bakers](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/ban_bakers.md)
- [add\_new\_farm](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/add_new_farm.md)
- [pause\_farms](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/pause_farms.md)
- [burn\_tez\_rewards](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/burn_tez_rewards.md)
- [claim\_farm\_rewards](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/claim_farm_rewards.md)
- [withdraw\_farm\_depo](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/withdraw_farm_depo.md)
- [update\_token\_metadata](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/admin-entrypoints/update_token_metadata.md)
- [Other entrypoints](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/other-entrypoints.md)
- [default](https://docs.quipuswap.com/smart-contracts/farming/tfarm-contract/entrypoints-overview/other-entrypoints/default.md)
- [Brand and Logos](https://docs.quipuswap.com/brand-and-logos.md)
