# Aquarius Guide

## Aquarius Guide

- [Welcome to Aquarius](https://docs.aqua.network/welcome-to-aquarius.md)
- [Integrating with Aquarius](https://docs.aqua.network/developers/integrating-with-aquarius.md): Integrating with Aquarius AMM Pools
- [Aquarius Soroban Functions](https://docs.aqua.network/developers/aquarius-soroban-functions.md): Brief overview of the available Aquarius Soroban functions
- [Code Examples](https://docs.aqua.network/developers/code-examples.md): Python and Javascript code samples for interacting with Aquarius
- [Prerequisites & Basics](https://docs.aqua.network/developers/code-examples/prerequisites-and-basics.md): Dependencies, commonly used URLs, contract addresses and useful methods
- [Executing Swaps Through Optimal Path](https://docs.aqua.network/developers/code-examples/executing-swaps-through-optimal-path.md): Executing swaps is the most common use of Aquarius protocol. This article explains how to prepare, find the best path and execute swap.
- [Executing Swaps Through Specific Pool](https://docs.aqua.network/developers/code-examples/executing-swaps-through-specific-pool.md): This article explains how to prepare and execute swap through specific pool.
- [Deposit Liquidity](https://docs.aqua.network/developers/code-examples/deposit-liquidity.md): Example of code that deposits liquidity into Aquarius pool
- [Withdraw Liquidity](https://docs.aqua.network/developers/code-examples/withdraw-liquidity.md): Example of code that withdraw liquidity from Aquarius pool
- [Get Pools Info](https://docs.aqua.network/developers/code-examples/get-pools-info.md): This page shows how to retrieve pool data from Aquarius AMM.
- [Claim LP Rewards](https://docs.aqua.network/developers/code-examples/claim-lp-rewards.md): Example of code that claim liquidity provider rewards from Aquarius pool
- [Add Fees To Swap](https://docs.aqua.network/developers/code-examples/add-fees-to-swap.md): Integrators have the option to introduce a fee for each executed swap.
- [Deploying a New Fee Collector](https://docs.aqua.network/developers/code-examples/add-fees-to-swap/deploying-a-new-fee-collector.md)
- [Executing Swaps with Provider Fees](https://docs.aqua.network/developers/code-examples/add-fees-to-swap/executing-swaps-with-provider-fees.md)
- [Claiming & Swapping Accumulated Fees](https://docs.aqua.network/developers/code-examples/add-fees-to-swap/claiming-and-swapping-accumulated-fees.md)
- [What is Stellar?](https://docs.aqua.network/ecosystem-overview/what-is-stellar.md)
- [What are Lumens (XLM)?](https://docs.aqua.network/ecosystem-overview/what-is-stellar/what-are-lumens-xlm.md)
- [What are Anchors?](https://docs.aqua.network/ecosystem-overview/what-is-stellar/what-are-anchors.md)
- [What are Trustlines?](https://docs.aqua.network/ecosystem-overview/what-is-stellar/what-are-trustlines.md)
- [How much are network fees on Stellar?](https://docs.aqua.network/ecosystem-overview/what-is-stellar/how-much-are-network-fees-on-stellar.md)
- [What are network reserves?](https://docs.aqua.network/ecosystem-overview/what-is-stellar/what-are-network-reserves.md)
- [Where to trade Stellar assets?](https://docs.aqua.network/ecosystem-overview/what-is-stellar/where-to-trade-stellar-assets.md)
- [What is Soroban?](https://docs.aqua.network/ecosystem-overview/what-is-soroban.md)
- [What are AQUA tokens?](https://docs.aqua.network/aqua/what-are-aqua-tokens.md)
- [AQUAnomics](https://docs.aqua.network/aqua/aquanomics.md)
- [AQUA Wallets](https://docs.aqua.network/aqua/aqua-wallets.md)
- [Where can I buy AQUA?](https://docs.aqua.network/aqua/where-can-i-buy-aqua.md)
- [ICE tokens: locking AQUA and getting benefits](https://docs.aqua.network/ice/ice-tokens-locking-aqua-and-getting-benefits.md)
- [ICE boosts - how to maximize LP rewards](https://docs.aqua.network/ice/ice-boosts-how-to-maximize-lp-rewards.md)
- [Overview](https://docs.aqua.network/ice-delegation/overview.md): Aquarius Delegation makes it easier for ICE holders to stay active in the protocol without having to vote on every decision themselves.
- [Tokens for Delegated Voting: dICE and gdICE](https://docs.aqua.network/ice-delegation/tokens-for-delegated-voting-dice-and-gdice.md): dICE and gdICE represent delegated ICE for markets and governance. They let delegates vote on behalf of holders.
- [User Guide for Delegation](https://docs.aqua.network/ice-delegation/user-guide-for-delegation.md): This guide walks you through the process of delegating ICE in the Aquarius app, from selecting a delegate to monitoring activity.
- [Bribes & Delegation](https://docs.aqua.network/ice-delegation/bribes-and-delegation.md): Delegates can focus on bribes, ecosystem growth, or may stay inactive. Your rewards depend on their approach, so choose delegates whose strategy matches your priorities.
- [Reward Program for Delegates](https://docs.aqua.network/ice-delegation/reward-program-for-delegates.md): To recognize active delegates and keep governance strong, Aquarius allocates a monthly reward pool of 10M AQUA to the most trusted voting delegates.
- [Applying & Becoming a Delegate](https://docs.aqua.network/ice-delegation/applying-and-becoming-a-delegate.md): Delegation is permissionless, but only whitelisted delegates listed on aqua.network are visible in the app and eligible for monthly rewards.
- [Delegate Code of Conduct](https://docs.aqua.network/ice-delegation/delegate-code-of-conduct.md): All listed delegates are expected to follow a set of principles and rules that ensure fairness, transparency, and accountability in the Aquarius ecosystem.
- [What are Aquarius AMMs?](https://docs.aqua.network/amm-and-pools/what-are-aquarius-amms.md)
- [Pools](https://docs.aqua.network/amm-and-pools/pools.md)
- [Creating a Pool](https://docs.aqua.network/amm-and-pools/pools/creating-a-pool.md)
- [Deposit & Withdraw Liquidity](https://docs.aqua.network/amm-and-pools/pools/deposit-and-withdraw-liquidity.md)
- [Swap](https://docs.aqua.network/amm-and-pools/swap.md)
- [System limitations](https://docs.aqua.network/amm-and-pools/system-limitations.md)
- [Aquarius AMM: Limitations in Support for Fee-on-Transfer, Rebasing, and Deflationary Tokens](https://docs.aqua.network/amm-and-pools/system-limitations/aquarius-amm-limitations-in-support-for-fee-on-transfer-rebasing-and-deflationary-tokens.md)
- [Aquarius AMM: Token Address Migration Limitations and Mitigation Strategy](https://docs.aqua.network/amm-and-pools/system-limitations/aquarius-amm-token-address-migration-limitations-and-mitigation-strategy.md)
- [Pool Incentives](https://docs.aqua.network/amm-and-pools/pool-incentives.md)
- [Aquarius voting](https://docs.aqua.network/aquarius-aqua-rewards/aquarius-voting.md)
- [Aquarius voting: asset Flag Restrictions](https://docs.aqua.network/aquarius-aqua-rewards/aquarius-voting/aquarius-voting-asset-flag-restrictions.md)
- [SDEX Rewards](https://docs.aqua.network/aquarius-aqua-rewards/sdex-rewards.md)
- [Aquarius AMM Rewards](https://docs.aqua.network/aquarius-aqua-rewards/aquarius-amm-rewards.md)
- [What are bribes?](https://docs.aqua.network/bribes/what-are-bribes.md)
- [What are the advantages of protocol level bribes?](https://docs.aqua.network/bribes/what-are-the-advantages-of-protocol-level-bribes.md)
- [Main Overview](https://docs.aqua.network/dashboard/main-overview.md)
- [Balances](https://docs.aqua.network/dashboard/balances.md)
- [SDEX Rewards](https://docs.aqua.network/dashboard/sdex-rewards.md)
- [Payments History](https://docs.aqua.network/dashboard/payments-history.md)
- [My Liquidity](https://docs.aqua.network/dashboard/my-liquidity.md)
- [ICE Locks](https://docs.aqua.network/dashboard/ice-locks.md)
- [Liquidity Votes](https://docs.aqua.network/dashboard/liquidity-votes.md)
- [Governance Votes](https://docs.aqua.network/dashboard/governance-votes.md)
- [Aquarius Governance: Community-Led Decision Making](https://docs.aqua.network/governance/aquarius-governance-community-led-decision-making.md)
- [Asset Registry](https://docs.aqua.network/governance/asset-registry.md)
- [The Initial Airdrop](https://docs.aqua.network/airdrops/the-initial-airdrop.md)
- [Am I Eligible For the Initial Airdrop?](https://docs.aqua.network/airdrops/the-initial-airdrop/am-i-eligible-for-the-initial-airdrop.md)
- [How can I see if I am eligible?](https://docs.aqua.network/airdrops/the-initial-airdrop/how-can-i-see-if-i-am-eligible.md)
- [What are Claimable Balances?](https://docs.aqua.network/airdrops/the-initial-airdrop/what-are-claimable-balances.md)
- [How is the Initial airdrop distributed?](https://docs.aqua.network/airdrops/the-initial-airdrop/how-is-the-initial-airdrop-distributed.md)
- [Where can I find more information?](https://docs.aqua.network/airdrops/the-initial-airdrop/where-can-i-find-more-information.md)
- [Airdrop #2](https://docs.aqua.network/airdrops/airdrop-2.md)
- [How could I have been eligible for Airdrop #2?](https://docs.aqua.network/airdrops/airdrop-2/how-could-i-have-been-eligible-for-airdrop-2.md)
- [How can I see if I am eligible?](https://docs.aqua.network/airdrops/airdrop-2/how-can-i-see-if-i-am-eligible.md)
- [When was the Airdrop #2 snapshot?](https://docs.aqua.network/airdrops/airdrop-2/when-was-the-airdrop-2-snapshot.md)
- [Were there any CEX's taking part?](https://docs.aqua.network/airdrops/airdrop-2/were-there-any-cexs-taking-part.md)
- [How big was Airdrop #2?](https://docs.aqua.network/airdrops/airdrop-2/how-big-was-airdrop-2.md)
- [How will the airdrop be distributed and for how long?](https://docs.aqua.network/airdrops/airdrop-2/how-will-the-airdrop-be-distributed-and-for-how-long.md)
- [Could I have increased my potential reward?](https://docs.aqua.network/airdrops/airdrop-2/could-i-have-increased-my-potential-reward.md)
- [Where can I find more information?](https://docs.aqua.network/airdrops/airdrop-2/where-can-i-find-more-information.md)
- [What is the signers guild?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild.md)
- [What percentage of the AQUA supply will be controlled by the Signers Guild?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild/what-percentage-of-the-aqua-supply-will-be-controlled-by-the-signers-guild.md)
- [Who will be in the Signers Guild?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild/who-will-be-in-the-signers-guild.md)
- [How does the Signing process work?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild/how-does-the-signing-process-work.md)
- [What will be expected from a guild member?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild/what-will-be-expected-from-a-guild-member.md)
- [How can I sign up for this position?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild/how-can-i-sign-up-for-this-position.md)
- [What are wallets that Guild members will manage?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild/what-are-wallets-that-guild-members-will-manage.md)
- [How can I learn more about this?](https://docs.aqua.network/signers-guild/what-is-the-signers-guild/how-can-i-learn-more-about-this.md)
- [How to use AQUA Locker tool and get ICE tokens](https://docs.aqua.network/guides/how-to-use-aqua-locker-tool-and-get-ice-tokens.md)
- [How to vote for markets on Aquarius](https://docs.aqua.network/guides/how-to-vote-for-markets-on-aquarius.md)
- [How to create bribes](https://docs.aqua.network/guides/how-to-create-bribes.md)
- [How to use Aquarius Governance](https://docs.aqua.network/guides/how-to-use-aquarius-governance.md)
- [How to make a governance vote](https://docs.aqua.network/guides/how-to-use-aquarius-governance/how-to-make-a-governance-vote.md)
- [How to create a proposal](https://docs.aqua.network/guides/how-to-use-aquarius-governance/how-to-create-a-proposal.md)
- [How to earn SDEX rewards](https://docs.aqua.network/guides/how-to-earn-sdex-rewards.md)
- [How to earn AMM rewards](https://docs.aqua.network/guides/how-to-earn-amm-rewards.md)
- [Audits](https://docs.aqua.network/technical-documents/audits.md): Completed audits and notable bug bounty fixes
- [Bug Bounties](https://docs.aqua.network/technical-documents/bug-bounties.md): Receive AQUA for helping us squash bugs
- [Claimable Balances](https://docs.aqua.network/technical-documents/claimable-balances.md): What are Claimable balances?
- [The Aquarius Voting Mechanism](https://docs.aqua.network/technical-documents/the-aquarius-voting-mechanism.md): How governance votes can be used and verified by everyone
- [SDEX v2 proposal & algorithm ](https://docs.aqua.network/technical-documents/sdex-v2-proposal-and-algorithm.md): Changes to the SDEX reward algorithm
- [ICE Boost Formula](https://docs.aqua.network/technical-documents/ice-boost-formula.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.aqua.network/welcome-to-aquarius.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.
