> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/tieng-viet/products/arps/manual-arps/selling-shares-in-an-asset.md).

# Bán cổ phần trong một tài sản

Bạn có thể tokenize Tài Sản Thế Giới Thực (RWA) dưới dạng hợp đồng ARP để bán cổ phần trong chúng hoặc sử dụng chúng làm tài sản thế chấp để vay mượn.

Sau khi bạn đã có một kiểm toán viên tokenize RWA của bạn dưới dạng hợp đồng ARP, bạn có thể thêm một liên kết ứng dụng vào ARP để có các bên quan tâm nộp đơn với các điều khoản của họ dưới dạng phiên đấu giá.

Bạn có thể sử dụng phương pháp này để:

* vay tiền từ một hoặc nhiều bên
* bán cổ phần trong RWA của bạn
* bán toàn bộ RWA của bạn

Hãy đảm bảo bạn đã thêm vào mô tả hợp đồng của mình những gì người dùng nên nộp đơn và mục đích của bạn khi tokenize RWA.

Các token ARP hoạt động giống như [token NFT](/tieng-viet/products/auditors/tokenizing-real-estate.md). Bạn sẽ phải chuyển quyền sở hữu tài sản RWA của mình cho một bên tin cậy và chỉ có thể nhận lại quyền sở hữu nếu bạn có thể trình bày hợp đồng ARP tương tự mà không có nghĩa vụ (không có nợ đang chờ, v.v.)

Lý do bạn có thể chọn sử dụng hợp đồng ARP thay vì [Hóa Đơn](/tieng-viet/products/bills/selling-shares-in-an-asset.md) hoặc [NFTs](/tieng-viet/products/auditors/tokenizing-real-estate.md) là để thiết lập các hợp đồng quyết định hơn.

Nếu bạn vay tiền ví dụ và muốn thiết lập một hợp đồng nơi bạn sẽ có thể hoàn lại vào các thời kỳ đã xác định một số tiền nhất định, bạn nên sử dụng một hợp đồng ARP để tokenize RWA của bạn


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payswap.org/tieng-viet/products/arps/manual-arps/selling-shares-in-an-asset.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
