> For the complete documentation index, see [llms.txt](https://lodis.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodis.gitbook.io/official/architecture/sbt.md).

# SBT

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

### **SBT가 무엇인가요?🥇**

블록체인 네트워크에서 발생하는 NFT(Non Fungible Token)는 특정 행위나 대상에 묶여 있는 대체 불가능한 토큰이에요.&#x20;

NFT의 특징 중 하나는 NFT가 발급되는 대상과 NFT의 이어진 가치의 연결을 끊을 수 없어요. 미술품에 대한 소유권을 NFT로 증명하거나 멤버십을 NFT로 발급해 입장권을 대체하는 것과 같죠.

특정 NFT를 소유한 사람은 유일하고, 같은 똑같은 NFT는 블록체인 네트워크에 존재할 수 없어요. 단 NFT는 타인에게  양도가 가능해서 사용자들끼리 거래를 할 수 있어요.&#x20;

SBT는 NFT의 한 종류로 SoulBound Token의 약자예요. 글자 그대로 타인에게 양도하거나, 타인과 거래할 수 없는 자신만이 소유할 수 있는 토큰을 의미해요. 거래를 할 수 없기 때문에, 자신의 이력을 관리하고 타인에게 증명하기 위해 사용되는 토큰이에요.

LODIS에서도 참여자들이 특정 조건에 도달하면 SBT를 발급해주고 있어요. 이를 통해 타인에게 나의 이력을 증명할 수 있고, 이력을 통해 상호 간 신뢰를 쌓을 수 있어요.

LODIS에서 SBT를 획득하고, 배송과 주문에 관련한 업적뿐 아니라 다양한 업적을 자랑해 보세요!&#x20;

### 내가 획득한 SBT는 어디서 볼 수 있나요? 🔍

내게 발급된 SBT는 \[MY] 메뉴에서 내가 획득한 SBT를 조회할 수 있어요.

LODIS에서 발행하는 모든 SBT는 LODISCAN의 [\[SBT\]](https://scan.lodis.io/sbt) 메뉴에서 조회할 수 있어요.

### LODIS에서는 어떤 SBT가 있나요?✨

LODIS는 기본적으로 Shipper와 Carrier의 주문 및 배송 내역을 증명하기 위한 SBT를 발급해요.

각각의 SBT는 등급별로 구분돼요. Shipper와 Carrier의 등급을 한눈에 확인해 보세요.

#### 📦 LODIS SBT Shipper (LSS)**:** 주문과 관련된 활동을 하면 발급되는 SBT에요.

| 이미지                              | SBT                                                | 발급 조건                         |
| -------------------------------- | -------------------------------------------------- | ----------------------------- |
| ![](/files/1Tclnrn6dRDO9n25pmGd) | <p></p><p>LODIS의 Shipper에게 제공되는 SBT에요. </p><p></p> | 주문 등록 후 해당 주문이 배송 완료된 경우 (1회) |

#### 🚚 LODIS SBT **Carrier (LSC):** 배송과 관련된 활동을 하면 발급되는 SBT에요.

| 이미지                              | SBT                                                | 발급 조건                            |
| -------------------------------- | -------------------------------------------------- | -------------------------------- |
| ![](/files/hieQWfsFrWQOY00QIPm1) | <p></p><p>LODIS의 Carrier에게 제공되는 SBT에요. </p><p></p> | 매칭 후 해당 배송을 완료하고 리워드를 받은 경우 (1회) |

CBT에 참여한 테스터분들을 위한 SBT 이외에도 다양한 SBT들을 LODIS에서 직접 만나보세요!


---

# 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://lodis.gitbook.io/official/architecture/sbt.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.
