Non-custodial wallet

A non-custodial wallet is a wallet whose private keys are controlled solely by the user, meaning no external party can spend the funds it holds.

In a non-custodial model the user signs their own transactions and the provider never touches the signing key. This removes custody risk and its regulatory weight, but places key management on the user or their software. Our tx primitives are deliberately non-custodial: we build and simulate transactions and broadcast signed ones, but the wallet signs locally and we never see or hold the private key. This lets a product offer send, swap and payout flows without becoming a custodian.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥