# FAQ

### FAQ

**Q: Do I need to hold Nodes to trade on GVEX?**\
A: No. GVEX is open to all users. You only need a compatible wallet and $GPU tokens for gas.

**Q: What wallets are supported?**\
A: MetaMask and all EVM-compatible wallets work with GVEX. Ensure you've added the GANChain network (RPC: <https://rpc.gpu.net/>, Chain ID: 4048).

**Q: How do I get $GPU tokens?**\
A: $GPU is available on multiple chains including Ethereum, Base, and natively on GANChain. Bridge tokens to GANChain to start trading on GVEX.

**Q: Are my funds safe on GVEX?**\
A: Yes. GVEX uses a self-custody model where you maintain full control of your assets. All trades execute through auditable smart contracts on GANChain L1.

**Q: What happens if my order doesn't fill?**\
A: Limit orders remain in the orderbook until they're either matched, canceled by you. You can cancel unfilled orders at any time.

**Q: Can I trade Nodes if I don't own any?**\
A: Yes. You can buy Nodes/USDT on GVEX by submitting a buy order. Once executed, the Node NFT transfers to your wallet.

**Q: What's the difference between GANChain and other L1s?**\
A: GANChain is specifically designed for GPU compute verification and economic coordination. It's a hybrid PoW/PoS chain optimized for the GPUNET ecosystem.

**Q: Are there any geographical restrictions?**\
A: GVEX is permissionless and decentralized. However, users are responsible for complying with their local regulations regarding cryptocurrency trading.

**Q: How do I add liquidity to GVEX?**\
A: Liquidity is provided organically by traders placing limit orders. Simply place buy or sell limit orders at your desired prices to add liquidity to the orderbook.

**Q: What pairs are coming next?**\
A: Additional trading pairs are planned as the ecosystem grows. Announcements will be made through official GPUNET channels.

**Q: Where can I get support?**\
A: Join the GPUNET community on Discord and Telegram for support, or visit the official documentation at <https://docs.gpu.net>

**Q: Is GVEX audited?**\
A: The smart contracts are upgradeable and follow industry-standard security practices. Check official channels for audit reports and security disclosures.

**Q: Can I use GVEX programmatically?**\
A: Yes. Developers can interact with GVEX smart contracts directly or build trading bots.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gpu.net/gvex/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
