# Costs

## Detailed Breakdown <a href="#detailed-breakdown" id="detailed-breakdown"></a>

| Component                  | Estimated Cost | Description                                                      |
| -------------------------- | -------------- | ---------------------------------------------------------------- |
| **DAO Creation**           | \~2 SOL\*      | Creates the main DAO governance structure                        |
| **Metadata**               | \~0.5 SOL\*º   | Sets up DAO metadata and configuration                           |
| **Treasury Accounts**      | \~0.2 SOL\*    | Sets up token and SOL treasury wallets                           |
| **Voter Account**          | \~0.1 SOL\*    | Creates voter weight and delegation accounts                     |
| **Delegation Hub Profile** | \~0.1 SOL\*    | Creates a public delegate profile visible on the DAO’s main page |

\*Plus standard Solana network transaction fees.\
ºMetadata set up is free during DAO creation.

**Costs may vary based on:**

* Network congestion and priority fees
* Additional token accounts needed
* Complex governance configurations
* Custom plugin integrations

### Ongoing Operation Costs <a href="#ongoing-operation-costs" id="ongoing-operation-costs"></a>

{% hint style="success" %}
Realms does **not charge any additional fees** for platform usage.
{% endhint %}

All ongoing operations only incur **standard Solana network transaction fees**.

#### Network Transaction Fees <a href="#network-transaction-fees" id="network-transaction-fees"></a>

* **Voting**: \
  **SPL** \~ 0.0015 SOL\
  **NFT** \~ 0.00167 SOL (Reclaimable)
* **Proposal Creation**: min \~ 0.0020 SOL\
  \&#xNAN;*(costs scale depending on the size of the proposal plus instructions attached.)*


---

# 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.realms.today/introduction/costs.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.
