> 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/reference/credits.md).

# 크레딧

크레딧은 Minara의 AI 사용량 측정 단위입니다. Minara의 모델이 채팅, 리서치, 예약 분석, API 호출 등으로 작업을 수행할 때마다 크레딧이 소모됩니다. 거래 자체는 크레딧이 아니라 별도의 거래 수수료로 부과됩니다.

## 크레딧을 얻는 방법

크레딧은 Minara 구독에 포함됩니다. 유료 플랜은 갱신 주기마다 잔액이 충전되며, 연간 결제도 이용할 수 있습니다.

<figure><img src="/files/af29c028b45eace96774e28aba62e98dbc871a3a" alt=""><figcaption></figcaption></figure>

구독이 만료되면 잔액은 무료 플랜의 300 크레딧으로 초기화됩니다.

## 플랜

개인용 플랜은 **관리** 대화상자에서 이용할 수 있습니다(웹 앱의 오른쪽 상단 계정 메뉴, 또는 채팅에서 Minara에게 "크레딧 관리"라고 요청):

| 플랜  | 가격       | 크레딧    | 활성 워크플로 | 에이전트        | 참고                                    |
| --- | -------- | ------ | ------- | ----------- | ------------------------------------- |
| 무료  | $0       | 300    | —       | —           | —                                     |
| 라이트 | $19 / 월  | 1,400  | 5       | 더 똑똑한 에이전트  | 보너스 Sparks 190개                       |
| 스타터 | $49 / 월  | 4,000  | 20      | 더 똑똑한 에이전트  | 표준 우선순위; 보너스 Sparks 490개              |
| 프로  | $199 / 월 | 20,000 | 50      | 가장 똑똑한 에이전트 | API 액세스; 더 높은 우선순위; 보너스 Sparks 1,990개 |

모든 유료 플랜에는 무제한 Copilot 및 Autopilot, 맞춤 전략 배포 및 실행, 전체 기능 이용이 포함됩니다. 비즈니스 플랜은 같은 대화상자의 **비즈니스** 탭에서 이용할 수 있습니다.

보너스 Sparks는 생태계 특전(배지, NFT 화이트리스트, 이벤트 입장)을 위한 별도의 보상 화폐입니다.

## 크레딧이 소모되는 항목

* 채팅 질의, 리서치 보고서, Crypto Picks.
* Minara 로고가 표시된 워크플로 노드("Minara Call" 노드). 가격 알림 트리거와 조건 같은 다른 워크플로 구성 요소는 백엔드에서 실행되며 크레딧을 소모하지 않습니다.
* 예약 분석. 예약된 실행마다 크레딧이 소모되므로, 실제로 새 결과가 얼마나 자주 필요한지에 맞는 빈도를 선택하세요.
* 전체 [에이전트 API](/docs/minara-handbook/ko/trade/agent-api/api-key.md) API 키로 인증된 호출.

## 크레딧이 소모되지 않는 항목

* 거래 자체입니다. 거래는 크레딧과 별도로 [거래 수수료](/docs/minara-handbook/ko/trade/trading-fees.md)로 측정됩니다.
* 지갑 작업: 입금, 출금, 잔액 확인.
* 가격 알림 모니터링은 AI 질의가 아니라 Minara의 백엔드에서 실행됩니다.

## 크레딧이 부족해지면

에이전트 API 요청의 경우, 다음 갱신 시점이나 플랜 업그레이드 후 잔액이 보충될 때까지 호출이 일시 중지됩니다.

## 환불 및 플랜 변경

**환불을 받을 수 있나요?**

구독 요금은 각 결제 주기 시작 시 청구되며, 관련 법률에서 요구하는 경우를 제외하고는 환불되지 않습니다. Top-Up Credits도 환불되지 않으며 다음 결제 주기로 이월되지 않습니다.

**플랜을 어떻게 다운그레이드하나요?**

다음 **관리** 대화상자(오른쪽 상단 계정 메뉴, 또는 Minara에게 "크레딧 관리"라고 요청)를 열고 더 낮은 플랜을 선택하세요. 변경 사항은 다음 결제 주기 시작 시 적용됩니다. 그때까지는 현재 플랜의 기능을 계속 완전히 이용할 수 있습니다.


---

# 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/reference/credits.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.
