# Stacks Market V2 - Smart Contracts Overview

- [V2 Contracts](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts.md)
- [Assets](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/assets.md)
- [DAO Contracts](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/dao-contracts.md)
- [DAO Executor](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/dao-contracts/dao-executor.md)
- [DAO Multisig](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/dao-contracts/dao-multisig.md)
- [DAO Traits](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/dao-contracts/dao-traits.md)
- [DAO Treasury](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/dao-contracts/dao-treasury.md)
- [Egroup](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/egroup.md)
- [Market Contracts](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/market-contracts.md)
- [Market Vault](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/market-contracts/market-vault.md)
- [Market Trait](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/market-contracts/market-trait.md)
- [Market](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/market-contracts/market.md)
- [Vaults](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/v2-contracts/vaults.md)
- [Audits](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/audits.md)
- [Error Codes](https://docs.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview/error-codes.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.zestprotocol.com/start/stacks-market-v2-smart-contracts-overview.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.
