Vector AI
  • Getting Started
    • Welcome to VECTOR AI
    • Overview
      • Quick Start Guide
      • Example Queries
      • Complete Features & Capabilities
      • Architecture
        • vGPT Conversational Execution
        • vGPT + Custom APIs
        • API Reference
  • Token & Economics
    • Token Information
    • Staking
    • Rewards
  • Vector Bot (Telegram)
    • Bot Overview
    • Setup & Configuration
    • Commands Reference
  • Premium APIs
    • Rate Limits
    • Premium APIs
    • Pricing
  • Company & Vision
    • Roadmap
    • Launch Plan
  • Help & Support
    • Frequently Asked Questions
Powered by GitBook
On this page
  1. Getting Started
  2. Overview
  3. Architecture

vGPT Conversational Execution

PreviousArchitectureNextvGPT + Custom APIs

Last updated 13 days ago

  1. Native Token Transfers

    • Send ETH, MATIC, BNB, etc. directly to another address.

  2. 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.

  3. ERC721 NFT Operations

    • Transfer: Send an NFT to another wallet.

    • Mint: Mint a new NFT with custom details to any wallet.

  4. ERC1155 Multi-Token Operations

    • Mint: Create batches or single tokens with custom metadata.

    • Transfer: Send specific ERC1155 tokens between wallets.

  5. Bridging & Swapping

    • Swap: Exchange any supported token for another.

    • Bridge: Move tokens cross-chain using universal routes.

    • Onramp: Buy supported tokens with fiat.

  6. Approvals & Permissions

    • Set Allowances: Approve, increase, or revoke spend rights for tokens/NFTs.

  7. Wrapping/Unwrapping

    • Convert between native and wrapped tokens (e.g., ETH <-> WETH).

  8. Deployment

    • Deploy new ERC20, ERC721, or ERC1155 contracts.

  9. Custom Contract Interactions

    • Prepare custom function calls based on request.