Core Futures
Last updated
Last updated
Royen Core supports m-of-n multisig vaults, allowing you to split signing authority across multiple devices and team members. Using the addmultisigaddress
and PSBT workflow ensures every spend requires the correct quorum of keys.
Private keys are stored and used exclusively inside PKCS#11-compliant HSMs, preventing extraction even if your server is compromised.
You can finalize PSBTs seamlessly via the finalizepsbt
RPC call, automating HSM-backed signing and transaction extraction for broadcast.
Operating a full node often means hundreds of gigabytes of data. Royen Core leverages pruning mode (prune=<N>
) to reduce disk usage to as little as ~10 GB, while still performing full block validation.
Incremental SSD caching and snapshot features allow near-instant restarts and initial block download resumptions, minimizing downtime and maximizing Uptime.
Our live dashboards, built with Recharts, deliver real-time P&L charts, on-chain metrics, and historical performance views—all embedded directly in the app. Risk profiling uses industry-standard techniques like Value at Risk (VaR) and Conditional VaR, giving you probabilistic loss estimates over your preferred horizon. Granular on-chain UTXO management strategies and coin-control tools help optimize fee efficiency and privacy across multiple addresses.
Royen Core connects to major venues via the Binance Spot API, enabling programmatic limit and stop orders from your desktop. Our smart-routing engine implements slippage minimization strategies, splitting large orders across venues and timing executions to reduce market impact. For OTC-style needs, we include a private desk module that plugs into institutional liquidity pools, giving you direct access to whale-grade execution services.
Built-in Chainalysis KYT integration continuously screens transactions for risk, assigning real-time alerts when thresholds are breached. One-click SOC 2®-style audit reports cover security, availability, processing integrity, confidentiality, and privacy controls—streamlining regulator and auditor reviews. Customizable FATF travel-rule compliance templates capture originator and beneficiary data for each transfer, automating data-sharing requirements.
Royen Core features an Electrum-style plugin system, letting you drop in JavaScript or TypeScript modules to extend functionality—no core edits required. An embedded Node.js runtime powers scripting of RPC calls, metrics exports, or bespoke automation tasks, all within the same desktop process. For advanced developers, direct access to libbitcoinconsensus and testnet/regtest workflows accelerates custom tool development and on-chain experimentation.