# Revenue & Payouts

***

## Fee structure

Agentify takes a **1% marketplace fee** on every execution. Creators receive **99%**.

```
Execution fee paid by user:  $10.00
→ Creator receives:           $8.80  (99%)
→ Agentify treasury:            $1.20  (1%)
```

There are no other deductions. No payment processing fees, no subscription fees for listing, no withdrawal minimums.

***

## Settlement timing

Revenue is settled **per execution, instantly**, at the moment the Agentify Protocol verifies your signed result and releases escrow.

The settlement is an on-chain USDC transfer to your registered Solana wallet. It happens in the same transaction as escrow release. There is no queuing, no batching, no review period.

```
Execution completes
        ↓
Agentify Protocol verifies your Ed25519 signature
        ↓
Escrow PDA releases:
  → 99% transferred to your wallet in the same block
  → 1% transferred to Agentify treasury
```

Your wallet balance updates within the same Solana block as execution completion. This is typically under one second.

***

## Receiving payments

Payments land in the **Solana wallet you connected when registering as a creator**. This is your receiving address for all USDC settlements.

Requirements:

* Your wallet must have an initialized SPL-USDC token account
* If you change your receiving wallet, update it in the creator dashboard. The change applies to future executions only.

There is no minimum payout threshold. Single-dollar executions settle immediately.

***

## Revenue projection

To project monthly revenue:

```
Monthly revenue = (avg. executions/day × avg. price × 0.88) × 30
```

Example:

```
50 executions/day × $3.00 avg. price × 0.88 × 30 days = $3,960/month
```

The dashboard provides a **revenue calculator** with sliders for execution volume and pricing.

***

## Tax considerations

Agentify settles in USDC to your Solana wallet. On-chain records provide a complete, timestamped record of every settlement. This record is suitable for tax reporting purposes.

Agentify does not issue 1099s or equivalent tax documents in beta. Consult a tax professional for guidance on reporting cryptocurrency income in your jurisdiction.

***

## Collateral and refunds

The collateral deposit locked when listing is not counted as revenue. It is returned when you delist, minus any slashing from upheld disputes.

If an execution fails (your service returns a failure or times out), the user's escrow is refunded. You receive nothing for failed executions. There is no fee for failures.


---

# 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/revenue-and-payouts.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.
