> For the complete documentation index, see [llms.txt](https://cointofish.gitbook.io/cointofish/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cointofish.gitbook.io/cointofish/tutorial/connect-wallet.md).

# Connect Wallet

Para poder jugar **CoinToFish**, vas a tener que conectar tu wallet de ***metamask***.\
A continuación vamos a explicarte fácilmente como preparar todo para comenzar a jugar.

**Step 1**: Accede a nuestra pagina [**CoinToFish**](https://cointofish.io/)

**Step 2**: Acepta el contrato.

<div align="left"><img src="/files/-Mjf7QGnQCKNaCNSZIAx" alt=""></div>

**Step 3**: Una vez aceptado el contrato, estarás conectado con tu wallet a **CoinToFish**.&#x20;

<div align="left"><img src="/files/-Mjf7zxssI5f9_cdQFY3" alt=""></div>

**Step 4**: Agrega el token de **CoinToFish** a tu wallet.<br>

![](/files/-MlLfsrO6RbJx69LTUai)

**Step 5**: Acepta para agregar el token **CTF** a tu wallet BSC (**Red Binance Smart Chain**).

![](/files/-MlLh7TcRjQVvFV77EMM)

![Importas el token CTFT nuevo. ](/files/-MlLhLoCMwcwJC-hMCpO)

Asegúrate que la dirección que importas del token sea: **0x55E00121241d6870324a8e6DFFaabbe2E0359863**

Y ya estarás listo para comprar tokens CTFT con un slippage muy bajo.

Podrás intercambiar el CTFT por corales en CTF, lo cual tendrá una tasa de 1:1.&#x20;

![Con los corales podrás comprar los objetos del juego, vender y comprar en la marketplace, etc.](/files/-Mk23SxGM1fCBFr6UN3J)

Para comprar los corales solo tendrás que pinchar en el botón "Balance" que podrás encontrar en el inventario y se te abrirá la interfaz donde podrás realizar el intercambio, también puedes hacerlo desde la pestaña de "shop".

<div align="center"><img src="/files/-Mjiu6mWLGmDbVQE_QYI" alt=""></div>

Después encontrarás una interfaz para ingresar los corales que quieres comprar con tus tokens CTFT.

Asegúrate de comprar los tokens necesarios para poder comprar *huevos*, *comida, cañas de pesca* y más!


---

# 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://cointofish.gitbook.io/cointofish/tutorial/connect-wallet.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.
