# Contract Addresses

## Deployment Files

The contract addresses are maintained in the source code deployment files. Click the links below to view the current addresses for each network:

### Ethereum Mainnet (Chain ID: 1)

📄 [**View Ethereum deployment →**](https://github.com/enzymefinance/onyx-sdk/blob/main/packages/environment/src/deployments/ethereum.ts)

### Arbitrum (Chain ID: 42161)

📄 [**View Arbitrum deployment →**](https://github.com/enzymefinance/onyx-sdk/blob/main/packages/environment/src/deployments/arbitrum.ts)

### Base (Chain ID: 8453)

📄 [**View Base deployment →**](https://github.com/enzymefinance/onyx-sdk/blob/main/packages/environment/src/deployments/base.ts)

### Plume (Chain ID: 98866)

📄 [**View Plume deployment →**](https://github.com/enzymefinance/onyx-sdk/blob/main/packages/environment/src/deployments/plume.ts)


---

# 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.enzyme.finance/onyx-protocol/contract-addresses.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.
