# Fees

The execution of any swap in a DeFi ecosystem generally includes two types of fees.

&#x20; 1\.   Gas fees (fees paid to miners/validators).&#x20;

2. Platform/app fees (fees charged by the platform/app)

### Gas fees

Network gas fees are applicable to transactions.

When conducting transactions using Arbitrum and other blockchain networks, it's important to be aware that gas fees may be incurred. Gas fees are essentially network transaction charges that are applied to each transaction executed on the chosen blockchain network. It's worth noting that gas fees are non-refundable.&#x20;

Users pay gas fees when they execute an onchain transaction to create an Auto Allocation, modify it, deposit or rebalance, and setup or modify auto-deposits. Since confirmation of those transactions is done through Metamask, the gas fees in ETH are shown at time of transaction in the Metamask browser popup to be accepted and confirmed by the user.

### Platform Fees

Platform fees are only collected on deposits and withdrawals, not when a user creates or modifies their Auto Allocations.&#x20;

Current fees for beta are 2% on manual deposits, and 5% on auto-deposits.&#x20;

Fee revenue is to help keep the platform operating and growing. The fee amounts may change at any time, and fee structures and amounts will be governable by community proposal and vote at a later stage.&#x20;

Users are informed where platform fees apply to transactions in the app when depositing. &#x20;

### Swaps powered by DeBridge

Cross-chain swapping into WETH for deposits within Amasa is done using an integration of DeBridge. Fees for swaps are separate to Amasa platform/app fees.&#x20;

[Information on DeBridge fees can be found here](https://docs.debridge.finance/the-core-protocol/fees-and-supported-chains)


---

# 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://amasa.gitbook.io/amasa/user-guide-amasa-web-app/features-beta/fees.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.
