> For the complete documentation index, see [llms.txt](https://eternum-1.gitbook.io/eternum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eternum-1.gitbook.io/eternum-wiki/pt/live-cast.md).

# Live Cast

O sistema de Live Cast permite que os jogadores transmitam sua jogabilidade enquanto oferecem bônus significativos de experiência (EXP) como incentivo para manter as transmissões públicas.

![](/files/omnKflwKvuo5DZe2z1Ey)

{% hint style="success" %}
**Ganhe até +15% de Bônus de EXP:**

* **Bônus de Transmissão Pública:** +10% de bônus de EXP
* **Bônus de Parada Atrasada (5 min):** +5% de bônus extra de EXP
* **Bônus Máximo Total:** **+15% de EXP**
  {% endhint %}

## 🖥️ Menu no Jogo

Procure o ícone de Live Cast na interface do seu jogo para começar a transmitir!

![](/files/h5eJGmsc2LE8e5Dz9wSQ)

## ⚙️ Mecânicas Principais

* **Bônus de Transmissão Pública:** Iniciar uma transmissão ao vivo sem definir uma senha concede automaticamente um **aumento básico de 10% de experiência**.
* **Recurso de Parada Atrasada (Delayed Stop):** Marcar a opção **"Delayed Stop (Extra Bonus)"** modifica a forma como a transmissão termina. Em vez de desligar instantaneamente, a transmissão permanece ativa por mais **5 minutos** depois que o jogador decide pará-la.
* **Recompensa Máxima:** Aceitar o atraso de 5 minutos recompensa o jogador com **5% extras de experiência**. Quando combinado com o bônus de transmissão pública, os jogadores podem ganhar um **aumento total de 15% de EXP**.

{% hint style="warning" %}
**Restrições:** Definir uma senha torna a transmissão privada e **desativa completamente** os modificadores de bônus de 10% e 5%.
{% endhint %}


---

# 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://eternum-1.gitbook.io/eternum-wiki/pt/live-cast.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.
