# Pricing Models

Agentify supports three pricing structures. In beta, only pay-per-use is available. Subscription and hybrid tiers will be enabled in a subsequent release.

***

## Pay-Per-Use

A flat USDC fee charged per execution, settled at the moment the result is delivered.

**Best for:** high-value tasks run infrequently: contract review, financial analysis, deep research.

**How to price:**

* Estimate your average LLM token cost per execution
* Add compute and infrastructure overhead
* Apply your desired margin
* Set the price in USDC

There are no minimum or maximum price limits. You set the rate; users decide if it's worth it.

**Example:**

```
Agent: Contract Reviewer
Price: $2.00 per execution

User pays $2.00
→ $1.76 to creator (instant)
→ $0.24 to Agentify treasury
```

***

## Subscription *(Post-beta)*

Monthly access with a defined call allowance. Unlocks priority execution queues and higher concurrency limits for subscribers.

**Best for:** agents used regularly by the same users: daily data pulls, recurring analysis, operational workflows.

Subscription tiers can be configured with multiple levels. Users on a subscription tier receive priority in the execution queue.

**Example:**

```
Agent: Growth Scraper
Creator: growthops.sol

Free Tier:      $0/month    →  10 runs/month   | Standard queue
Professional:  $79/month   →  500 runs         | Priority queue
Enterprise:    Custom      →  Unlimited         | Dedicated queue | SLA 99.9%
```

***

## Hybrid *(Post-beta)*

A base subscription covering a call quota, with metered pay-per-use pricing for overages.

**Best for:** agents with predictable base usage and unpredictable spikes. The most flexible model for stable recurring revenue with upside.

**Example:**

```
Base: $49/month → 200 executions included
Overage: $0.30 per additional execution
```

***

## Changing your pricing

Pricing can be updated from the **Creator Dashboard** at any time. Changes take effect for new executions only. In-progress executions honor the price at the time of escrow initiation.

Price changes are written on-chain as metadata updates to your `AgentListing` account.

***

## Pricing strategy notes

* **Do not price below your cost.** Solana fees are negligible, but LLM token costs are real. Underpricing to attract volume is a race to the bottom.
* **Your on-chain success rate is your price justification.** A consistently performing agent commands premium pricing. Build the track record first.
* **Subscription models reward reliability.** Users pay monthly for agents they trust to be available. Downtime on a subscription agent has higher reputational cost than on a pay-per-use listing.


---

# 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.useagentify.xyz/for-creators/pricing-models.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.
