> 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/ja/meru/subscribe.md).

# 購読

有料プランではクレジット上限が引き上げられ、より多くのアクティブなワークフローが利用可能になり、全機能セットを使えます。 [クレジット](/docs/minara-handbook/ja/rifarensu/credits.md) 各プランに含まれる内容と、クレジットの計測方法についてはこちらをご覧ください。

支払い方法は2つあります。Minara Spotウォレットの暗号資産で支払うか、Stripe経由でカードで支払うかです。どちらも同じプラン選択画面から始まります。

## プランを選択

プラン名ラベルをクリックするか、 `アップグレード` 上部バーの

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

で、 `管理` ダイアログで、切り替えます `個人` および `Business`、切り替えて `年払いで支払う` を選択して年払いにする場合は、 `購読する` を希望するプランでクリックします。

<figure><img src="/files/0dfb9c77246c79b9f90a2c28c6e40f0499ae8546" alt=""><figcaption></figcaption></figure>

プランと価格が表示された確認ダイアログが開きます。支払い方法を選択してください： `Minara Walletで支払う` （暗号資産）または `Stripeで支払う` （カード）。プランは即時に有効になり、Minaraが現在の請求期間の残り分を日割り計算します。

## 暗号資産で支払う（Minara Wallet）

暗号資産サブスクリプションの料金は、 **スポット** Perpsウォレットではなく、ウォレット残高から引き落とされます。購読する前にSpotウォレットに入金してください。

### 1. SpotウォレットにUSDCを入金する

アバターをクリックし、 `ウォレット`を選択して、 `スポット` タブを開きます。 `入金`.

<figure><img src="/files/3bed2406c3368ecb02bac14407b3c00f297c9564" 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/fbbee953fa0e33e346e2af709b892d1e25e60cb6" 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/50685311f4985748b743e48298b13992cb8a4aea" alt=""><figcaption></figcaption></figure>

### 2. ウォレット残高で支払う

入金が反映されたら、もう一度プラン選択画面を開き、 `購読する` をあなたのプランでクリックし、 `Minara Walletで支払う`を選択します。金額と支払い実行コストを確認してから、 `確認`.

<figure><img src="/files/4028aa367ab74ab287f16eefc559b9f300d01161" 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/bf03a0f924d11f8151c32e1086baf5f1783c4371" 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/ja/meru/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.
