Skip to main content

Pali Wallet documentation

One wallet surface for EVM, Syscoin UTXO, Bitcoin-style apps, and smart accounts.

Pali is a secure browser extension wallet for users, developers, and institutions building across account-based and UTXO-based chains.

Choose the right integration path

1

Detect providers

Prefer EIP-6963 for EVM dapps, then use window.ethereum. Syscoin UTXO and Bitcoin-like flows use window.pali.

2

Connect the account

Request accounts with eth_requestAccounts or sys_requestAccounts. Pali keeps one active account per dapp origin.

3

Request work

Send EVM transactions, sign typed data, sign UTXO PSBTs, or create Pali smart accounts with configurable validators.