> 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/tr/baslayin/subscribe.md).

# Abone ol

Ücretli bir plan, kredi limitinizi artırır, daha fazla aktif iş akışının kilidini açar ve size tam özellik setini sunar. Şuna bakın [Krediler](/docs/minara-handbook/tr/referans/credits.md) her planın neleri içerdiğini ve kredilerin nasıl ölçümlendiğini görmek için.

İki şekilde ödeme yapabilirsiniz: Minara Spot cüzdanınızdaki kriptoyla veya Stripe üzerinden kartla. İkisi de aynı plan seçicisinden başlar.

## Bir plan seçin

Plan etiketine veya `Yükselt` seçeneğine üst çubuktan tıklayın.

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

İçinde `Yönet` iletişim kutusunda, arasında geçiş yapın `Bireysel` ve `İşletme`, `Yıllık ödeme yap` eğer yıllık faturalandırma istiyorsanız ve `Abone ol` istediğiniz planda.

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

Plan ve fiyatla birlikte bir onay iletişim kutusu açılır. Bir ödeme yöntemi seçin: `Minara Cüzdan ile öde` (kripto) veya `Stripe ile öde` (kart). Plan hemen yürürlüğe girer ve Minara, mevcut faturalandırma döneminin kalan kısmı için tutarı orantılar.

## Kripto ile öde (Minara Cüzdan)

Kripto abonelikler, **Spot** cüzdan bakiyenizden tahsil edilir, Perps cüzdanınızdan değil. Abone olmadan önce Spot cüzdanını fonlayın.

### 1. Spot cüzdanınıza USDC yatırın

Avatarınıza tıklayın, `Cüzdan`seçin ve `Spot` sekmesini açın. Tıklayın `Yatırma`.

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

Bir zincir seçin ve gösterilen adrese USDC gönderin. QR kodunu tarayın veya `Kopyala` öğesine tıklayarak adresi alın.

{% hint style="warning" %}
Abonelik ödemeleri için, EVM dışı bir zincir üzerinde USDC yatırın. Şunu öneriyoruz: **Solana**. Yatırımların Spot cüzdanınıza geçmesi yaklaşık 15 dakika sürebilir.
{% endhint %}

<figure><img src="/files/7855049aee1d1a1a72ebf9a3c9f9dcea7da6e38f" 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/9a389a2c7ee8bca1bc1e10c3a8fedaebb6783e4d" alt=""><figcaption></figcaption></figure>

### 2. Cüzdan bakiyenizle ödeme yapın

Yatırım ulaştığında, plan seçiciyi yeniden açın, planınızda `Abone ol` öğesine tıklayın ve `Minara Cüzdan ile öde`seçin. Tutarı ve ödeme yürütme maliyetini inceleyin, ardından `Onayla`.

<figure><img src="/files/8003bdd7d1078f9366fbde07e2cd380db5edc7da" 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" %}
`Yetersiz Ödenebilir Bakiye` ifadesi, Spot cüzdanınızda yeterli USDC olmadığı anlamına gelir. Daha fazla yatırın ya da bekleyen bir yatırımın hesaba geçmesini bekleyin, sonra tekrar deneyin.
{% endhint %}

## Kartla öde (Stripe)

Onay iletişim kutusunda, `Stripe ile öde` öğesine tıklayın ve kart ödeme işlemini tamamlayın. Kartla ödeme yapmak için bir cüzdanı fonlamanız gerekmez.

<figure><img src="/files/6083edce8b80ce9ae6abd79bf00996d851bff9d3" 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/tr/baslayin/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.
