# References

- [Core Contracts](https://clanker.gitbook.io/documentation/references/core-contracts.md)
- [v4](https://clanker.gitbook.io/documentation/references/core-contracts/v4.md): Overview of Clanker's v4 contracts
- [Deployment Config](https://clanker.gitbook.io/documentation/references/core-contracts/v4/deployment-config.md): Documentation of v4's Token Deployment Parameters
- [Fee Management Contracts](https://clanker.gitbook.io/documentation/references/core-contracts/v4/fee-management-contracts.md)
- [ClankerFeeLocker](https://clanker.gitbook.io/documentation/references/core-contracts/v4/fee-management-contracts/clankerfeelocker.md): Documentation of Clanker's ClankerFeeLocker
- [ClankerLpLockerMultiple \[Deprecated\]](https://clanker.gitbook.io/documentation/references/core-contracts/v4/fee-management-contracts/clankerlplockermultiple-deprecated.md): Documentation of Clanker's ClankerLpLockerMultiple
- [ClankerLpLockerFeeConversion](https://clanker.gitbook.io/documentation/references/core-contracts/v4/fee-management-contracts/clankerlplockerfeeconversion.md): Documentation of Clanker's ClankerLpLockerFeeConvsersion
- [Extensions](https://clanker.gitbook.io/documentation/references/core-contracts/v4/extensions.md): Documentation for Clanker's v4.0.0 Extensions
- [ClankerVault](https://clanker.gitbook.io/documentation/references/core-contracts/v4/extensions/clankervault.md): Documentation of Clanker v4.0.0's Vault Extension
- [ClankerAirdrop](https://clanker.gitbook.io/documentation/references/core-contracts/v4/extensions/clankerairdrop.md): Documentation of Clanker v4.0.0's Airdrop Extension
- [ClankerAirdropV2](https://clanker.gitbook.io/documentation/references/core-contracts/v4/extensions/clankerairdropv2.md)
- [ClankerUniv4EthDevBuy](https://clanker.gitbook.io/documentation/references/core-contracts/v4/extensions/clankeruniv4ethdevbuy.md): Documentation of Clanker v4.0.0's DevBuy
- [ClankerPresaleEthToCreator](https://clanker.gitbook.io/documentation/references/core-contracts/v4/extensions/clankerpresaleethtocreator.md)
- [ClankerPresaleAllowlist](https://clanker.gitbook.io/documentation/references/core-contracts/v4/extensions/clankerpresaleallowlist.md)
- [ClankerHook](https://clanker.gitbook.io/documentation/references/core-contracts/v4/clankerhook.md)
- [ClankerHookStaticFee](https://clanker.gitbook.io/documentation/references/core-contracts/v4/clankerhook/clankerhookstaticfee.md): Documentation for Clanker's Static Fee Hook
- [ClankerHookDynamicFee](https://clanker.gitbook.io/documentation/references/core-contracts/v4/clankerhook/clankerhookdynamicfee.md): Documentation for Clanker's Dynamic Fee Hook
- [ClankerHookV2](https://clanker.gitbook.io/documentation/references/core-contracts/v4/clankerhookv2.md)
- [Pool Extensions](https://clanker.gitbook.io/documentation/references/core-contracts/v4/clankerhookv2/pool-extensions.md)
- [ClankerHookStaticFeeV2](https://clanker.gitbook.io/documentation/references/core-contracts/v4/clankerhookv2/clankerhookstaticfeev2.md)
- [ClankerHookDynamicFeeV2](https://clanker.gitbook.io/documentation/references/core-contracts/v4/clankerhookv2/clankerhookdynamicfeev2.md)
- [Mev Modules](https://clanker.gitbook.io/documentation/references/core-contracts/v4/mev-modules.md)
- [ClankerMevModule2BlockDelay](https://clanker.gitbook.io/documentation/references/core-contracts/v4/mev-modules/clankermevmodule2blockdelay.md): Clanker's fallback mev module if no chain specific module exists
- [ClankerSniperAuctionV0](https://clanker.gitbook.io/documentation/references/core-contracts/v4/mev-modules/clankersniperauctionv0.md): Clanker's mev module for priority ordered L2s
- [ClankerMevDescendingFees](https://clanker.gitbook.io/documentation/references/core-contracts/v4/mev-modules/clankermevdescendingfees.md)
- [ClankerSniperAuctionV2](https://clanker.gitbook.io/documentation/references/core-contracts/v4/mev-modules/clankersniperauctionv2.md)
- [Administrative Permissions](https://clanker.gitbook.io/documentation/references/core-contracts/v4/administrative-permissions.md)
- [v3.1](https://clanker.gitbook.io/documentation/references/core-contracts/v3.1.md)
- [Clanker (Direct Contract Deployments)](https://clanker.gitbook.io/documentation/references/core-contracts/v3.1/clanker-direct-contract-deployments.md)
- [LpLockerv2](https://clanker.gitbook.io/documentation/references/core-contracts/v3.1/lplockerv2.md)
- [ClankerVault](https://clanker.gitbook.io/documentation/references/core-contracts/v3.1/clankervault.md)
- [ClankerToken v3.1.0 and v4.0.0](https://clanker.gitbook.io/documentation/references/core-contracts/clankertoken-v3.1.0-and-v4.0.0.md)
- [Brand Assets](https://clanker.gitbook.io/documentation/references/brand-assets.md): A collection of designs, logos, and ephemera in PNG and SVG format
- [Audits](https://clanker.gitbook.io/documentation/references/audits.md)
- [Compatible Trading Platforms](https://clanker.gitbook.io/documentation/references/compatible-trading-platforms.md)
- [Deployed Contracts](https://clanker.gitbook.io/documentation/references/deployed-contracts.md)
- [Supported Quote Tokens](https://clanker.gitbook.io/documentation/references/supported-quote-tokens.md)
- [Core Team](https://clanker.gitbook.io/documentation/references/core-team.md)
- [Contact](https://clanker.gitbook.io/documentation/references/contact.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://clanker.gitbook.io/documentation/references.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.
