> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Hyperliquid Wallet Activity Now Streams Pre-Decoded Events

*Published April 16, 2026*

![Hyperliquid Wallet Activity Now Streams Pre-Decoded Events](https://www.datocms-assets.com/86369/1780000650-11_hyperliquid_wallet_activity_now_streams_pre-decoded_events.jpg)

Wallet Activity on Hypercore now emits **pre-decoded events** for the four account activities builders ask about most: liquidations, vaults, staking, and delegation.

Until now, reconstructing these activities meant pulling raw account state, diffing it across snapshots, and inferring intent. The new event stream removes all of that - every relevant state change arrives as a typed event with the fields you actually need.

## What's new

* **Liquidations** - per-position liquidation events with size, mark price, and PnL impact, in real time.
* **Vaults** - deposits, withdrawals, and PnL allocations for Hyperliquid vaults, attributed to the watched wallet.
* **Staking** - HYPE stake, unstake, and reward events.
* **Delegation** - validator delegations, undelegations, and redelegations as discrete events.

Subscribe to a wallet once and the same WebSocket connection delivers all four event families alongside trades, fills, and position changes - no polling, no diffing, no public-API rate limits.

[Learn more](https://goldrush.dev/docs/api-reference/streaming-api/subscriptions/wallet-activity-stream)
