# Introduction

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd-j08f0pkJp8_-C15sRK_WG177l3apZW5rza8fxwa5aXli-Th4pJ2VTZmsMJZzV6xXBIPeO7DnFcaXEp_U0fIMJf6NgoXocWpA64fgblffTLOoEpnPrUFj6sDehKytddR7bKTO?key=2DpsS1vxBolqlF2hRnQOoDdl" alt=""><figcaption><p>Token Flow in the Spice Bazaar</p></figcaption></figure>

Spice Bazaar is a unique secondary marketplace for the volatile holdings in the Temple Treasury. These holdings consist of tokens from yield farming, liquidity bootstrapping deals, and vested tokens from Partner activities that were seeded by TempleDAO.

The key to the Spice Bazaar is a fair Auction mechanic that drives cash flow to the Treasury in a sustainable manner through USDS bids for Temple Gold ([TGLD](/technical-reference/contracts.md)), while mitigating price pressure on Partner tokens and promoting further cooperation.

By earning Temple Gold through staking or bidding, both TEMPLE holders and non-holders can transact directly with the Temple Treasury via the two Auction Types as follows:

| GOLD AUCTIONS | Offers | Receives |
| ------------- | ------ | -------- |
| Bidder        | USDS   | TGLD     |
| Treasury      | TGLD   | USDS     |

***

| SPICE AUCTIONS | Offers | Receives            |
| -------------- | ------ | ------------------- |
| Bidder         | TGLD   | Spice               |
| Treasury       | Spice  | TGLD (to be burned) |


---

# 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.templedao.link/spice-bazaar/introduction.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.
