# Connectors

This set of smart contracts are responsible for connecting to a protocol. They all support the IConnector interface, but each of them could have different functions to deposit into protocols. At this time, they all inherit the “BaseConnector.sol” too.

**Connectors that noya supports**

* [aave v3](https://aave.com/) (connectors/AaveConnector.sol)
* [Aerodrome](https://aerodrome.finance/)/[velodrome](https://velodrome.finance/join) V2 (connectors/AerodromeConnector.sol)
* [Balancer v3 ](https://balancer.fi/)(connectors/BalancerConnector.sol)
* [Aura](https://aura.finance/) (connectors/BalancerConnector.sol)
* [Camelot](https://camelot.exchange/) (connectors/CamelotConnector.sol)
* [Compound v3 ](https://compound.finance/)(connectors/CompoundConnector.sol)
* [Curve](https://curve.fi/) (connectors/CurveConnector.sol)
* [Convex](https://www.convexfinance.com/) (connectors/CurveConnector.sol)
* [Prisma](https://prismafinance.com/) (connectors/CurveConnector.sol)
* [Dolomite](https://dolomite.io/) (connectors/Dolomite.sol)
* [FraxLend](https://frax.finance/) (connectors/FraxConnector.sol)
* [GearBox V3](https://gearbox.fi/) (connectors/GearBoxV3.sol)
* [Lido](https://lido.fi/) (connectors/LidoConnector.sol)
* [Maverick](https://www.mav.xyz/) V1 (connectors/MaverickConnector.sol)
* [Morpho Blue](https://app.morpho.org/) (connectors/MorphoBlueConnector.sol)
* [Pancakeswap](https://pancakeswap.finance/) V3 (connectors/PancakeswapConnector.sol)
* [Pendle](https://www.pendle.finance/) (connectors/PendleConnector.sol)
* [Penpie](https://docs.penpiexyz.io/) (connectors/PendleConnector.sol)
* [Prisma](https://prismafinance.com/) (connectors/PrismaConnector.sol)
* [Silo](https://www.silo.finance/) (connectors/SiloConnector.sol)
* [SNX](https://synthetix.io/)[V3](https://synthetix.io/) (connectors/SNXConnector.sol)
* [Stargate](https://stargate.finance/) (connectors/StargateConnector.sol)
* [UNIv3](https://app.uniswap.org/swap) (connectors/UNIv3Connector.sol)

[<br>](https://hadis-organization-2.gitbook.io/untitled/omnichain-architecture)


---

# 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.noya.ai/technical-architecture/technical-architecture/connectors.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.
