# Glossary

**Attestor** - Independent nodes that monitor Bitcoin, verify deposits and burns, and participate in the governance process to approve transactions.

**CBTC** - A 1:1 wrapped Bitcoin token built for secure trading and bridging on Canton.

**Burn** - The process of destroying CBTC tokens on Canton to initiate Bitcoin withdrawal.

**Coordinator** - The service that executes periodic checks, monitors deposits, and coordinates with Attestors.

**DepositAccount (DA)** - A Canton contract template that represents a deposit account, with each DA having a unique ID that deterministically maps to a Bitcoin deposit address.

**Mint** - The process of creating new CBTC tokens on Canton after confirmed Bitcoin deposits.

**Periodic Check (PC)** - A recurring process executed by the Coordinator every 60 to 120 seconds to trigger actions based on Bitcoin and Canton data.

**WithdrawAccount (WA)** - A Canton contract template representing a withdrawal account that stores a user-defined destination Bitcoin address.

**WithdrawRequest (WDR)** - A Canton contract template instantiated during withdrawal processing, containing the withdrawal amount, Bitcoin transaction ID, and destination address.


---

# 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.bitsafe.finance/product-suite/cbtc/glossary.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.
