> For the complete documentation index, see [llms.txt](https://docs.bitsafe.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitsafe.finance/product-suite/decentralization-manager/user-guide.md).

# User Guide

This guide walks through the day-to-day operations available in the Decentralization Manager web UI. Open the UI in your browser at the configured host and port (for example <http://localhost:8081>), authenticate via the configured identity provider, and use the workflows below.

## Creating a decentralized party (onboarding)

Configure every participant node with the others' connection details, start all participant servers, then on the coordinator's UI click Create Party and enter a party ID prefix. The coordinator invites peers and orchestrates cryptographic key generation, topology proposal creation, multi-party signing, and submission to Canton.

## Deploying contracts

From a party card, click Deploy Contracts, upload DAR files via the file picker, and configure the contract definitions (operator party, templates, fields). The coordinator distributes and uploads the DARs to all participants, prepares the ledger submission, collects multi-party signatures, and executes on the Canton ledger.

## Removing a participant (kick)

From a party card, click Kick Participant and select the participant to remove. The coordinator exports the current namespace state, creates updated topology proposals with a reduced threshold and the removed P2P mapping, collects signatures from the remaining members, and submits the proposal to Canton.

## Governance actions

The UI surfaces governance confirmations grouped by action. Members confirm a proposed action, and once the confirmation threshold is met the action can be executed. Stale confirmations can be expired or cancelled. Workflow instances and their lifecycle state are visible in the UI, where you can also dismiss or retry failed workflows.

## Monitoring status

Live peer connectivity monitoring and workflow progress tracking are available throughout the UI, so you can see which peers are reachable and how each multi-party workflow is progressing in real time.
