# Licensing

eUSD is divided into 3 different repositories, each with different licenses:

* [eusd-core](https://github.com/eden-eusd/core): Licensed under MIT license, available here. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. The license includes the AccessManager contract.
* [eusd-tokens](https://github.com/eden-eusd/tokens): Licensed under MIT license, available here. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. The license includes the stablecoins token contracts, as well as the Flashloan module.
* [eusd-stablilizer](https://github.com/eden-eusd/stabilizer): Licensed Friendly Fork of Angle Protocol and Parallel Protocol codebase. Released under Business Source License 1.1 (BUSL 1.1) with rights granted to Cooper Labs to use the license for commercial purposes via a signed License and Fee-sharing Agreement.


---

# 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.eusd.xyz/products/licensing.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.
