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

# Corporate structure

The legal structure that sits behind the protocol, and the company that runs the platform.

## Two entities, one protocol

| Entity                                | Role                                                                                                                                                            |
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **MirageFi Foundation**               | Holds the immutable contracts and protocol governance. Controls the timelocked parameter multisig and the guardian until the governance module takes them over. |
| **MirageFi Labs** (operating company) | Builds and operates the platform, the quote service, the indexer and the keeper software. Employs the team. Holds the licence wherever one is required.         |

## Why they are separate

* The contracts are immutable and non-custodial. Housing them in a foundation keeps protocol governance apart from the commercial incentives of the company building around it.
* The operating company is the one that faces users through a front-end and holds licences where required. Keeping it distinct narrows the regulatory surface of the protocol itself.
* Were the operating company to cease, the venue would carry on: vaults quote from on-chain state, withdrawals are unconditional, and the open-source code lets anyone run the quote service, keeper, indexer and front-end. Convenience and the pace of new listings would suffer; the market would not.

## Governance path

1. **Today:** parameter changes pass through a timelocked multisig held by the foundation, and each proposal is published with a rationale.
2. **Next:** parameter control passes to a governance module. The properties that matter are preserved: the timelock, the public rationale, no access to funds, no power to gate withdrawals, and no power to touch an individual fill.


---

# 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.miragefi.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.
