# UTXO Chain

Findora's UTXO Chain, in connection with the Noah cryptography library, offers developers the ability to confidentially transfer tokens on the UTXO Chain.

However, please note, there is no smart contract platform or virtual machine to execute business logic that directly calls the APIs in the [UTXO Native Chain SDK](https://docs.findora.org/developers/developer-sdks/utxo-native-chain-sdk). Thus, to deploy a decentralized application, developers would need to deploy business logic on Findora's EVM Smart Chain which is 100% EVM compatible. Transactions initiated on EVM Smart Chain can be routed through the UTXO Native Chain to help anonymize the transactions -- See the [Privacy Routing SDK](https://docs.findora.org/developers/developer-sdks/privacy-routing-sdk) for details on this process.


---

# 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.findora.org/key-concepts/utxo-native-chain.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.
