# Maker Protocol Deployments

## Find all Maker Protocol contract addresses and ABIs at [chainlog.makerdao.com](https://chainlog.makerdao.com/)

The [Chainlog](https://chainlog.makerdao.com/) provides valuable information for developers interacting with Maker Protocol deployments. This includes deployments on the following networks:&#x20;

* **Ethereum Mainnet (**[**latest release**](https://chainlog.makerdao.com/api/mainnet/active.json)**)**
* **Ethereum Goerli Testnet (**[**latest release**](https://chainlog.makerdao.com/api/goerli/active.json)**)**

Each release includes the following information:&#x20;

* Contract addresses with link to Etherscan
* ABIs

### Onchain Contract Address Directory

The Chainlog is also available as an onchain smart contract directory ([dss-chain-log](https://github.com/makerdao/dss-chain-log#dss-chain-log)) that allows developers to programatically fetch Maker Protocol contract addresses directly in a smart contract. This is useful for integrators that want to future-proof implementations in case a Maker module is updated. You can [read more about how to utilize the dss-chain-log here.](https://github.com/makerdao/dss-chain-log#dss-chain-log)

##


---

# 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.makerdao.com/deployment-addresses/multi-collateral-dai-public-releases.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.
