vara-wallet

Deploy Sails programs and manage wallets on Vara Network.

17|23|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/gear-foundation/vara-skills --skill vara-wallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vara-wallet
Source: https://github.com/gear-foundation/vara-skills/tree/main/skills/vara-wallet
Command: npx skills add https://github.com/gear-foundation/vara-skills --skill vara-wallet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for AI agents to manually configure native Vara Network tooling to perform on-chain actions like deploying Sails programs, calling on-chain methods, managing wallets, transferring tokens, and monitoring events, reducing setup friction and implementation errors for dApp development and testing workflows.

Core Features & Use Cases

  • On-chain program management: Deploy Sails programs, upload code blobs, query program state, metadata, and raw storage for deployed contracts.
  • Wallet and token operations: Create encrypted non-custodial wallets, transfer VARA and fungible tokens, manage token allowances, interact with DEX pools for swapping and liquidity provision.
  • Event and message monitoring: Stream program events, track mailbox messages, wait for transaction replies, and query historical event data for debugging and auditing.
  • Use Case: An agent building a Sails-based token dApp can use this Skill to deploy the compiled program to testnet, initialize it with token name and decimal parameters, transfer test tokens to user wallets, and monitor Transfer events to confirm successful transactions.

Quick Start

Use the vara-wallet skill to deploy your compiled Sails program to the Vara Network testnet, call its initialization method with your desired token parameters, and transfer test VARA tokens to a recipient wallet.

Frequently Asked Questions about vara-wallet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Sails program to the Vara Network testnet using an AI agent?

You can deploy Sails programs to the Vara Network testnet by using this Skill to upload compiled code blobs and call initialization methods with desired parameters without manual native tooling configuration.

Can I perform DEX operations like swapping and liquidity provision on Vara Network?

Yes, this Skill enables AI agents to interact with Vara Network DEX pools for token swapping and liquidity provision alongside standard wallet and token management operations.

Does this support wallet management and token transfers on mainnet, testnet, and local dev nodes?

Yes, this Skill supports encrypted wallet management and token transfers across Vara Network mainnet, testnet, and local dev node endpoints for both VARA and fungible tokens.

What is the best way to monitor Sails program events and transaction replies on Vara Network?

The best way to monitor Sails program events is using this Skill, which enables AI agents to stream program events, track mailbox messages, wait for transaction replies, and query historical data.

Do I need to manually configure native Vara Network tooling to call on-chain methods?

No, you do not need to manually configure native Vara Network tooling. This Skill applies IDL-aware Sails method encoding and transport retry logic to invoke on-chain methods directly.