# Overview

The following is a list of Basin components that have been implemented and [audited](/resources/audits.md):

### Constant Product 2 Well Function

See [ConstantProduct2.sol](https://github.com/BeanstalkFarms/Basin/blob/master/src/functions/ConstantProduct2.sol).

### Stable 2 Well Function.

See [Stable2.sol](https://github.com/BeanstalkFarms/Basin/blob/master/src/functions/Stable2.sol).

### Multi Flow Pump

See [Multi Flow Pump](/implementations/multi-flow-pump.md).

### Well Implementation

See [Well.sol](https://github.com/BeanstalkFarms/Basin/blob/master/src/Well.sol).

### Upgradable Well Implementation

See [WellUpgradeable.sol](https://github.com/BeanstalkFarms/Basin/blob/master/src/WellUpgradeable.sol).

### Aquifer Implementation

See [Aquifer.sol](https://github.com/BeanstalkFarms/Basin/blob/master/src/Aquifer.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://docs.basin.exchange/implementations/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.
