> 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/es/transmision-en-vivo.md).

# Transmisión en Vivo

El sistema de Transmisión en Vivo (Live Cast) permite a los jugadores transmitir su juego mientras ofrece bonificaciones significativas de experiencia (EXP) como incentivo para mantener las transmisiones públicas.

![](/files/omnKflwKvuo5DZe2z1Ey)

{% hint style="success" %}
**Gana hasta un +15% de Bonificación de EXP:**

* **Bonificación por Transmisión Pública:** +10% de EXP adicional
* **Bonificación por Detención Diferida (5 min):** +5% de EXP adicional extra
* **Bonificación Máxima Total:** **+15% de EXP**
  {% endhint %}

## 🖥️ Menú en el Juego

¡Busca el icono de Transmisión en Vivo en la interfaz de tu juego para comenzar a transmitir!

![](/files/h5eJGmsc2LE8e5Dz9wSQ)

## ⚙️ Mecánicas Principales

* **Bonificación por Transmisión Pública:** Iniciar una transmisión en vivo sin establecer una contraseña otorga automáticamente un aumento base del **10% de experiencia**.
* **Función de Detención Diferida:** Marcar la opción **"Delayed Stop (Extra Bonus)"** (Detención Diferida) modifica cómo finaliza la transmisión. En lugar de apagarse al instante, la transmisión permanece activa durante **5 minutos** adicionales después de que el jugador decide detenerla.
* **Recompensa Máxima:** Aceptar la demora de 5 minutos recompensa al jugador con un **5% de experiencia** extra. Al combinarse con la bonificación de transmisión pública, los jugadores pueden obtener un aumento total del **15% de EXP**.

{% hint style="warning" %}
**Restricciones:** Establecer una contraseña hace que la transmisión sea privada y **desactiva por completo** tanto la bonificación del 10% como la del 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/es/transmision-en-vivo.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.
