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

# Corporate structure

## Two entities, one protocol

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

## Why they are separate

* The contracts are immutable and non-custodial. Placing them under a foundation keeps protocol governance separate from the commercial incentives of the company that builds around it.
* The operating company is the entity that faces users through a front-end and is licensed where required. Keeping it distinct limits the regulatory surface of the protocol itself.
* If the operating company ceased, the protocol would continue: anyone can run a relayer, an indexer and a front-end from the open-source code.

## Governance path

1. **Today:** parameter changes go through a timelocked multisig held by the foundation, with every proposal published with a rationale.
2. **Next:** a governance module takes over parameter control. It preserves the properties that matter: the timelock, the public rationale, no fund access, and no ability to pause repayment.

There is no protocol token. 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.syndromics.xyz/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.
