Products

Products designed around real blockchain workflows.

A non-custodial multichain wallet, detailed Vexanium explorer, and published developer SDKs with explicit product responsibilities.

Mobile wallet

Wisp keeps approval and signing in the wallet.

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.

  • VEX Native, VEX EVM, Ethereum, BNB Smart Chain, Chiliz, Base, Polygon, Arbitrum One, Optimism, TRON, Bitcoin, and Solana
  • Mobile DApp Browser for VEX Native and EVM; extension is VEX Native-only
  • RAM, CPU, NET, REX, producer, VSR/ESR, QR, bridge, send, receive, and activity flows
  • PIN and biometric authorization with wallet secrets kept in protected local storage
Download v1.0.0 GitHub prerelease 6
Current Wisp Wallet portfolio screen with hidden balances and wallet quick actions
Android prerelease

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.

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
  • VEX EVM blocks, transactions, addresses, logs, tokens, NFTs, verified contracts, internal calls, and native bridge links
  • Live data from https://api.windcrypto.com with VEX EVM JSON-RPC at /rpc and indexed REST under /v3/evm
Open Wind Explorer
api.windcrypto.comPublic gateway
Hyperion indexerActions and transactions
Vexanium RPCChain state and blocks
Monitored infrastructure

Developer SDK

WindStack standardizes dApp-to-wallet requests.

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
Open developer overview
VEX Native · WindStack 0.6.2
# 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.