A non-custodial multichain mobile wallet with encrypted local vaults, wallet creation and import, VEX Native account creation, backups, assets, activity, resources, bridge flows, and explicit dApp approvals.
The current official build is v1.0.0-github.6 for ARM64 Android, built from Wisp source commit ec5f0a4. Verify the published SHA-256 file before installation. Google Play distribution is not live yet, and a future Play build may use a different signing certificate.
Current mobile app
A clear path from portfolio to approval.
Six polished screens captured from the current Android application. Images retain the original 9:16 phone ratio and load as optimized WebP assets.
Portfolio
Multichain assets
Send review
Permissions
DApp approval
Security
Blockchain explorer
Wind Explorer makes Vexanium activity easier to verify.
Wind Explorer combines VEX Native chain state and indexed history with a dedicated VEX EVM explorer. Search and verify native or EVM activity without confusing the two execution environments.
Blocks, transactions, action traces, accounts, public keys, contracts, tables, and ABI executor
Tokens and holders, producers, governance votes, multisig proposals, resources, REX, markets, and analytics
WindStack is consumed by Web3 dApps. Its typed clients create provider requests and sessions; Wisp remains responsible for validating the request, showing approval, and signing with user-controlled keys.
@windstack/core, /vexanium, /evm, /solana, /session, and /wallet-plugin-wisp at v0.6.2
window.vexanium capability negotiation and WharfKit SessionKit exact-byte signing
Portable vsr: requests with validated esr: compatibility
EIP-1193 requests and EIP-6963 wallet discovery for EVM dApps
# published packages
npm i @windstack/[email protected] @windstack/[email protected]import { SessionKit } from "@wharfkit/session";
import { WispWalletPlugin }from "@windstack/wallet-plugin-wisp";
const sessionKit = new SessionKit({
appName: "My dApp",
walletPlugins: [new WispWalletPlugin()],
});
Product principles
A consistent experience across the Wind ecosystem.
Every product shares the same expectations for security language, information hierarchy, and operational transparency.
User controlled
Self-custody by design
Wisp keeps wallet credentials under the user's control and does not operate as a custodial exchange or account provider.
Verifiable
Public blockchain truth
Balances and transactions are resolved from supported blockchain networks, not from a private internal ledger.
Transparent
Open technical surfaces
Public endpoints, clear product boundaries, status visibility, and responsible security reporting support trust.
At a glance
Three products, one connected stack.
The product family covers wallet access, chain visibility, and developer integration without blurring their responsibilities.
Non-custodial
Wisp Wallet
A non-custodial multichain wallet centered on VEX Native and VEX EVM, with encrypted local vaults, account creation, resources, bridge flows, backups, and dApp approvals.
Native + EVM
Wind Explorer
Vexanium blocks, transactions, actions, accounts, keys, contracts, tokens, resources, producers, governance, and indexed VEX EVM activity in one focused interface.
v0.6.2
WindStack SDK
Published TypeScript packages for Vexanium, EVM, Solana, multichain sessions, provider contracts, and WharfKit SessionKit integration.