> For the complete documentation index, see [llms.txt](https://earthlinc.gitbook.io/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earthlinc.gitbook.io/protocol/using-earth-linc/broadcast-a-station.md).

# Broadcast a station

*Share it open, share it free — the protocol's widest door.*

A **Broadcast** puts your composed station in front of anyone, with a link you can share anywhere. It is the open layer of the protocol: web2, off-chain, free. Nothing is minted, nothing is permanent yet, and nothing is bought. Everyone can play.

## What a Broadcast is

* **Open** — anyone with the link can visit your station's living page.
* **Free** — Broadcasting costs nothing.
* **Off-chain** — the page lives on the web, not on the chain. You can update it, unpublish it, or let it grow.
* **Yours to direct** — share the link by message, by social, by QR at your event; the station travels wherever you send it.

## What a Broadcast is not

A Broadcast is **not** an on-chain record. It carries no verified-fact layer, mints nothing, and must never be presented as if it did (that's the one rule above the others — see the *Acceptable Use & Content Policy*). If a Broadcast is the open courtyard, the mint is the foundation stone: different acts, in that order.

## When to Broadcast

* Your station is alive and you want reach before permanence.
* You're gathering people around an activity — an event, a cleanup, a tradition — and the page is the meeting point.
* You're simply not ready to mint. There's no clock; stations can stay in Broadcast as long as they like.

## What comes next

When the moment deserves permanence, **mint** your station — its on-chain birth, and the place where you choose whether it carries a mission. (See *Mint your station*.)

***

*A protocol anchored by YuCROWN Corporation · 501(c)(3) — anchored, never owned.*


---

# 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://earthlinc.gitbook.io/protocol/using-earth-linc/broadcast-a-station.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.
