blockchain-guide

Document blockchain architecture and threshold-signature workflows for Vultisig multi-chain vaults.

40|22|Updated Jan 28, 2024
One-click install
npx skills add https://github.com/vultisig/vultisig-ios --skill blockchain-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blockchain-guide
Source: https://github.com/vultisig/vultisig-ios/tree/main/.claude/skills/blockchain-guide
Command: npx skills add https://github.com/vultisig/vultisig-ios --skill blockchain-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vultisig's blockchain architecture guide provides a comprehensive reference for configuring multi-chain threshold signature workflows, keygen/keysign flows, and vault key management across supported networks.

Core Features & Use Cases

  • Documentation of chain services and the BlockChainService coordination layer
  • Guides for ECDSA, EdDSA, and ML-DSA workflows across Bitcoin, Ethereum, Solana, Cosmos, THORChain, and more
  • Vault key management concepts, per-chain derivation paths, and endpoint patterns

Quick Start

Follow this guide to implement multi-chain TSS workflows and vault key management in your app.

Frequently Asked Questions about blockchain-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do threshold signatures work for multi-chain vaults?

Threshold signatures (TSS) for multi-chain vaults distribute key generation and signing across participants without exposing a full private key. This guide details ECDSA, EdDSA, and ML-DSA workflows across Bitcoin, Ethereum, Solana, and Cosmos networks.

What is the keygen and keysign flow in blockchain architecture?

The keygen and keysign flow in blockchain architecture defines how distributed parties jointly generate cryptographic keys and authorize transactions. This documentation outlines endpoint organization and vault key management concepts for these TSS workflows.

Does this threshold signature guide cover UTXO and Cosmos ecosystems?

Yes, this threshold signature guide covers UTXO and Cosmos ecosystems, along with Solana. It details chain-type mappings and the BlockChainService coordination layer for managing vault keys across these supported networks.

How do I configure per-chain derivation paths for MPC vaults?

To configure per-chain derivation paths for MPC vaults, you map each blockchain network to its specific derivation path standard. This guide provides architecture documentation for managing these paths and endpoint patterns across supported chains.

When should I use ML-DSA workflows instead of ECDSA for vault key management?

You should use ML-DSA workflows instead of ECDSA when your vault key management requires post-quantum cryptographic signatures. This guide documents both approaches alongside EdDSA to help security engineers audit multi-chain vault implementations.