# Asset On-Chain Process (Registration and Ownership Verification)

### 1.User Submits Asset Information:

* *The user provides asset documents such as property certificates, equity certificates, and valuation reports.*
* *The information is uploaded to a certification cooperation node, such as evaluation companies or property rights centers.*

### 2.DID (Decentralized Identity) Authentication:

* *The user’s address is bound to a unique DID identity, and a KYC (Know Your Customer) process is completed.*

### 3.Multi-Party Signature Authentication:

* *At least three authentication nodes (ownership verifiers, evaluators, and regulatory nodes) must sign off on the asset’s authenticity.*

### 4.On-Chain Asset Certificate Generation:

* *The smart contract generates an RWA Token (can be ERC20 or ERC721).*
* *The token contains metadata such as asset ID, location, valuation, and status.*

### 5.Asset Status On-Chain:

* *The asset’s status (whether it is tradable, frozen, or pledged) is updated and recorded on the blockchain.*


---

# 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://slor-protocol.gitbook.io/slor-protocol-docs/interaction-flow-and-mechanism-details/rwa/asset-on-chain-process-registration-and-ownership-verification.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.
