> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/es/empezar/subscribe.md).

# Suscribirse

Un plan de pago aumenta tu límite de crédito, desbloquea más flujos de trabajo activos y te da el conjunto completo de funciones. Consulta [Créditos](/docs/minara-handbook/es/referencia/credits.md) para ver qué incluye cada plan y cómo se contabilizan los créditos.

Puedes pagar de dos maneras: con criptomonedas desde tu billetera Minara Spot, o con tarjeta a través de Stripe. Ambas opciones comienzan desde el mismo selector de plan.

## Elige un plan

Haz clic en la etiqueta del plan o `Actualizar` en la barra superior.

<figure><img src="/files/f48db85489da7599e5692b367073f4fe9c1833ae" alt="Manage dialog showing the Lite, Starter, and Pro plans with prices, a Pay annually toggle, and a Subscribe button on each"><figcaption></figcaption></figure>

En el `Gestionar` en el diálogo, cambia entre `Individual` y `pestaña Business`, activa `Paga anualmente` si quieres facturación anual, y haz clic en `Suscribirse` en el plan que quieras.

<figure><img src="/files/66d2178368154e4845d8fab367b93a5f67f6c834" alt=""><figcaption></figcaption></figure>

Se abre un diálogo de confirmación con el plan y el precio. Elige un método de pago: `Pagar con la billetera Minara` (cripto) o `Pagar con Stripe` (tarjeta). El plan entra en vigor de inmediato y Minara prorratea el cargo por el resto del período de facturación actual.

## Pagar con criptomonedas (billetera Minara)

Las suscripciones con cripto se cobran desde el saldo de tu **Spot** billetera, no desde tu billetera Perps. Carga la billetera Spot antes de suscribirte.

### 1. Deposita USDC en tu billetera Spot

Haz clic en tu avatar, selecciona `Billetera`, y abre la `Spot` pestaña. Haz clic en `Depósito`.

<figure><img src="/files/71c957e27952a1fadccda51708ed6597a1b4f485" alt="Wallet panel on the Spot tab showing the balance, holdings, and the highlighted Deposit button"><figcaption></figcaption></figure>

Selecciona una cadena y envía USDC a la dirección mostrada. Escanea el código QR o haz clic en `Copiar` para obtener la dirección.

{% hint style="warning" %}
Para los pagos de suscripción, deposita USDC en una cadena no EVM. Recomendamos **Solana**. Los depósitos pueden tardar unos 15 minutos en acreditarse en tu billetera Spot.
{% endhint %}

<figure><img src="/files/5cd3dade25768a1ad567e3b699906418de9377ad" alt="Deposit dialog with Solana selected as the chain, a QR code, and the deposit address with a Copy button"><figcaption></figcaption></figure>

<figure><img src="/files/3b3223d2c1bfa1db4dd5c0bd72a35183603b87d1" alt=""><figcaption></figcaption></figure>

### 2. Paga con el saldo de tu billetera

Una vez que se reciba el depósito, abre de nuevo el selector de plan, haz clic en `Suscribirse` en tu plan, y elige `Pagar con la billetera Minara`. `Confirmar`.

<figure><img src="/files/b1497a55fe3b5e1613150a73c694573ae7cd2d33" alt="Pay with Minara Wallet dialog showing the plan, price, payment execution cost, and an Insufficient Payable Balance message"><figcaption></figcaption></figure>

{% hint style="info" %}
`Saldo pagadero insuficiente` significa que tu billetera Spot no tiene suficiente USDC. Deposita más o espera a que se acredite un depósito pendiente y luego vuelve a intentarlo.
{% endhint %}

## Pagar con tarjeta (Stripe)

En el diálogo de confirmación, haz clic en `Pagar con Stripe` y completa la compra con tarjeta. No necesitas cargar una billetera para pagar con tarjeta.

<figure><img src="/files/064c496de9926cbb675487dc2621d08902176f55" alt="Subscribe confirmation dialog showing the plan and price, with the Pay with Stripe button highlighted next to Pay with Minara Wallet"><figcaption></figcaption></figure>


---

# 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://minara.ai/docs/minara-handbook/es/empezar/subscribe.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.
