# Technical Reference

- [NFT AMM](https://docs.collection.xyz/guides/technical-reference/nft-amm.md)
- [What Is A CollectionPool?](https://docs.collection.xyz/guides/technical-reference/nft-amm/what-is-a-collectionpool.md)
- [Differences Between Individual And Communal Liquidity Pool Model](https://docs.collection.xyz/guides/technical-reference/nft-amm/differences-between-individual-and-communal-liquidity-pool-model.md)
- [How do I determine if a pool has sufficient liquidity to fulfil an order?](https://docs.collection.xyz/guides/technical-reference/nft-amm/how-do-i-determine-if-a-pool-has-sufficient-liquidity-to-fulfil-an-order.md)
- [Fee Structure](https://docs.collection.xyz/guides/technical-reference/fee-structure.md)
- [Overview of the Fee Structure in NFT AMMs](https://docs.collection.xyz/guides/technical-reference/fee-structure/overview-of-the-fee-structure-in-nft-amms.md)
- [Calculation and Collection of Fees](https://docs.collection.xyz/guides/technical-reference/fee-structure/calculation-and-collection-of-fees.md)
- [Royalties](https://docs.collection.xyz/guides/technical-reference/royalties.md)
- [How are royalties implemented?](https://docs.collection.xyz/guides/technical-reference/royalties/how-are-royalties-implemented.md)
- [Relation between Royalties and Fees in the AMMs](https://docs.collection.xyz/guides/technical-reference/royalties/relation-between-royalties-and-fees-in-the-amms.md)
- [All Possible Royalty Scenarios](https://docs.collection.xyz/guides/technical-reference/royalties/all-possible-royalty-scenarios.md)
- [Airdrop Compatibility](https://docs.collection.xyz/guides/technical-reference/airdrop-compatibility.md)
- [Can Collection.xyz handle airdrops?](https://docs.collection.xyz/guides/technical-reference/airdrop-compatibility/can-collection.xyz-handle-airdrops.md)
- [Pool Types](https://docs.collection.xyz/guides/technical-reference/pool-types.md)
- [Definition of Pool Types In NFT AMMs](https://docs.collection.xyz/guides/technical-reference/pool-types/definition-of-pool-types-in-nft-amms.md)
- [Comparison of Different Pool Types](https://docs.collection.xyz/guides/technical-reference/pool-types/comparison-of-different-pool-types.md)
- [Bonding Curves](https://docs.collection.xyz/guides/technical-reference/bonding-curves.md)
- [Parameters of the bonding curves](https://docs.collection.xyz/guides/technical-reference/bonding-curves/parameters-of-the-bonding-curves.md)
- [Type of bonding curves](https://docs.collection.xyz/guides/technical-reference/bonding-curves/type-of-bonding-curves.md)
- [Linear Curve](https://docs.collection.xyz/guides/technical-reference/bonding-curves/type-of-bonding-curves/linear-curve.md)
- [Exponential Curve](https://docs.collection.xyz/guides/technical-reference/bonding-curves/type-of-bonding-curves/exponential-curve.md)
- [Sigmoid Curve](https://docs.collection.xyz/guides/technical-reference/bonding-curves/type-of-bonding-curves/sigmoid-curve.md): Coming Soon on Collection.xyz
- [How are the parameters used in each of the bonding curves?](https://docs.collection.xyz/guides/technical-reference/bonding-curves/how-are-the-parameters-used-in-each-of-the-bonding-curves.md)
- [Customizable spread curves](https://docs.collection.xyz/guides/technical-reference/bonding-curves/customizable-spread-curves.md)
- [Github Repos & Addresses](https://docs.collection.xyz/guides/technical-reference/github-repos-and-addresses.md)
- [Audit Reports](https://docs.collection.xyz/guides/technical-reference/audit-reports.md): ABDK
- [Technical User Flows](https://docs.collection.xyz/guides/technical-reference/technical-user-flows.md)
- [Technical Architecture](https://docs.collection.xyz/guides/technical-reference/technical-user-flows/technical-architecture.md)
- [Create Pool](https://docs.collection.xyz/guides/technical-reference/technical-user-flows/create-pool.md)
- [Swapping and Trading: User Buying NFT](https://docs.collection.xyz/guides/technical-reference/technical-user-flows/swapping-and-trading-user-buying-nft.md)
- [Swapping and Trading: User Selling NFT](https://docs.collection.xyz/guides/technical-reference/technical-user-flows/swapping-and-trading-user-selling-nft.md)
- [Bonding Curves and Pricing](https://docs.collection.xyz/guides/technical-reference/technical-user-flows/bonding-curves-and-pricing.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.collection.xyz/guides/technical-reference.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.
