XE v0.6: multisig wallets and a new testnet token model

M-of-N threshold signing, a one-time XE genesis, an XUSD-only faucet, and governance weight that follows XUSD. Here's everything in v0.6.0.

2 min read

  • XE Protocol

Machine-readable: /blog/xe-v0-6-multisig-wallets.md

v0.6.0 is out on testnet. The headline is multisig wallets, and it comes with a reset of how tokens enter the test network. The testnet was wiped and redeployed with the new model, and all five nodes (three bootstrap, two provider) are on the new version.

Multisig wallets#

Accounts can now require M-of-N signatures. Addresses are derived from a hash of the keyset, and two new block types manage them:

  • multisig_open registers the keyset for a new account.
  • multisig_update rotates it, for when a key is lost or a signer leaves.

Spending from a multisig account needs the threshold of signatures. Receiving needs only one of N, so funds can always arrive even when signers are offline.

Shell
POST /blocks/multisig_open      # open a multisig account
POST /blocks/multisig_update    # rotate a keyset
GET  /accounts/{address}/keyset # read the current keyset

The explorer shows an M of N badge on multisig accounts, the full keyset with copy buttons, and every signature on a block.

A new token model#

Genesis

The XE supply is minted once, by a pre-signed genesis block embedded in the node: 1,000,000 XE. XE can no longer be claimed from the faucet.

An XUSD-only faucet

The faucet now hands out XUSD only: 100 XUSD per claim, once per account every 24 hours, enforced by the ledger itself.

Shell
xe fund   # claims 100 XUSD

Governance follows XUSD

Delegated voting weight now comes from XUSD balances rather than XE. On testnet, that means anyone with a faucet-funded account can take part in governance.

The full list, including API and CLI changes, is in the changelog.

  • Written by

    XE Protocol

    Core engineering

    The engineers behind the XE node: the lattice, consensus, and compute leasing.

    GitHub ↗

←All posts

Read more like this

Newsletter

New posts, straight to your inbox.

Releases, protocol deep dives and the occasional opinion. Nothing else, and you can leave any time.