🔐 Decentralized Signing Infrastructure

Threshold signatures for
any blockchain

PROXY Network is the decentralized signing infrastructure powering secure key management. Build applications with MPC threshold signatures on a permissionless network of agents.

Agent Pool Size
13/24
Threshold Security
26+
Supported Chains
<500ms
Signing Latency
24h
Key Rotation

The signing infrastructure layer

PROXY Network provides the cryptographic primitives for secure key management without single points of failure. Build on decentralized MPC.

🔑

Threshold Signatures

67% consensus required for any signing operation. No single agent can sign transactions or reconstruct private keys.

🌐

Distributed Key Generation

Keys are generated across the network using MPC. The complete private key never exists at any point in time.

🔄

Proactive Security

Key shares are refreshed every 24 hours. Compromised shares become useless without exposing the underlying key.

⛓️

Chain Agnostic

Support for ECDSA (secp256k1, secp256r1) and EdDSA (ed25519). Works with Ethereum, Bitcoin, Solana, Cosmos, and more.

💎

Economic Security

Agents stake tokens to participate. Slashing conditions enforce honest behavior. Cryptoeconomic guarantees.

🔒

Privacy Preserving

Built-in CoinJoin support for transaction privacy. Agents sign without learning transaction details.

What you can build

From custody solutions to cross-chain bridges, PROXY Network provides the signing infrastructure for any blockchain application.

🏦

Institutional Custody

Secure asset storage with threshold control

🌉

Cross-Chain Bridges

Decentralized signing for bridge validators

💱

DeFi Protocols

Multi-sig treasury and protocol operations

🤖

AI Agents

Secure key management for autonomous agents

👛

Smart Wallets

Social recovery and account abstraction

📜

DAO Operations

Threshold signing for governance actions

🎮

Gaming

Secure in-game asset management

🔗

Oracles

Decentralized signing for oracle networks

Signing without single points of failure

1

Key Generation

Agents run DKG protocol to generate distributed key shares

2

Sign Request

Application submits transaction to be signed

3

Threshold Signing

13 of 24 agents produce partial signatures via MPC

4

Aggregation

Partial signatures combine into valid transaction signature

Start building on PROXY Network

Everything you need to integrate threshold signatures into your application.

📖

Documentation

Comprehensive guides for integrating PROXY Network

Read docs →
💻

GitHub

SDKs, smart contracts, and reference implementations

View repos →
📄

Whitepaper

Technical specification and cryptographic foundations

Read paper →
💬

Discord

Join the community and get developer support

Join server →

Simple integration

Request threshold signatures with a few lines of code. The network handles key management, consensus, and aggregation.

View SDK Docs →
// Initialize PROXY Network client
import { ProxyNetwork } from '@proxy/sdk';

const proxy = new ProxyNetwork({
  threshold: 13,
  agents: 24
});

// Generate distributed key
const { publicKey } = await proxy.generateKey();

// Request threshold signature
const signature = await proxy.sign({
  message: txHash,
  publicKey
});

// Standard ECDSA signature
console.log(signature); // { r, s, v }

Supported chains

PROXY Network works with any blockchain that uses standard signature schemes.

Ready to build?

Join the network of developers building on decentralized signing infrastructure.

Start Building → Join Discord