💡
Virtuals Protocol Whitepaper
Enter AppBuy Token
  • ABOUT VIRTUALS
    • About Virtuals Protocol
    • Agent Commerce Protocol
      • Technical Deep Dive
      • Full Research Paper
      • Current Status
    • Tokenization Platform
      • Modes
      • Genesis Launch
        • Genesis Points
        • Genesis Allocation Mechanics
        • Genesis Refund Policy
        • Genesis Points FAQ
    • Agentic Framework (GAME)
      • GAME Documentation
  • INFO HUB
    • Builders Hub
    • Virgens Hub
      • How to Link Your X Account for Virgen Points
    • $VIRTUAL
      • Token Distribution
      • Staking
    • Protocol Metrics
    • Core Contributors
      • Select Research Work
    • Important Links & Resources
      • Security Audits
        • Security Policy - Responsible Disclosure
      • Contract Address
      • Further Reading
    • Editorial Style Guide / Brand Kit
Powered by GitBook
On this page
  1. Token Holders

Commonly Asked Questions

Last updated 1 month ago

This documentation is intended for agent creators to get access to answers to frequently asked questions from the community. It is updated regularly by the Virtuals team..

FAQs for Ecosystem Token Holders

Why do I get taxed?

There is a 1% trading fee being charged. 1% trading fee will be flowed to agent wallets to sustain the cost incurred for agent to performed. Fee collected from the prototypes agents will be flowed as platform revenue.

For more info on trading fee distribution:

What is prototypes and sentient agent?

Prototypes agents are the agents that have not graduated from bonding curve. Sentient Agents are the ones hit market cap and graduated

Where can I know more about Virtuals?

Head over to for more details.

How do I unstake my xVirtuals from legacy mechanism?

To unstake your xVirtuals from the legacy staking mechanism, follow these steps using BaseScan:

Step 1: Find Your Staked xVirtuals

  1. Go to .

  2. Enter your wallet address in the search bar.

  3. Under the "Tokens" tab, find the token name "xVirtuals".

  4. Click on the xVirtuals token, and you will land on the token contract page.

Step 2: Check Your Staked Deposits

  1. Navigate to the "Contract" tab.

  2. Click on "Read Contract".

  3. Look for the function getDepositsOf(address).

  4. Enter your wallet address and click "Query".

  5. You will see an array of deposits displayed like this:

    [ getDepositsOf(address) method Response ]
    [
      [7186826061000000000000, 114989216976000000000000, 1712546271, 1838690271],
      [150000000000000000000000, 287594178082191780750000, 1715000000, 1840000000]
    ]
  1. The deposit ID is based on the array index (starting from 0).

    • Example:

      • First deposit → _depositId = 0

      • Second deposit → _depositId = 1

  2. Decide which deposit you want to withdraw and note down the depositId.

Step 3: Unstake Your xVirtuals

  1. Stay on the "Contract" tab and switch to "Write Contract".

  2. Click "Connect to Web3" and connect your MetaMask (or other compatible wallet).

  3. Find the function withdraw(uint256, address).

  4. Input the following:

    • First field (_depositId) → Enter the depositId from Step 2.

    • Second field (_receiver) → Enter your wallet address (or the recipient’s address).

  5. Click "Write" and confirm the transaction in your wallet.

Step 4: What Happens After Withdrawal?

  • Your original deposit amount will be returned to your wallet.

  • The share amount (shareAmount) is not transferred—it only acts as a multiplier for rewards on .

  • Once withdrawn, the share amount is burned, meaning you can no longer use it to claim staking rewards.

What is veVIRTUAL?

veVIRTUAL is your VIRTUAL voting power. It mirrors the transactions made on $VIRTUAL. It does not hold any monetary value, only voting power. We suggest that you avoid interacting with it.

https://x.com/virtuals_io/status/1879474995333939356
whitepaper.virtuals.io
BaseScan
legacy.virtuals.io