# Withdrawal and Asset Management System

The financial infrastructure of EtherForge is designed for transparency, security, and decentralization. Players can withdraw and manage their assets safely and efficiently. All withdrawals are executed directly on-chain with no time or volume limits, following standard network transaction fees.

## Withdrawal Policy

<table><thead><tr><th width="182.821044921875" align="center">Asset Type</th><th width="311.8828125" align="center">Transaction Fee</th><th align="center">Withdrawal Limit</th></tr></thead><tbody><tr><td align="center"><strong>$USDC</strong></td><td align="center">1% of transaction value</td><td align="center">No limit</td></tr><tr><td align="center"><strong>$GENESIS</strong></td><td align="center">1% of transaction value</td><td align="center">No limit</td></tr></tbody></table>

## Minimum Withdrawal Amounts

* 400 $GENESIS required to withdraw $GENESIS
* 20 $USDC required to withdraw $USDC

## Security and Execution

* All withdrawals are verified and encrypted by the EtherForge main server through multiple KYC and authentication layers.
* Funds are transferred directly to the player’s personal wallet.
* Average processing time: 1 to 5 minutes per transaction.
* All transactions are publicly traceable on-chain.
* The 1% withdrawal fee is automatically deducted upon confirmation.


---

# 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.etherforge.io/etherforge-core-gameplay/withdrawal-and-asset-management-system.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.
