Example Prompts
A collection of starter prompts organized by category to help you get familiar with Virtual Cofounder.
Wallet Management
Connect and manage your blockchain wallet without dealing with complex configurations.
What You Can Do
- Connect your Keplr wallet or use the built-in test wallet
- Check your wallet balance across different tokens
- View your wallet address and connected chain
- Switch between different blockchain networks
- Create a new wallet or connect with a mnemonic phrase
Wallet Options
| Option | Best For |
|---|---|
| Keplr | Production use, real assets |
| Test Wallet | Learning and experimenting |
| Mnemonic | Automated testing |
| Create New | Starting fresh on testnet |
Example Prompts
Connect my wallet
Use the test wallet
What's my wallet balance?
Switch to the Andromeda mainnet
Asset Discovery
Explore and find blockchain assets, including your own holdings and publicly deployed contracts.
What You Can Do
- List tokens and NFTs in your wallet
- Search for deployed smart contracts
- Get detailed information about specific assets
- View transaction history for contracts
Example Prompts
What assets do I own?
Show me NFT collections on this chain
Get info about this contract: andr1abc...
Smart Contract Operations
Deploy and interact with smart contracts using natural language instead of code.
What You Can Do
- Deploy new contracts (called "ADOs" on Andromeda)
- Execute actions on existing contracts
- Query contract data and state
- Understand what operations are available for any contract
Example Prompts
Deploy a new CW721 NFT contract called "My Collection"
What can I do with this contract?
Query the owner of token #42 in that NFT contract
Available Contract Types
Virtual Cofounder can help you deploy various types of smart contracts:
| Type | Description |
|---|---|
| CW721 | NFT collections with customizable metadata |
| CW20 | Fungible tokens (like ERC-20 on Ethereum) |
| Marketplace | Buy and sell NFTs |
| Auction | Run timed auctions for assets |
| Crowdfund | Raise funds with token distribution |
| Splitter | Automatically split payments between addresses |
Transaction Execution
Perform blockchain transactions with built-in safety checks and confirmations.
What You Can Do
- Send tokens to other addresses
- Execute contract functions
- Simulate transactions before executing (to estimate costs)
- Get clear confirmations before any transaction
Safety Features
- Confirmation prompts — Virtual Cofounder always asks before executing transactions
- Simulation mode — Preview what will happen without spending tokens
- Clear explanations — Understand exactly what each transaction does
- Error handling — Get helpful guidance if something goes wrong
Example Prompts
Send 10 tokens to andr1xyz...
Simulate minting an NFT before actually doing it
Transfer ownership of my contract to this address
Chain Operations
Work across multiple blockchain networks from a single interface.
What You Can Do
- Switch between testnet and mainnet environments
- View current chain configuration
- Check chain status and block information
- Work with multiple Cosmos-based chains
Environments
| Environment | Purpose |
|---|---|
| Testnet | Safe experimentation with test tokens |
| Mainnet | Real transactions with real value |
| Devnet | Testing bleeding-edge features |
Example Prompts
Switch to testnet
What chain am I on?
Show me the current block height
Personas
Virtual Cofounder can adapt its communication style through personas—different configurations that affect how detailed, technical, or cautious the assistant is.
What You Can Do
- List available personas to see your options
- Switch to a different persona mid-conversation
- Get responses tailored to your experience level
Example Prompts
What personas are available?
Switch to a more technical persona
Use the default persona
Learning & Exploration
Get explanations and guidance as you explore blockchain concepts.
What You Can Do
- Ask about blockchain terminology and concepts
- Understand how specific contracts work
- Get recommendations for your use case
- Learn about available schemas and parameters
Example Prompts
What is an ADO?
Explain how the auction contract works
What parameters do I need to deploy a marketplace?
Conversational Interface
Interact naturally without memorizing commands or syntax.
Features
- Command history — Navigate previous commands with arrow keys
- Markdown support — Responses include formatted text, code blocks, and tables
- Interrupt control — Press Esc to stop a long-running operation
- Context awareness — Virtual Cofounder remembers your conversation context
Keyboard Shortcuts
| Key | Action |
|---|---|
| Enter | Send message |
| ↑ / ↓ | Navigate command history |
| Esc | Cancel current operation |