# Fees & Revenue Model

### Fee Table

{% tabs %}
{% tab title="Blockchain Fees" %}

<table><thead><tr><th width="275">Smart Contract Methods</th><th width="138">Gas Limit</th><th>*Estimated Price in xDAI</th><th>*Estimated Price in $POL</th><th>*Estimated Price in $S</th></tr></thead><tbody><tr><td><code>[Users]</code> Register Encryptor</td><td>145000</td><td>≈ 0.0000004 xDAI</td><td>≈ 0.004POL</td><td>≈ 0.0015S</td></tr><tr><td><code>[Mails]</code> Send Email</td><td>610000</td><td>≈ 0.000006 xDAI</td><td>≈ 0.016POL</td><td>≈ 0.0061S</td></tr><tr><td><code>[Chat]</code> Send Message</td><td>*500000</td><td>≈ 0.000005xDAI</td><td>≈ 0.013POL</td><td>≈ 0.005S</td></tr><tr><td><code>[Chat]</code> Create Group</td><td>*1025625</td><td>≈ 0.000003 xDAI</td><td>≈ 0.02POL</td><td>≈ 0.01S</td></tr><tr><td><code>[PX]</code> Mint free package or new storage</td><td>3800000</td><td>≈ 0.00001xDAI</td><td>≈ 0.1POL</td><td>≈ 0.038S</td></tr><tr><td><code>[PX]</code> Mint Bandwidth</td><td>860000</td><td>≈ 0.000002 xDAI</td><td>≈ 0.02POL</td><td>≈ 0.009S</td></tr><tr><td><code>[PX]</code> Upgrade Package</td><td>1240000</td><td>≈ 0.000003 xDAI</td><td>≈ 0.03POL</td><td>≈ 0.01S</td></tr></tbody></table>
{% endtab %}

{% tab title="Service Fees" %}

| dApp         | Smart Contract | Base Fee                 | dApp Fee                 | Total                       |
| ------------ | -------------- | ------------------------ | ------------------------ | --------------------------- |
| 4P Super App | \[Mails]       | \~0.0075$ xDAI, POL, S ≡ | \~0.0025$ xDAI, POL, S ≡ | \~**0.01$** xDAI, POL, S ≡  |
| 4P Super App | \[Chat]        | \~0.0025$ xDAI, POL, S ≡ | \~0.0025$ xDAI, POL, S ≡ | \~**0.005$** xDAI, POL, S ≡ |
| {% endtab %} |                |                          |                          |                             |

{% tab title="PX sNFT Price" %}

<table><thead><tr><th width="131">NFT Size</th><th>Bandwidth Limit</th><th>Estimated Price in xDAI</th><th>Estimated Price in $POL</th><th>Estimated Price in $S</th></tr></thead><tbody><tr><td><code>100MB</code></td><td>25 uploads</td><td>Free</td><td>Free</td><td>Free</td></tr><tr><td><code>1GB</code></td><td>50 uploads</td><td>≈ 5 xDAI</td><td>≈ 25POL</td><td>≈ 12S</td></tr><tr><td><code>5GB</code></td><td>150 uploads</td><td>≈ 15 xDAI</td><td>≈ 70POL</td><td>≈ 35S </td></tr><tr><td><code>20BG</code></td><td>400 uploads</td><td>≈ 30 xDAI</td><td>≈ 140POL</td><td>≈ 70S</td></tr></tbody></table>
{% endtab %}

{% tab title="PX Bandwidth Price" %}

| Bandwidth    | Estimated Price in xDAI | Estimated Price in $POL | Estimated Price in $S |
| ------------ | ----------------------- | ----------------------- | --------------------- |
| 10 uploads   | ≈ 1 xDAI                | ≈ 6POL                  | ≈ 3S                  |
| {% endtab %} |                         |                         |                       |

{% tab title="Resources" %}

| L1/L2         | Gas Tracker                                              | Unit Converter | Token |
| ------------- | -------------------------------------------------------- | -------------- | ----- |
| Polygon       | [Polygon GasTracker](https://polygonscan.com/gastracker) | /              | POL   |
| {% endtab %}  |                                                          |                |       |
| {% endtabs %} |                                                          |                |       |

{% hint style="success" %}
**Clarification:** Crypto prices are estimated and calculated based on; (1) xDAI 0.003 GWei; (2) Sonic 10 GWei; (3) Fantom 41 GWei, and; (4) Oasis 100 GWei gas price. The "Send message" gas limit is based on the length of the message. The "Create Group" gas limit depends on the number of members in the group and the encryption variable. Table calculation is based on a two-member encrypted group. References to USD prices are made for approximate fiat value illustration purposes only.
{% endhint %}

### Fee Model

Parallel to the underlying L1/L2 transaction gas cost, the service fees (i.e. protocol fees) are also settled on the smart contract level and is applicable for every email or message transaction. Total user cost equals the sum of the L1/L2 transaction gas and the service fees. Both the gas and service fees converge and manifest as one end-user communication transaction fee.

<figure><img src="https://2405002342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBO93nSbwA74S7hdIiOf0%2Fuploads%2F8I7GkLI0RZTtMGnnTjol%2F4P-FEES-24.png?alt=media&#x26;token=97129cff-5aed-4e26-8286-59801450e8bf" alt=""><figcaption></figcaption></figure>

> **(1)** L1/L2 transaction gas cost; \
> \&#xNAN;**(2)** The protocol fees equals the sum of base-fee and dApp-owner-fee (i.e. 4P project). \
> \&#xNAN;**(2.1)** The base-fee is set generally by the OCC Protocol deployer as a constant within \[Mails] and \[Chat] smart contracts and can be adjusted based on the specific dApp. The protocol-fee is defined with $ value approximation (e.g. 0 to \~0.0075$ POL... ≡). \
> \&#xNAN;**(2.2)** The dApp-owner-fee is set by the dApp owner (i.e. 4P) independently based on the dApp economic model. It is defined by the $ value approximation (e.g. \~0.0075$ POL... ≡ for the email and \~0.0025$ POL...≡ for the message).&#x20;


---

# 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.the4thpillar.io/dapps-and-clients/fees-and-revenue-model.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.
