# 토큰 & 플랜

## 1. 토큰 사용 원리

**토큰은 하이퍼랩 계산 실행을 위한 자원**으로, **계산이 제출되면 할당** 상태가 되었다가 **계산이 완료되면 반환**됩니다.

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

**토큰은 한 랩스페이스에 귀속**되어 있습니다. 한 랩스페이스에서 동시에 많은 계산을 실행할 경우 최대 토큰 개수에 따라 계산 대기 상황이 발생할 수 있습니다.

{% hint style="info" %}
하이퍼랩의 **모든 계산 작업은 선입선출 방식**입니다. 토큰 개수 이상의 계산을 실행하면 먼저 제출한 계산 종료 후 다음 계산이 진행됩니다.
{% endhint %}

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

## 2. 기능 별 토큰 사용량

<table><thead><tr><th width="213.890625">기능</th><th width="136" align="center">토큰 수(개)</th><th>기능 요약</th></tr></thead><tbody><tr><td>하이퍼 ADME/T</td><td align="center">1</td><td>In-vitro ADME/T 예측</td></tr><tr><td>하이퍼 바인딩</td><td align="center">3</td><td>약물-단백질 결합에너지 및 3D 결합구조 예측</td></tr><tr><td>하이퍼 디자인</td><td align="center">6</td><td>신규 유도체 설계 (Scaffold hopping)</td></tr><tr><td>하이퍼 바인딩 Co-Folding</td><td align="center">6</td><td>단백질 구조 및 약물-단백질 결합에너지, 3D 결합구조 예측</td></tr><tr><td>시퀀스 단백질 등록</td><td align="center">6</td><td>시퀀스 타입 단백질 등록</td></tr><tr><td>Hyper Screening X</td><td align="center">1</td><td>11조개의 가상 라이브러리를 이용해 합성 가능성이 높은 신규 분자를 생성합니다.</td></tr></tbody></table>

{% hint style="info" %}
하이퍼 스크리닝 계산을 제출하는 경우, 토큰과는 별개로 **하이퍼 스크리닝 포인트**라는 계산 실행 자원이 추가적으로 필요합니다. 하이퍼 스크리닝 포인트는 사용하는 **화합물 라이브러리 별로 소모 포인트가 다르며**,  토큰과 달리 **스크리닝 포인트는 소모 시 반환이 안된다는 점** 참고하시기 바랍니다.

자세한 정보는 [하이퍼 스크리닝](/docs-ko/project-feature-ko/undefined-3.md) 페이지에서 확인하실 수 있습니다.&#x20;
{% endhint %}

## 3. 토큰 사용 현황 확인 방법

1. 왼쪽 사이드바의 **`토큰 사용 현황`**&#xC744; 클릭합니다. <br>

   <figure><img src="/files/jRhvuF0ts0UfvHsK22ii" alt=""><figcaption></figcaption></figure>
2. 토큰 현황에 대한 정보를 나타내는 창을 확인하실 수 있습니다.
   1. 전체 토큰 수
   2. 사용중인 토큰 수
   3. 대기중인 토큰 수

예: **하이퍼 바인딩 계산**을 실행하면 사용 중인 토큰 수가 증가하며, 계산이 완료되면 토큰이 반환됩니다.\
이는 **하이퍼 바인딩, 하이퍼 ADME/T** 등의 계산 기능에 모두 적용됩니다.

## 4. 현재 사용 플랜 확인 방법

1. **랩스페이스 설정**에서 **\[플랜 & 토큰]** 항목을 클릭합니다.<br>

   <figure><img src="/files/0gVJ67MIxnceWlPy516Q" alt=""><figcaption></figcaption></figure>
2. 다음 정보를 확인할 수 있습니다:
   1. 현재 사용 중인 **플랜**
   2. 사용했던 **플랜 이력**
   3. 사용 가능한 **토큰 수**
   4. 사용 가능한 **하이퍼 스크리닝 포인트**
   5. 초대 가능한 **멤버 수**


---

# Agent Instructions: 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:

```
GET https://docs.hits.ai/docs-ko/lab-sapce-feature-ko/labspace/and.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
