# Right holder

* **Use case:** Acquire land right
* **Actor/user:** Land User
* **Preconditions:** Land parcel record with available land rights has been created by Land Administrator. Land User has authenticated their identity.
* **Regular steps/standard path:** The Land User reviews a list or map of available land rights. The Land User makes an offer to purchase a land right from the Land Administrator or another Land User. The Land Administrator confirms receipt of funds and transfers the land right NFT to the new owner.
* **Alternative paths:** The Land Administrator rejects a land right purchase request. The Land Administrator revokes an existing land right NFT when terms are not met.
* **Postconditions:** It is easy to verify whether a given Land User holds a particular land right NFT for a parcel of land.


---

# 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.landano.io/d/product-features/right-holder.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.
