# User Workflow

The user workflow is as follows:

* Users encrypt their sensitive digital assets and store them on IPFS.
* The encryption key is split and stored on a cluster of separate secure hardware (TEE) distributed around the world. There may be enterprise owners who provide their own TEE clusters.
* Only the true owner from the blockchain can retrieve the split keys and reconstruct the original key to decrypt the content of the secret NFT.
* The owner can also schedule a transfer, rent, or delegate the ownership of the NFT to another user.

<figure><img src="https://4243142665-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmktDjNnp8rvsgQsujVRm%2Fuploads%2F7snStpH19kyiZpgz6Xx5%2Fuserflow.png?alt=media&#x26;token=0b2e0dad-7e61-480f-9961-9d1ebc07cde2" alt=""><figcaption></figcaption></figure>


---

# 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.ternoa.network/learn/ternoa-fortress/decentralized-kms/user-workflow.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.
