> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/developers/contracts-and-integrations.md).

# Contracts and Integrations

Everything you need to build on ether.fi. The protocol's smart contracts are fully open-source, and weETH is integrated across the DeFi ecosystem on Ethereum and major L2s.

ether.fi's smart contracts are available on GitHub: [github.com/etherfi-protocol/smart-contracts](https://github.com/etherfi-protocol/smart-contracts)

## Developer resources

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🔌 Integration Guide</strong></td><td>Start here — token model, pricing, minting, wrapping, and redemptions with code examples.</td><td><a href="/pages/lp8EPemDwcqXWsiPjtS3">/pages/lp8EPemDwcqXWsiPjtS3</a></td></tr><tr><td><strong>🔍 Deployed Contracts</strong></td><td>Official, canonical contract addresses across every supported network.</td><td><a href="/pages/ZxfuroD3E31e2YvnGmb3">/pages/ZxfuroD3E31e2YvnGmb3</a></td></tr><tr><td><strong>🤝 Integrations</strong></td><td>Where weETH can be used across DeFi, and how to add your protocol to the list.</td><td><a href="/pages/IyzqxHXO5qQgLgK2tPNS">/pages/IyzqxHXO5qQgLgK2tPNS</a></td></tr><tr><td><strong>How To</strong></td><td>Click-by-click Etherscan walkthrough for withdrawals.</td><td><a href="/pages/rHXckjXiMliFleE72h6C">/pages/rHXckjXiMliFleE72h6C</a></td></tr></tbody></table>

## Price feeds

You can integrate weETH into your DeFi platform using **RedStone Oracles** on Ethereum, Arbitrum, and other L2s. See the available feeds and addresses in the [RedStone documentation](https://docs.redstone.finance/docs/smart-contract-devs/price-feeds).

{% hint style="info" %}
Want an integration that isn't listed yet? Join our [Discord](https://discord.com/invite/zqGzcuQWvD) and help grow the list of use cases for weETH.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://etherfi.gitbook.io/etherfi/developers/contracts-and-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
