# Fees distribution

## Overview

We charge a fee for each portfolio transaction. It is charged at a portfolio's creation, update, or sale. Once the DAO is live, the DAO members will continually adjust this fee.&#x20;

Nested charges a 0.3% fee on each operation that doesn't reduce our TVL.&#x20;

It includes the following functions:

* The creation of portfolios
* The copies of portfolios
* Updates
* Edit allocations
* Simple deposit
* Proportional deposit
* Buy/Sell/Convert operations

We charge a 0.8% fee on each operation that reduces our TVL.

This includes the following:

* Simple withdrawal
* Proportional withdrawal&#x20;

Fees are shared with Nested Finance Ltd. and the initial creator of the Nested portfolio.&#x20;

Once the DAO is live, its members will continually adjust this fee.&#x20;

There are two ways a portfolio can be created:&#x20;

1. It is either replicated from an existing portfolio&#x20;
2. OR built from scratch.

## First scenario: you create a portfolio from scratch

&#x20;In this case, all the fees go to Nested Finance Ltd, and there are no royalties.

## Second scenario: you replicate another portfolio

Fees are equally shared between Nested Finance Ltd. and the initial creator of the Nested portfolio.&#x20;

This distribution does not occur only at the first replication of a portfolio but during its entire lifecycle.&#x20;

![](/files/FZoXq3Ttx8Xn1imnkQ1Z)

Examples:&#x20;

* Bob replicates Alice's Nested portfolio with 10,000 USD.&#x20;
  * Our protocol will charge 30 USD of fees \[0.3%, that is].&#x20;
    * The fee will then be split 50/50.

      * 15 USD will go to Nested Finance Ltd., and the other 15 USD will go to Alice.&#x20;

* Alice updates her Nested portfolio by swapping UNI for COMP.&#x20;
  * Bob synchronizes then his portfolio with the new allocations
    * Alice gets once again half of the protocol's fees – 0.3%. \
      \
      Check [Claim](/instructions-for-use/manage-royalties/how-to-claim-royalties.md)


---

# 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.nested.fi/general-information/fees-managment.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.
