> For the complete documentation index, see [llms.txt](https://docs.bag.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bag.win/es/ayuda/faq/cuenta-y-seguridad.md).

# Cuenta y Seguridad

<details>

<summary>¿Cómo creo una cuenta?</summary>

Puedes crear una cuenta cliqueando en el botón **Registro** en [bag.win](https://bag.win/). Si necesitas ayuda para empezar, chequea nuestras guías.

</details>

<details>

<summary>¿Qué es una wallet digital?</summary>

Una wallet digital contiene tus criptomonedas y activos de juego. Tu wallet digital te sirve para iniciar sesión y empezar a jugar.

Recomendamos usar [MetaMask](https://metamask.io/), [Rainbow](https://rainbow.me/), o [Rabby](https://rabby.io/).

</details>

<details>

<summary>¿Cómo conecto una wallet a mi cuenta?</summary>

Puedes conectar una wallet iniciando sesión en [bag.win](https://bag.win/), cliqueando en tu avatar y luego en **Linkear Wallet.**[<br>](https://docs.decentral.games/help/faq/wearables)

</details>

<details>

<summary>¿Puedo registrar muchas cuentas?</summary>

No, solo 1 cuenta por persona está permitido.

</details>

<details>

<summary>¿Cómo veo mi historial de juego?</summary>

Para ver tu historial de juego: inicia sesión en [bag.win](https://bag.win/), cliquea tu avatar, y cliquea **Historial de Juego.**

</details>

<details>

<summary>¿Cómo manejan los KYC?</summary>

Los KYC son controlados por [Sumsub](https://sumsub.com/), que es un proveedor tercerizado.

</details>

<details>

<summary>¿Qué debo hacer si mi cuenta está comprometida?</summary>

Comunícate con nuestro equipo de soporte disponible 24/7 en [Discord ](https://discord.gg/bagwin)o haga clic en el ícono en la esquina inferior derecha de [bag.win](https://bag.win).

</details>


---

# 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.bag.win/es/ayuda/faq/cuenta-y-seguridad.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.
