# Contracts

Carbon DeFi on-chain architecture is aiming to simplify the access points and contracts one needs to interact with. Therefore, it is composed of only two contracts which are using proxy addresses, meaning their address is unlikely to change.&#x20;

## Carbon DeFi Github

This repository includes Carbon DeFi and CarbonVortex core contracts&#x20;

{% embed url="<https://github.com/bancorprotocol/carbon-contracts>" %}

## CarbonVortexBridge Github

This repository includes CarbonVortexBridge core contracts

{% embed url="<https://github.com/bancorprotocol/carbon-vortex-bridge>" %}


---

# 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.carbondefi.xyz/contracts-and-functions/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.
