# Contracts

- [Exchanges](https://devs.defikingdoms.com/contracts/exchanges.md)
- [The Trader](https://devs.defikingdoms.com/contracts/exchanges/the-trader.md): The DEX or (Decentralized Exchange) is the center piece of the DFK Marketplace
- [The Bazaar](https://devs.defikingdoms.com/contracts/exchanges/the-bazaar.md): An order book decentralized exchange (DEX)
- [Sales & Rentals](https://devs.defikingdoms.com/contracts/sales-and-rentals.md)
- [Hero Auction](https://devs.defikingdoms.com/contracts/sales-and-rentals/hero-auction.md)
- [Hero Rental](https://devs.defikingdoms.com/contracts/sales-and-rentals/hero-rental.md)
- [Equipment Auction](https://devs.defikingdoms.com/contracts/sales-and-rentals/equipment-auction.md)
- [Pet Auction](https://devs.defikingdoms.com/contracts/sales-and-rentals/pet-auction.md)
- [Land Auction](https://devs.defikingdoms.com/contracts/sales-and-rentals/land-auction.md)
- [Summoning](https://devs.defikingdoms.com/contracts/summoning.md)
- [Hero Summoning](https://devs.defikingdoms.com/contracts/summoning/hero-summoning.md)
- [Dark Summoning](https://devs.defikingdoms.com/contracts/summoning/hero-summoning/dark-summoning.md)
- [Pet Hatching](https://devs.defikingdoms.com/contracts/summoning/pet-hatching.md)
- [Meditation Circle](https://devs.defikingdoms.com/contracts/meditation-circle.md)
- [Quests](https://devs.defikingdoms.com/contracts/quests.md)
- [Quest Core](https://devs.defikingdoms.com/contracts/quests/quest-core.md)
- [Historical Contracts](https://devs.defikingdoms.com/contracts/quests/historical-contracts.md)
- [Quest Core](https://devs.defikingdoms.com/contracts/quests/historical-contracts/quest-core.md)
- [Profession Quests](https://devs.defikingdoms.com/contracts/quests/historical-contracts/profession-quests.md)
- [Training Quests](https://devs.defikingdoms.com/contracts/quests/historical-contracts/training-quests.md)
- [Void Hunts](https://devs.defikingdoms.com/contracts/void-hunts.md)
- [Patrols](https://devs.defikingdoms.com/contracts/patrols.md)
- [PVP Combat](https://devs.defikingdoms.com/contracts/pvp-combat.md)
- [Influence System](https://devs.defikingdoms.com/contracts/influence-system.md)
- [Gardens](https://devs.defikingdoms.com/contracts/gardens.md)
- [Master Gardener](https://devs.defikingdoms.com/contracts/gardens/master-gardener.md)
- [Jeweler 2.0](https://devs.defikingdoms.com/contracts/jeweler-2.0.md)
- [Power-Ups](https://devs.defikingdoms.com/contracts/jeweler-2.0/power-ups.md)
- [Jeweler 1.0](https://devs.defikingdoms.com/contracts/jeweler-2.0/jeweler-1.0.md)
- [Profiles](https://devs.defikingdoms.com/contracts/profiles.md)
- [DFK Duel](https://devs.defikingdoms.com/contracts/dfk-duel.md)
- [Previous Seasons](https://devs.defikingdoms.com/contracts/dfk-duel/previous-seasons.md)
- [Raffle Master](https://devs.defikingdoms.com/contracts/dfk-duel/raffle-master.md)
- [Events](https://devs.defikingdoms.com/contracts/events.md)
- [Gen0 Reroll](https://devs.defikingdoms.com/contracts/events/gen0-reroll.md)
- [Gene Reroll](https://devs.defikingdoms.com/contracts/events/gene-reroll.md)
- [Perilous Journey](https://devs.defikingdoms.com/contracts/events/perilous-journey.md)
- [Bridging](https://devs.defikingdoms.com/contracts/bridging.md)
- [Hero Bridge (Synapse)](https://devs.defikingdoms.com/contracts/bridging/hero-bridge-synapse.md)
- [Hero Bridge (LayerZero)](https://devs.defikingdoms.com/contracts/bridging/hero-bridge-layerzero.md)
- [Equipment Bridge (Synapse)](https://devs.defikingdoms.com/contracts/bridging/equipment-bridge-synapse.md)
- [Equipment Bridge (LayerZero)](https://devs.defikingdoms.com/contracts/bridging/equipment-bridge-layerzero.md)
- [Item Bridge V2](https://devs.defikingdoms.com/contracts/bridging/item-bridge-v2.md)
- [Item Bridge V1 (Deprecated)](https://devs.defikingdoms.com/contracts/bridging/item-bridge-v2/item-bridge-v1-deprecated.md)
- [Gaia's Tear Bridge](https://devs.defikingdoms.com/contracts/bridging/gaias-tear-bridge.md)
- [Miscellaneous](https://devs.defikingdoms.com/contracts/miscellaneous.md)
- [Airdrops](https://devs.defikingdoms.com/contracts/miscellaneous/airdrops.md)
- [Charity](https://devs.defikingdoms.com/contracts/miscellaneous/charity.md)
- [Flag Storage](https://devs.defikingdoms.com/contracts/miscellaneous/flag-storage.md)
- [Gen0 Airdrop (Harmony)](https://devs.defikingdoms.com/contracts/miscellaneous/gen0-airdrop-harmony.md)
- [Gen0 Sale (Harmony)](https://devs.defikingdoms.com/contracts/miscellaneous/gen0-sale-harmony.md)
- [Graveyard](https://devs.defikingdoms.com/contracts/miscellaneous/graveyard.md)
- [Locked Token Claim](https://devs.defikingdoms.com/contracts/miscellaneous/locked-token-claim.md)
- [Locked Token Raffle](https://devs.defikingdoms.com/contracts/miscellaneous/locked-token-raffle.md)
- [Token Disburse](https://devs.defikingdoms.com/contracts/miscellaneous/token-disburse.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://devs.defikingdoms.com/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.
