# Dryfit Scenario: Revenue-share / take-rate

> Take-rate platforms earning a cut of processed bookings. Commission calculation closes the positive funnel; uncalculated payouts are negatives.

*Source: [https://www.getbeton.ai/oss-tools/dryfit/scenarios/posthog-revenue-share/](https://www.getbeton.ai/oss-tools/dryfit/scenarios/posthog-revenue-share/)*

**Scenario kind:** posthog_revenue_share
**Use-case kind:** take-rate
**Value metric:** Revenue processed, bookings, GMV through platform
**Config file:** `configs/posthog_revenue_share_mvp.yaml`
**Dataset id:** `posthog_revenue_share_mvp_v1`

## Scale

- Accounts: 240
- Users per account (mean): 4
- Sessions per user (mean): 7
- Duration: 30 days

**Success event:** `commission_calculated` (account)

## Research metrics

- GMV growth trend
- Take-rate stability
- Payout frequency

## Positive signals (ground truth)

- **booking_to_commission** (count 75): `booking_completed → commission_calculated`
- **booking_payout_commission** (count 40): `booking_completed → payout_processed → commission_calculated`

## Negative signals (ground truth)

- **booking_payout_only** (count 45): `booking_completed → payout_processed`
- **repeated_payout_without_commission** (count 20): `payout_processed → payout_processed`
