> For the complete documentation index, see [llms.txt](https://docs.shieldex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shieldex.io/tutorials/trading-api-references/overview/smart-contracts-overview.md).

# 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  |

##
