> For the complete documentation index, see [llms.txt](https://docs.ethosis.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethosis.org/compliance/corporate-structure.md).

# Legal entities

## The foundation and the operating company

| Entity                               | Responsibilities                                                                                                                                          |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ethosis Foundation**               | Holds protocol governance and the immutable contracts. Controls the timelocked parameter multisig until the governance module takes over.                 |
| **Ethosis Labs** (operating company) | Builds and operates the platform, the reference relayer, the indexer and the keeper software. Employs the team. Holds a licence wherever one is required. |

## The reason for the split

* Because the contracts are immutable and non-custodial, placing them under a foundation keeps governance of the protocol apart from the commercial interests of the company building around it.
* The operating company is the party that faces users through a front-end and is licensed where necessary. Keeping it separate limits how much regulatory surface the protocol itself carries.
* Were the operating company to cease, the protocol would carry on: the code is open source, and anyone can run a relayer, an indexer and a front-end from it.

## How governance evolves

1. **Today:** the foundation's timelocked multisig makes parameter changes, and every proposal is published with its rationale.
2. **Next:** parameter control passes to a governance module. The properties that matter carry over: the timelock, the public rationale, no access to funds, and no way to pause repayment.

$ETHOSIS, the protocol token, is live on Robinhood Chain at `0xe33ab021662e23f745be8e5b237babe8c7ad626c`. Its supply is fixed, and governance has no power to mint more. See [Parameter governance](/transparency/governance.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ethosis.org/compliance/corporate-structure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
