# 개념

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

Seismic은 암호화된 블록체인입니다. 이는 프로토콜을 암호화하는 데 필요한 모든 속성을 갖추고 있습니다.

{% hint style="info" %}

* **암호화된 글로벌 상태**: 여러 사용자 간 암호화된 상호작용을 가능하게 합니다. 거래소부터 대출 플랫폼까지 모든 것에 필수적입니다.
* **암호화된 메모리 접근**: 암호화된 포인터를 구현할 수 있도록 합니다. 경매부터 스테이블코인까지 모든 것에 필수적입니다.
* **암호화된 데이터 흐름**: 암호화된 상태와 투명한 상태 간의 제어된 데이터 교환을 가능하게 합니다. 조직 운영부터 런치패드까지 모든 것에 필수적입니다.
  {% endhint %}

Seismic은 **투명성으로 인한 병목 현상을 제거**하여 개발자들이 새로운 금융 파트너십, 투자 상품, 그리고 소셜 경험을 구축할 수 있도록 합니다.&#x20;

Seismic은 이미 초기 프로토타입을 지원하고 있습니다:

{% hint style="info" %}

* [**Nibble**](https://github.com/SeismicSystems/prototypes/tree/main/nibble): 사용자가 좋아하는 레스토랑의 매출을 공유받을 수 있도록 하는 앱
* [**Level**](https://github.com/SeismicSystems/prototypes/tree/main/level): 가격이 아닌 신념을 기반으로 자산을 거래할 수 있도록 하는 앱
* [**Folio**](https://github.com/SeismicSystems/prototypes/tree/main/folio): 역사상 가장 긴 ‘페이 잇 포워드(Pay-It-Forward)’ 체인을 만들어주는 앱
  {% endhint %}


---

# 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://clairetranslation.gitbook.io/seismic-docs-kr/undefined.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.
