# Smart Contracts

- [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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.quipuswap.com/smart-contracts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
