# 자산으로 주식을 매도

실제 세계 자산 (RWA)을 Bill 계약 형식으로 토큰화하여 해당 자산의 주식을 판매하거나 대출 담보로 사용할 수 있습니다.

회계사가 RWA를 Bill 계약으로 토큰화하면 관련된 신청서를 함께 추가하여 관심 있는 당사자들이 경매 형식으로 자신의 조건을 신청할 수 있습니다.

이 방법을 사용하여 다음을 수행할 수 있습니다:

* 하나 이상의 당사자로부터 돈을 빌릴 수 있습니다.
* 자산의 주식을 판매할 수 있습니다.
* 자산의 총량을 판매할 수 있습니다.

계약 설명에는 사용자가 신청해야 할 내용과 RWA를 토큰화하는 목적이 반드시 포함되어 있어야 합니다.

Bill 토큰화는 [NFT 토큰화](/korean/products/auditors/tokenizing-real-estate.md)와 마찬가지로 작동합니다. 신뢰할 수 있는 당사자에게 자산 권리를 양도해야 하며, 부채가 없는 상태에서만 자산 권리를 양도 받을 수 있습니다. (미결 부채 없음 등)

Bill 계약 대신 [ARPs](/korean/products/arps/manual-arps/selling-shares-in-an-asset.md) 또는 [NFTs](/korean/products/auditors/tokenizing-real-estate.md)를 사용하는 이유는 지불 금액의 유연성을 가지기 위해서입니다.

예를 들어 돈을 빌렸고 일정한 기간마다 상환할 계약을 설정하고 각 상환 금액에 제한이 없는 경우, 자산을 토큰화하기 위해 Bill 계약을 사용하는 것이 더 나은 선택입니다.


---

# 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/bills/selling-shares-in-an-asset.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.
