Lux Docs
Safe

Lux Safe

Multi-signature wallet for the Lux Network

Lux Safe (@luxfi/safe) is a multi-signature wallet application for the Lux Network blockchain ecosystem. It enables teams and organizations to manage funds with configurable m-of-n signing thresholds, ensuring no single key holder can unilaterally move assets.

Multi-Signature Model

A Safe requires a configurable number of owner approvals (threshold) before a transaction can be executed. For example, a 3-of-5 Safe requires 3 out of 5 owners to sign each transaction.

ParameterDescription
OwnersList of addresses that can propose and approve transactions
ThresholdMinimum number of approvals required to execute
NonceSequential counter preventing replay attacks

Supported Chains

Lux Safe works across all EVM-compatible chains in the Lux ecosystem:

ChainChain IDNetwork
C-Chain96369Mainnet
Zoo200200Mainnet
Hanzo36963Mainnet
SPC36911Mainnet
Pars494949Mainnet

Testnet and devnet chain IDs are also supported.

Technology

  • Framework: Next.js 15, React 18
  • Package: @luxfi/safe
  • UI: @luxfi/ui, Tailwind CSS
  • Auth: @hanzo/auth (Hanzo IAM integration)
  • Deployment: Static export via GitHub Pages

Development

pnpm install
pnpm dev     # start development server
pnpm build   # production build (static export)

On this page