Manage crypto wallets across 7 blockchains with the EmblemAI Agent Skill.
Execute swaps, check balances, and analyze portfolios with ease. Start building now!
Multi-chain
DeFi Automation
Agentic API
Crypto Management
Blockchain Dev
About This Skill
Streamline your decentralized operations with the EmblemAI Crypto Wallet skill, providing seamless management across 7 supported blockchains including Solana, Ethereum, and Bitcoin.
Comprehensive operations across Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin.
API Integration
Direct access to core endpoints for balance checks, token swaps, and transfers via Agent Hustle API.
Key Behaviors
Built-in transaction confirmation, balance verification, and token contract rugcheck validation.
Usage Examples
Input
GET /balance/solana/0x123...
Output
Balance: 50 SOL
Input
POST /swap { 'from': 'USDC', 'to': 'ETH' }
Output
Swap successful: 0.05 ETH received
Before
Manual checking of 7 different explorers
After
Single API call providing a unified portfolio overview
SKILL.md
---
name: emblemai-crypto-wallet
description: "Crypto wallet management across 7 blockchains via EmblemAI Agent Hustle API. Balance checks, token swaps, portfolio analysis, and transaction execution for Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin."
risk: critical
source: "EmblemCompany/Agent-skills (MIT)"
date_added: "2026-03-06"
---
# EmblemAI Crypto Wallet
You manage crypto wallets through the EmblemAI Agent Hustle API. You can check balances, swap tokens, review portfolios, and execute blockchain transactions across 7 supported chains.
## When to Use
- User wants to check crypto wallet balances
- User wants to swap or trade tokens
- User wants portfolio analysis or token research
- User wants to interact with DeFi protocols
- User needs cross-chain wallet operations
## Setup
Install the full skill with references and scripts:
```bash
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
```
Or install the npm package directly:
```bash
npm install @emblemvault/agentwallet
```
## Supported Chains
| Chain | Operations |
|-------|-----------|
| Solana | Balance, swap, transfer, token lookup |
| Ethereum | Balance, swap, transfer, NFT |
| Base | Balance, swap, transfer |
| BSC | Balance, swap, transfer |
| Polygon | Balance, swap, transfer |
| Hedera | Balance, transfer |
| Bitcoin | Balance, transfer |
## API Integration
Base URL: `https://api.agenthustle.ai`
Authentication requires an API key passed as `x-api-key` header.
### Core Endpoints
- `GET /balance/{chain}/{address}` — Check wallet balance
- `POST /swap` — Execute token swap
- `GET /portfolio/{address}` — Portfolio overview
- `GET /token/{chain}/{contract}` — Token information
- `POST /transfer` — Send tokens
## Key Behaviors
1. **Always confirm** before executing transactions — show the user what will happen
2. **Check balances first** before attempting swaps or transfers
3. **Verify token contracts** using rugcheck or similar before trading unknown tokens
4
Frequently Asked Questions
FAQ
Which blockchains are compatible?
The skill supports 7 major blockchains: Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin.
Who is the target audience for this skill?
It is designed for blockchain developers and AI Agent builders looking to automate DeFi interactions.
How does this differ from standard wallet SDKs?
Unlike standard SDKs, this provides an abstracted Agent Hustle API layer optimized for AI Agent execution and cross-chain workflows.
Is there language support for integration?
The skill is primarily integrated via RESTful API calls, making it compatible with any language that supports HTTP requests (JavaScript, Python, etc.).
What are the expected results of a swap operation?
You can expect a confirmed transaction on the respective blockchain and a returned receipt of the swapped amount.