vGPT Conversational Execution
Last updated
Last updated
Native Token Transfers
Send ETH, MATIC, BNB, etc. directly to another address.
ERC20 Token Operations
Transfer: Send fungible tokens (USDC, DAI, etc.) between wallets.
Approval: Approve a spender to use your tokens.
Mint: Create new fungible tokens to a given address.
Burn: Permanently destroy your ERC20 tokens.
Supply/Lending: Supply tokens to lending or DeFi protocols.
ERC721 NFT Operations
Transfer: Send an NFT to another wallet.
Mint: Mint a new NFT with custom details to any wallet.
ERC1155 Multi-Token Operations
Mint: Create batches or single tokens with custom metadata.
Transfer: Send specific ERC1155 tokens between wallets.
Bridging & Swapping
Swap: Exchange any supported token for another.
Bridge: Move tokens cross-chain using universal routes.
Onramp: Buy supported tokens with fiat.
Approvals & Permissions
Set Allowances: Approve, increase, or revoke spend rights for tokens/NFTs.
Wrapping/Unwrapping
Convert between native and wrapped tokens (e.g., ETH <-> WETH).
Deployment
Deploy new ERC20, ERC721, or ERC1155 contracts.
Custom Contract Interactions
Prepare custom function calls based on request.