> ## Documentation Index
> Fetch the complete documentation index at: https://docs.profy.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Revenue System

> Diamond currency, tiered revenue sharing, and settlement rules

When users pay to use your Expert, the platform calculates your share and distributes it as diamonds to your account. The higher your creator level, the greater your revenue share.

***

## Dual Currency: Credits and Diamonds

Profy uses a completely isolated dual-currency system — user-side credits and creator-side diamonds are entirely separate.

|          | User Side                          | Creator Side                     |
| -------- | ---------------------------------- | -------------------------------- |
| Currency | Credits                            | Diamonds                         |
| Source   | Top-ups, gifts, subscriptions      | Revenue share from user payments |
| Use      | Using Experts, purchasing services | Withdraw as real income          |
| Ledger   | Credit account                     | Diamond account                  |

The two ledgers are completely independent — they cannot be converted or mixed.

<Tip>
  You don't need to understand the credit billing logic. All you need to know is: user pays → platform calculates your share → diamonds arrive in your account.
</Tip>

***

## Where Revenue Comes From

Your diamond revenue comes from three paths:

### 1. Expert Usage Payments

Users consume resources using your Expert (usage-based model), or make a one-time purchase (one-time model). The platform calculates your share based on your level and credits it to your diamond account in real time.

### 2. API Calls

Developers invoke your Expert through the Platform API, with each call billed by token consumption, generating the same revenue share.

### 3. Content Plaza Conversions

Users discover and pay for your Expert through your promo notes. The conversion path is transparently tracked, and attributed revenue is credited to your account.

***

## Four Creator Levels

The platform has a four-tier creator level system. Higher levels mean greater revenue shares:

| Level              | Revenue Benefit           |
| ------------------ | ------------------------- |
| Apprentice Creator | Base revenue share        |
| Standard Creator   | Higher revenue share      |
| Senior Creator     | Even higher revenue share |
| Star Creator       | Maximum revenue share     |

<Warning>
  Specific revenue share percentages are configured by platform operations and may be adjusted with strategy changes. Refer to the current data displayed in your creator dashboard.
</Warning>

Level advancement is based on comprehensive metrics — cumulative revenue, Expert quality, user satisfaction, etc. Once thresholds are met, advancement is automatic with no application needed.

***

## Revenue Freeze and Thaw

Newly generated diamond revenue enters a freeze period. After the freeze period ends, it automatically becomes available for withdrawal.

<Note>
  Freeze period length is shown in real time within the product.
</Note>

The freeze period is designed to:

* Provide a time window for refund and dispute processing
* Prevent volume manipulation
* Protect both creator and platform interests

***

## Daily Revenue Notifications

The platform automatically summarizes your Expert's revenue from the previous day and sends an in-app notification. Contents include:

* Yesterday's total diamond revenue
* Breakdown by Expert
* Cumulative withdrawable balance

Notifications are only sent on days with new revenue, with a maximum of one per creator per day.

***

## Revenue Dashboard

In Studio's revenue dashboard, you can see the complete revenue picture:

<CardGroup cols={2}>
  <Card title="Overview" icon="gauge-high">
    Total cumulative revenue, withdrawable balance, frozen amount, and this month's revenue trend — grasp your revenue status at a glance.
  </Card>

  <Card title="Transaction Details" icon="list">
    Source, time, amount, and status (frozen / settled) for each revenue entry, filterable by Expert.
  </Card>

  <Card title="Trend Analysis" icon="chart-line">
    Daily/weekly/monthly revenue trend charts, per-Expert comparison, and revenue source distribution.
  </Card>

  <Card title="Level Progress" icon="stairs">
    Current level and progress toward the next level — see how close you are.
  </Card>
</CardGroup>

***

## Strategies to Increase Revenue

<AccordionGroup>
  <Accordion title="Improve Expert Quality">
    High-quality Experts have better trial-to-purchase conversion and repeat purchase rates. The Darwin evolution system is a free tool for continuous quality improvement.
  </Accordion>

  <Accordion title="Active Promotion">
    Publish promo notes in the Content Plaza to showcase your Expert's real output. Every good note can potentially bring in new users.
  </Accordion>

  <Accordion title="Price Strategically">
    Reference pricing of similar services, start at a mid-range price point, and gradually adjust to the optimal price based on conversion data.
  </Accordion>

  <Accordion title="Create Vertical Experts">
    Multiple vertically-focused Experts are more effective than one broad, all-encompassing one. Break down your expertise into different scenarios.
  </Accordion>

  <Accordion title="Level Up Your Creator Tier">
    Higher level = higher share. Staying active and consistently producing high-quality content is the key path to advancement.
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Request Withdrawal" icon="money-bill-transfer" href="/en/creators/withdrawal">
    Turn diamonds into real money
  </Card>

  <Card title="Analytics" icon="chart-line" href="/en/creators/analytics">
    Optimize revenue with data
  </Card>
</CardGroup>
