# Fees Structure for Fundly Platform

## **Escrow-Based Crowdfunding Platform**

### **Campaign Creation Fees**

* **Fee:** 0.1 SOL per campaign creation.
* **Description:** Required fee to initiate a crowdfunding campaign on the platform.

### Milestone Live Fees

* **Fee** : 0.01 sol per milestone live
* **Description** : Required fee to initiate a voting for the specific milestone

### **Investing Fees**

* **Fee:** 0.01 SOL per transaction.
* **Description:** Minimal fee charged for each investment made into campaigns.

### **Voting Fees**

* **Fee:** 0.01 SOL per transaction.
* **Description:** Cost incurred when casting votes to influence campaign decisions.

### **Funds Release Fees**

* **Fee:** 1% of the total funds released.
* **Description:** Fee deducted from the total funds when they are released to campaign owners.

## **Escrow-Based NFT Launchpad**

### **Campaign Creation Fees**

* **Fee:** 0.1 SOL per campaign creation.
* **Description:** Cost for setting up an NFT campaign on the launchpad.

### **Mint Fees**

* **Fee:** 0.01 SOL per NFT.
* **Description:** Fee charged per NFT minted during a campaign.

### **Voting Fees**

* **Fee:** 0.01 SOL per transaction.
* **Description:** Fee for participating in votes related to NFT projects.

### **Funds Release Fees**

* **Fee:** 1% of the total funds released.
* **Description:** Percentage charged from the total funds when released to campaign organizers.

## **NFT Marketplace**

### **Trading Fees**

* **Fee:** 2% per transaction.
* **Description:** Flat fee applied to every NFT trade conducted on the marketplace.

## **Web 3.0 Tools**

### **SPL Token Management**

* **SPL Token Creator:** 0.1 SOL per transaction.
  * Fee to create a new SPL token.

### **Airdrop Services**

* **Mass Airdrop:** 0.001 SOL per wallet.
  * Fee for distributing tokens or NFTs to multiple wallets.

### **Claim Mechanism**

* **Claim Site Creator:**
  * **Creation Fee:** 0.1 SOL.
  * **Claim Fee:** 0.01 SOL per claim.
  * Costs associated with setting up a claim site and subsequent claims.

### **Liquidity Tools**

* **Liquidity Pool Creator:** 0.1 SOL per transaction.
  * Fee for establishing a new liquidity pool.
* **Liquidity Remover:** 0.1 SOL per transaction.
  * Charge for removing liquidity from a pool.
* **Liquidity Adder:** 0.1 SOL per transaction.
  * Fee for adding liquidity to a pool.

### **Vesting Tools**

* **Vesting Creator:**
  * **Creation Fee:** 0.1 SOL.
  * **Transaction Fee:** 0.01 SOL per transaction.
  * Fees associated with setting up and managing token vesting schedules.

### **Staking Services**

* **Staking Creator:**
  * **Creation Fee:** 0.1 SOL.
  * **Transaction Fee:** 0.01 SOL per transaction.
  * Costs involved in creating and managing staking mechanisms.

### **Authority Management**

* **Revoke Freeze Authority:** 0.1 SOL per transaction.
  * Fee for removing freeze authority from a token.
* **Revoke Mint Authority:** 0.1 SOL per transaction.
  * Charge for revoking mint authority of a token.
* **Revoke Update Authority:** 0.1 SOL per transaction.
  * Cost for removing update authority for metadata.

### **OpenBook Market**

* **OpenBook Market Creator:** 0.1 SOL per transaction.
  * Fee for establishing a market using the OpenBook protocol.

### **Metadata Management**

* **Metadata Update:** 0.1 SOL per transaction.
  * Charge for updating metadata of tokens or NFTs.

### **Snapshot Services**

* **Hash List / Holder List Snapshot:** 0.01 SOL per transaction.
  * Fee for capturing a snapshot of hash lists or token holders.

### **Token/NFT Burning**

* **Burn NFTs / Tokens:** 10%.
  * Percentage charged for burning tokens or NFTs.

### **Token Wrapping**

* **Solana Wrapper:** 0.01 SOL per transaction.
  * Cost for wrapping tokens in Solana.

### **Trading and Auctions**

* **Token Trading:**
  * **Listing Fee:** 0.01 SOL per listing.
  * **Transaction Fee:** 0.01 SOL per transaction.
  * Fees for listing tokens and conducting trades.
* **Auction Creator:**
  * **Creation Fee:** 0.1 SOL.
  * **Transaction Fee:** 0.01 SOL per transaction.
  * Charges for creating and running auctions.

### **Raffle Services**

* **Raffle Creator:**
  * **Creation Fee:** 0.1 SOL.
  * **Transaction Fee:** 0.01 SOL per transaction.
  * Cost for setting up and managing raffles.

### **Art & Metadata Tools**

* **Art & Metadata Generator:** 0.01 SOL per transaction.
  * Fee for generating NFT art and metadata.

### **Messaging**

* **Send NFT Message:** 0.01 SOL per NFT.
  * Charge for sending messages tied to NFTs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://solfundly.gitbook.io/fundly-ui/fundly-pages/fees-structure-for-fundly-platform.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.
