# Pricing

***

#### Factors Influencing Price

* **Number of Users**: More users = more on-chain queries.
* **Number of Contracts**: Tracking more protocols/smart contracts increases data volume.
* **Refresh Rate**: Default 1x/day is cheapest; higher (e.g., 4x/day) multiplies calls.

#### Base Offer

* **Price**: 99$/month
* **Includes**:
  * Setup and basic support
  * Default 1x/day refresh (customizable snapshot time)
  * Up to 1,000 users
  * Up to 10 smart contracts tracked
  * Access to core endpoints (income & deposits)

This is ideal for small to medium dApps starting out. For larger scales or custom needs, add-ons apply.

#### Additional Costs

* **Users**: +20$/month per additional 1,000 users
* **Contracts**: +10$/month per additional 10 contracts (e.g., 20 contracts total = base + 10$)
* **Refresh Rate Multiplier**:
  * 2x/day: +50% on total
  * 4x/day: +100% on total
  * Hourly (24x/day): Custom quote
* **Optional Admin Dashboard**: +79$/month – Includes timer to next snapshot, active users tracked, aggregated yields (anonymized), and usage stats. Perfect for monitoring without building your own.

**Examples**:

| Metrics              | Starter | Medium    | Large/Enterprise |
| -------------------- | ------- | --------- | ---------------- |
| **Users**            | 500     | 5000      | 10000            |
| **Smart contracts**  | 5       | 20        | 50               |
| **Refresh** **Rate** | 1       | 2         | 4                |
| **Price / month**    | 99$     | \~283.50$ | 500-1,000$       |

* Starter (500 users, 5 contracts, 1x/day): 99$/month.
* Medium (5k users, 20 contracts, 2x/day): 99$ base + 80$ (users) + 10$ (contracts) = 189$ × 1.5 (refresh) = \~283.50$/month.
* Large/Enterprise (10k+ users, 50 contracts, 4x/day): Custom quote (e.g., 500-1,000$/month + usage caps).

We provide case-by-case quotes during onboarding. Volume discounts for annual prepay (20% off total).

#### Special Discounts

* **Powered by Yecho Badge**: Get 20% off your base fee (e.g., 99$ => 79$) if you add a "Powered by Yecho" badge/logo with link on your dashboard or app.&#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.yecho.app/integrations/enterprise-and-api/pricing.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.
