> 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/ko/get-started/subscribe.md).

# 구독

유료 요금제는 크레딧 한도를 높이고, 더 많은 활성 워크플로를 잠금 해제하며, 전체 기능 세트를 제공합니다. 자세한 내용은 [크레딧](/docs/minara-handbook/ko/reference/credits.md) 각 요금제에 포함된 내용과 크레딧이 어떻게 산정되는지.

두 가지 방법으로 결제할 수 있습니다. Minara Spot 지갑의 암호화폐로 결제하거나, Stripe를 통해 카드로 결제할 수 있습니다. 둘 다 동일한 요금제 선택기에서 시작합니다.

## 요금제를 선택하세요

요금제 라벨을 클릭하거나 `업그레이드` 를 상단 바에서.

<figure><img src="/files/2d055dc63a0d4922c2e05dac8769966d3a98b1be" 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>

에서 `관리` 대화상자에서, 전환하고 `개인` 및 `비즈니스`, 전환하고 `연간 결제` 연간 청구를 원하면, 그리고 클릭하세요 `구독하기` 원하는 요금제에서.

<figure><img src="/files/1548a11d53ef20a54de3815f2a0785b5b416636e" alt=""><figcaption></figcaption></figure>

요금제와 가격이 표시된 확인 대화상자가 열립니다. 결제 방법을 선택하세요: `Minara Wallet로 결제` (암호화폐) 또는 `Stripe로 결제` (카드). 요금제는 즉시 적용되며, Minara는 현재 청구 기간의 남은 기간에 대해 요금을 일할 계산합니다.

## 암호화폐로 결제하기 (Minara Wallet)

암호화폐 구독 요금은 귀하의 **현물** 지갑 잔액에서 청구되며, Perps 지갑이 아닙니다. 구독하기 전에 Spot 지갑에 자금을 입금하세요.

### 1. Spot 지갑에 USDC를 입금하세요

아바타를 클릭하고, 선택한 다음 `지갑`, 그리고 `현물` 탭. 클릭 `입금`.

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

체인을 선택하고 표시된 주소로 USDC를 보내세요. QR 코드를 스캔하거나 클릭하세요 `복사` 주소를 확인하려면.

{% hint style="warning" %}
구독 결제를 위해서는 비 EVM 체인에 USDC를 입금하세요. 권장하는 것은 **Solana**. 입금이 Spot 지갑에 반영되기까지 약 15분 정도 걸릴 수 있습니다.
{% endhint %}

<figure><img src="/files/9c34a2f0ef502dad9c3e3b5c39bb3320ee3f3a98" 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/9e6abd7994b33abf84d3a924f81386222a56d10d" alt=""><figcaption></figcaption></figure>

### 2. 지갑 잔액으로 결제하기

입금이 반영되면, 요금제 선택기를 다시 열고 클릭하세요 `구독하기` 요금제에서, 그리고 선택하세요 `Minara Wallet로 결제`. 금액과 결제 실행 비용을 검토한 다음 클릭하세요 `확인`.

<figure><img src="/files/00088a733c7ac8038a768e273624928b9a170897" 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" %}
`지불 가능한 잔액이 부족합니다` 는 Spot 지갑에 충분한 USDC가 없다는 뜻입니다. 더 입금하거나, 보류 중인 입금이 반영될 때까지 기다린 다음 다시 시도하세요.
{% endhint %}

## 카드로 결제 (Stripe)

확인 대화상자에서 클릭하세요 `Stripe로 결제` 그리고 카드 결제를 완료하세요. 카드로 결제하는 데 지갑에 자금을 입금할 필요는 없습니다.

<figure><img src="/files/db08cfd11e5276301236ad49a5bb80330dc21bd2" 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/ko/get-started/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.
