# Smart Contracts Overview

## BSC Mainnet

| Contract Name      | Contract Description | Contract Address | ABI References     |
| ------------------ | -------------------- | ---------------- | ------------------ |
| SLDDAIContract.sol | Trading Contract     |                  | SLDDAI.abi         |
| PrivateDAIPool.sol | Private DAI Pool     |                  | PrivateDAIPool.abi |
| PublicDAIPool.sol  | Public DAI Pool      |                  | PublicDAIPool.abi  |

## BSC Testnet

| Contract Name      | Contract Description | Contract Address                           | ABI References     |
| ------------------ | -------------------- | ------------------------------------------ | ------------------ |
| SLDDAIContract.sol | Trading Contract     | 0x7125E80fF9c5ae3073bf30769d0963B6d0B57515 | SLDDAI.abi         |
| PrivateDAIPool.sol | Private DAI Pool     | 0xaDea523A790b34CF6D0989a803262b2A38FD7cdA | PrivateDAIPool.abi |
| PublicDAIPool.sol  | Public DAI Pool      | 0xb3F55De3a56F15d6C94cF74753F52e447519E563 | PublicDAIPool.abi  |

##


---

# 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.shieldex.io/tutorials/trading-api-references/overview/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.
