Modal Actions
Open Modal
Close Modal
Chain Actions
Set active chain
Note: The chain must be added to the list of supported chains in the AppKit configuration.Get active chain
Account Actions
Get active account
Direct Wallet Connection
Connect directly to a specific wallet, bypassing the modal UI on native platforms.Direct Social Login Connection
Connect directly to a social login provider (e.g. Google, Apple, X) without requiring the user to pick a provider in the modal UI.Disconnect
EVM Actions
Get Balance
Get the native token balance for an address.Sign Message
Sign a message with the active account’s private key.Sign Typed Data
Sign typed data following EIP-712 standard.Verify Message Signature
Verify if a message was signed by a specific address.Verify Typed Data Signature
Verify if typed data was signed by a specific address.Read Contract
Read data from a smart contract (no gas required).Note: Both JSON and human-readable ABI formats are supported. Human-readable ABI is more concise but JSON ABI may offer better performance.
Write Contract
Write data to a smart contract (requires gas).Note: Both JSON and human-readable ABI formats are supported.