> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digitalasset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Onboarding process, architecture, security, and support.

## Overview

The **Covalidation Service (CVS)** is a managed infrastructure solution for the Canton Network that eliminates single points of failure for wallets and applications. By multi-hosting parties and distributing validation responsibilities across a redundant, high-availability network, CVS helps ensure services remain secure, available, and resilient without requiring organizations to operate every aspect of the infrastructure themselves.

***

## Key Operational and Security Benefits

The Covalidation Service is designed around resilience, redundancy, and operational security.

<Columns cols={2}>
  <Column>
    <Card title="2-of-3 Confirmation" icon="star-circle">
      Transactions require confirmation from multiple validation nodes, protecting operations against individual node failures or compromises.
    </Card>

    <Card title="Availability and Redundancy" icon="siren-on">
      Validators are deployed across multiple cloud providers and infrastructure environments to reduce operational risk and improve availability.
    </Card>
  </Column>

  <Column>
    <Card title="Data Retention" icon="database">
      Historical ledger data is retained for **30 days**, enabling rapid recovery following infrastructure failures or disaster recovery events.
    </Card>

    <Card title="Key Management" icon="key">
      All validator cryptographic keys are managed using a Key Management Service (KMS), reducing operational risk and improving security.
    </Card>
  </Column>
</Columns>

***

## Getting Started

<Card title="Become a Node Operator" icon="help" href="https://www.digitalasset.com/contact-us">
  To join the Covalidation network, please contact Digital Asset.
</Card>

***

### Onboarding and Operational FAQ

There are typically three node operators involved in the **Covalidation Service** offering.

* **Primary Validator** - Follow the <a href="primary-onboarding">Onboarding a Primary Node</a> steps to get started. This entity will be onboarding parties, submitting transactions, and authoring and vetting the DARs made available through the DAR repository.
* **Covalidating Partner** and **Digital Asset** - Follow the <a href="covalidator-onboarding">Onboarding a Covalidating Node</a> steps to get started.

<Columns cols={2}>
  <Column>
    <Card title="Onboarding a Primary Node" icon="rocket" href="primary-onboarding">
      Setting up DAR Repository and Primary Validator Node
    </Card>
  </Column>

  <Column>
    <Card title="Onboarding a Covalidating Node" icon="space-awesome" href="covalidator-onboarding">
      Setting up Covalidating Node and GitHub App to access DAR Repository
    </Card>
  </Column>

  <Column>
    <Card title="Monitoring and Alerting" icon="siren" href="monitoring">
      Guidance including recommended metrics and alerting thresholds.
    </Card>
  </Column>

  <Column>
    <Card title="Troubleshooting FAQ" icon="database" href="troubleshooting">
      Frequently asked troubleshooting guidance for Covalidation Service operators.
    </Card>
  </Column>
</Columns>

## Support

<Card title="Contact Support" icon="help" href="https://digitalasset.atlassian.net/helpcenter/DASupport/">
  If you encounter an issue or have a technical question, submit a support request through the Digital Asset Support portal.
</Card>
