# 4) 블록체인 독립적  (Blockchain-Agnostic ) 설계

PaaM™은 이 세상의 모든 자산을 수용하고 토큰화하고자 하는 장기적 비전을 갖고 있다. 따라서 이를 현실화하기 위하여 다음과 같이 블록체인 독립적인 설계를 하였다.

1. 통합형 지갑 (Universal Wallet): 다수의 블록체인 플랫폼 및 디지털 자산을 한 곳에서 쉽게 액세스하고 관리할 수 있도록 해주는 지갑으로 사용자들은 한 개의 인터페이스에서 어떤 블록체인을 사용하고 있는지 의식하지 않고 여러 가지 암호화폐자산을 효과적으로 관리할 수 있는 지갑으로 사용자들에게 편리성과 효율성을 제공한다.
2. 통합 개스비 지불 토큰 사용: 사용자들이 블록체인마다 개스비를 따로 지불하지 않도록 하는 설계이다. 모든 개스비는 크레페 토큰으로 지불하도록 한다.&#x20;
3. CCIP (Cross-chain Interoperability Protocol) 적용: CCIP는 이종 블록체인 간 상호 작용하고 정보를 공유할 수 있는 방법을 제공하는 프로토콜이다. 이 프로토콜은 각각 다른 블록체인 네트워크에서 발생한 데이터와 거래 내용을 이종의 블록체인 간에 전송하고 사용할 수 있게 한다.


---

# 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://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm/4-blockchain-agnostic.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.
