# Introduction

### Introduction

Denote Capital is building the protocol for **ETFs implemented using distributed ledger technology** (DLT) and backed by tokenized collateral such as treasuries, equities and bonds. These ETFs operate natively onchain: their underlying assets and management is fully onchain, transparent, and interoperable with other DLT applications.

The protocol is built around 2 key products: tokenized collateral and tokenized ETFs.

### Tokenized Collateral

A scalable regulatory compliant solution connecting custodian banks with privacy preserving distributed ledger technology. Tokenized collateral enables direct onchain access to treasuries, equities, and bonds with instant settlement. This solution serves as the core building block for Denote ETFs and other DLT financial innovations.

{% content-ref url="/pages/4FDrSrd6EqBGELlXLt2M" %}
[Tokenized Collateral](/overview/tokenized-collateral.md)
{% endcontent-ref %}

### Tokenized ETF

**ETF issuance, redemption, and settlement** workflows implemented in Digital Asset Modeling Language ([DAML](https://docs.digitalasset.com/overview/3.4/index.html)). Using Canton's interoperability and Denote protocol, institutional stakeholders use directly custodied securities (not SPV wrappers) for **institutional-scale asset management onchain**.

{% content-ref url="/pages/lzHib3V5yuQRnWpYdw0d" %}
[Tokenized ETF](/overview/tokenized-etf.md)
{% endcontent-ref %}

### Built on Canton Network

[The Canton Network](https://www.canton.network/) is a public, privacy-enabled blockchain network built for regulated finance. It connects many separated ledgers through a shared synchronization layer, enabling the creation of atomic, cross institution workflows while keeping sensitive data private.

The [DAML](https://docs.digitalasset.com/overview/3.4/index.html) smart contract language enforces fine-grained permissions on who can see and change each contract. This makes it possible to tokenize real-world assets (treasuries, equities, bonds) with the infrastructure and privacy controls that regulated markets require.

{% content-ref url="/pages/7Y7rJUpX921MjWVayneL" %}
[Technology](/overview/introduction/technology.md)
{% endcontent-ref %}

### Key Stakeholders

Central Securities Depositories (CSDs), custodians, banks, reference index providers, and buy-side firms **atomically coordinate** operations on Canton Network such as Delivery versus Payment (DvP). ETFs managed on Denote can later be bridged to public chains such as Ethereum for broader distribution and composability with DeFi.

{% content-ref url="/pages/qq9LqhDspQ8E6p7al4bg" %}
[Ecosystem Stakeholders](/overview/introduction/ecosystem-stakeholders.md)
{% endcontent-ref %}


---

# 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.denotecapital.com/overview/introduction.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.
