# Smart Contracts

In order to fulfill the proposed testnet specification, the Hyperdrive implementation tagged with version `v1.0.0` will be utilized. The repository for the Hyperdrive smart contracts can be found [here](https://github.com/delvtech/hyperdrive).

In particular, this testnet will utilize the following contracts:

### Assets

* DAI: [0x552ceaDf3B47609897279F42D3B3309B604896f3](https://sepolia.etherscan.io/address/0x552ceaDf3B47609897279F42D3B3309B604896f3)
* sDAI: [0xECa45b0391E81c311F1b390808a3BA3214d35eAA](https://sepolia.etherscan.io/address/0xECa45b0391E81c311F1b390808a3BA3214d35eAA)
* stETH: [0x6977eC5fae3862D3471f0f5B6Dcc64cDF5Cfd959](https://sepolia.etherscan.io/address/0x6977eC5fae3862D3471f0f5B6Dcc64cDF5Cfd959)

### Pools

* DAI (14 days): [0x392839dA0dACAC790bd825C81ce2c5E264D793a8](https://sepolia.etherscan.io/address/0x392839dA0dACAC790bd825C81ce2c5E264D793a8)
* DAI (30 days): [0xb932F8085399C228b16A9F7FC3219d47FfA2810d](https://sepolia.etherscan.io/address/0xb932F8085399C228b16A9F7FC3219d47FfA2810d)
* stETH (14 days): [0xff33bd6d7ED4119c99C310F3e5f0Fa467796Ee23](https://sepolia.etherscan.io/address/0xff33bd6d7ED4119c99C310F3e5f0Fa467796Ee23)
* stETH (30 days): [0x4E38fd41c03ff11b3426efaE53138b86116797b8](https://sepolia.etherscan.io/address/0x4E38fd41c03ff11b3426efaE53138b86116797b8)

### Hyperdrive Contracts

* `HyperdriveFactory`:&#x20;
  * Address: [0x338D5634c391ef47FB797417542aa75F4f71A4a6](https://sepolia.etherscan.io/address/0x338D5634c391ef47FB797417542aa75F4f71A4a6)
  * Code: [HyperdriveFactory.sol](https://github.com/delvtech/hyperdrive/blob/main/contracts/src/factory/HyperdriveFactory.sol)
* `ERC4626HyperdriveDeployerCoordinator`:&#x20;
  * Address: [0x28273c4E6c69317626E14AF3020e063ab215e2b4](https://sepolia.etherscan.io/address/0x28273c4E6c69317626E14AF3020e063ab215e2b4)
  * Code: [ERC4626HyperdriveDeployerCoordinator.sol](https://github.com/delvtech/hyperdrive/blob/main/contracts/src/deployers/erc4626/ERC4626HyperdriveDeployerCoordinator.sol)
* `StETHHyperdriveDeployerCoordinator`:&#x20;
  * Address: [0x6aa9615F0dF3F3891e8d2723A6b2A7973b5da299](https://sepolia.etherscan.io/address/0x6aa9615F0dF3F3891e8d2723A6b2A7973b5da299)
  * Code: [StETHHyperdriveDeployerCoordinator.sol](https://github.com/delvtech/hyperdrive/blob/main/contracts/src/deployers/steth/StETHHyperdriveDeployerCoordinator.sol)
* `HyperdriveRegistry:`
  * Address: [0xba5156E697d39a03EDA824C19f375383F6b759EA](https://sepolia.etherscan.io/address/0xba5156E697d39a03EDA824C19f375383F6b759EA)
  * Code: [HyperdriveRegistry.sol](https://github.com/delvtech/hyperdrive/blob/main/contracts/src/factory/HyperdriveRegistry.sol)


---

# 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://element-2.gitbook.io/element-developer-docs/element-protocol/hyperdrive-testnet/smart-contracts.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.
