# 부트스트래핑

PaySwap는 **PaySwap dRamps**라고 불리는 dRamp를 사용하여 전체 시스템을 부트스트랩합니다. PaySwap dRamps는 토큰을 발행하기 위해 담보를 갖추어야 할 필요가 없습니다. 이것은 PaySwap 팀이 몇 개의 토큰을 훔치기 위해 몇 년 동안 작업해 온 전체 프로젝트를 위험에 빠뜨릴 의사가 있는 경우에만 위험할 뿐입니다. 당연히 이런 경우는 아닙니다.

PaySwap dRamps의 유일한 목적은 사용자들이 원하는만큼 많은 토큰을 발행할 수 있는만큼 충분한 dRamps가 있지 않더라도 dRamps를 사용할 수 있도록 하는 것입니다.

PaySwap dRamps는 충분한 제공이 있어서 심지어 사용자들이 원하는만큼의 토큰을 발행할 수 있는 수준이 되면 일시적으로 중단됩니다.

| dRamp ID | PaySwap dRamp 여부 |
| -------- | ---------------- |
| 1        | 예                |


---

# 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.payswap.org/korean/products/dramps/bootstrapping.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.
