# Smart Contracts Overview

<figure><img src="/files/CT3NoFHD7IjPf9lmgsHN" alt=""><figcaption><p>Pods Yield Contracts Overview</p></figcaption></figure>

### BaseVault&#x20;

A contract that will handle the overall logic of this vault structure with rounds. It is ERC4626 compliant. We use [OZs 4626](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/extensions/ERC4626.sol) implementation.&#x20;

### ConfigurationManager&#x20;

Responsible for storing configuration variables of the vault, for instance, the FEE\_RATIO and the VaultController address.&#x20;

### STETHVault&#x20;

This contract inherit `BaseVault to` implement specifics about `stETH` strategy`.`

### ETHAdapter&#x20;

Responsible for converting `ETH` into `stETH`. It uses Curve as the trading venue.

### GitHub repo

{% embed url="<https://github.com/pods-finance/yield-contracts>" %}

### Coverage

{% embed url="<https://coveralls.io/github/pods-finance/yield-contracts?branch=main>" %}

### Addresses

{% embed url="<https://docs.pods.finance/developers/contracts-addresses>" %}

### Audits

{% embed url="<https://github.com/pods-finance/yield-contracts/tree/main/audits>" %}

### Bug Bounty Program (BBP)

{% embed url="<https://immunefi.com/bounty/pods/>" %}

### Ad

### Ad

### Ad

### Ad


---

# 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.pods.finance/developers/smart-contracts-overview.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.
