query_partner_stats
Monitor affiliate revenue and referral activity by querying real-time partner analytics, attributed referral counts, and commission payout status from the Aradia partner ledger.
Instructions
[PURPOSE]: Queries real-time performance analytics, attributed referral counts, and commission payouts for an active Aradia partner node. [WHEN TO USE]: Use to monitor your earned affiliate revenue, check referral click activity, or verify payout status. [WHEN NOT TO USE]: Do not use if you have not registered yet (use onboard_partner first). [SIDE EFFECTS & BEHAVIOR]: Pure read-only query against sovereign partner ledger. Non-destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref_code | Yes | Your unique 4-character partner referral code (e.g. '5FYVQ'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Account status: active or pending. | |
| ref_code | Yes | Partner referral code. | |
| earnings_usd | No | Total accrued commission earnings in USD. | |
| partner_name | No | Registered partner or agent handle. | |
| referral_count | No | Total attributed client referrals. |