> For the complete documentation index, see [llms.txt](https://gabriel-j-shapiro.gitbook.io/metalex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gabriel-j-shapiro.gitbook.io/metalex-docs/web-app-using-the-apps/metadao.md).

# MetaDAO — entity formation

The **MetaDAO** page is a narrow, single-purpose integration: it forms the legal entity for a token launched through [MetaDAO](https://metadao.fi). It is **not** a governance or prediction-market surface — it does one thing, once.

## When you'd use it

You would not navigate to this page directly. You arrive at it from the **MetaDAO launch flow**, via a link that carries the details of your token and enterprise. Opening the page without those details just shows an error.

## What it does

The page presents a **formation agreement** for your entity — specifically a *Segregated Portfolio of a Futarchy Governance SPC*, a Cayman Islands structure. Almost every field is **pre-filled and locked**, carried over from the MetaDAO form:

* the enterprise and company name,
* the company type (a segregated portfolio of a segregated portfolio company),
* the jurisdiction (Cayman Islands),
* the token name and ticker,
* the founder address,
* the network (Base).

The only fields you fill in are the **founder/operator name and contact**.

## The steps

1. Arrive from the MetaDAO launch flow (the page opens with your details already populated).
2. Enter the founder/operator name and contact.
3. **Sign the formation agreement** — a free signature.
4. **Submit.** MetaLeX forms the cyberCORP for your entity.
5. You are redirected back to MetaDAO to continue the launch.

That's the whole flow. Once the entity is formed, you manage it like any other cyberCORP — see [The cyberCORPs app](/metalex-docs/web-app-using-the-apps/mainframe.md).

## Under the hood

Submitting forms a cyberCORP structured as a Cayman Segregated Portfolio Company. At the protocol level this is the **MetaDAO / SPC** path — see the [MetaDAOFactory](/metalex-docs/protocol-reference/factories.md) reference and, for how a single legal entity can hold multiple independently-governed portfolios, [Legal mappings across jurisdictions](/metalex-docs/protocol-explanation/legal-mappings.md). The futarchy *governance* of the entity happens on MetaDAO's own platform; this page only handles the onchain legal-entity formation.

## Good to know

* This page is a **handoff**, not an app you spend time in.
* For everything you do *after* formation — issuing securities, raising — you use the [cyberCORPs app](/metalex-docs/web-app-using-the-apps/mainframe.md) and [cyberRAISE](/metalex-docs/web-app-using-the-apps/cyberraise.md) like any other company.


---

# 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://gabriel-j-shapiro.gitbook.io/metalex-docs/web-app-using-the-apps/metadao.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.
