# 出售资产股份

您可以将现实世界资产（RWA）以账单合约的形式进行代币化，以便出售其中的股份或将其用作借贷的抵押品。

一旦您的审计员将您的RWA代币化为账单合约，您可以在账单上添加一个应用链接，让感兴趣的各方以拍卖的形式提出申请并提供他们的条款。

您可以使用这种方法来：

* 从一个或多个方借钱
* 出售您RWA的股份
* 出售您的RWA全部

确保在您的合约描述中说明用户应该申请什么，以及您代币化RWA的目的是什么。

账单代币化的工作方式与[NFT代币化](/zhong-guo-ren/products/auditors/tokenizing-real-estate.md)完全相同。您必须将您的RWA产权转让给可信方，并且只有在您可以呈现相同的账单合约且没有责任（没有未清债务等）的情况下，才能将它们转让给您。

您可能选择使用账单合约而不是[ARPs](/zhong-guo-ren/products/arps/manual-arps/selling-shares-in-an-asset.md)或[NFTs](/zhong-guo-ren/products/auditors/tokenizing-real-estate.md)的原因是具有更大的付款灵活性。

例如，如果您借了钱，并且想要设置一个合同，在预定的时间段内进行偿还，但对每次偿还的金额没有约束，那么最好使用账单合约来代币化您的RWA。


---

# 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/zhong-guo-ren/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.
