Payment History
Two surfaces for your payment history: a command in the bot for quick checks, and a richer table on the dashboard for sorting, filtering, and explorer links.
/mypayments
Section titled “/mypayments”In the bot:
/mypaymentsReturns the last 10 payments (newest first):
📋 Your Payment History
✅ Pro - 3 month(s) 💰 $25.00 USD 📅 03/15/2026 🔗 0xabc…123
✅ Elite - 1 month(s) 💰 $25.00 USD 📅 04/01/2026 🔗 0xdef…456Per entry:
- Status — ✅ for completed payments
- Tier + duration — what you bought
- Amount in USD — the tier price (your actual native-currency amount may have varied slightly with the conversion rate at payment time)
- Date — payment confirmation date
- Transaction reference — the on-chain tx hash
For a longer history, use the dashboard.
Dashboard — Subscription page
Section titled “Dashboard — Subscription page”Open the dashboard with /web, navigate to Subscription.
Current status card
Section titled “Current status card”At the top:
- Your current tier (Free / Pro / Elite / Exclusive / Early Adopter / Promo)
- Status — Active / Expiring Soon / Expired / Lifetime
- Expiry — date and days remaining
- Total amount spent across your account history
Payment history table
Section titled “Payment history table”Below the status card, every payment you’ve made:
| Column | Notes |
|---|---|
| Date | When the payment confirmed |
| Type | Payment / Credit Conversion / Tier Adjustment |
| Tier | Color-coded badge |
| Duration | Months purchased, or “Lifetime” |
| Amount | USD value |
| Transaction | Clickable link to the on-chain explorer |
The transaction column auto-links to the right explorer per chain — Etherscan for Ethereum, BSCScan for BSC, BaseScan for Base, SnowTrace for Avalanche.
Receipts and proof of payment
Section titled “Receipts and proof of payment”The bot doesn’t generate PDF receipts — but every payment has the on-chain transaction hash saved in your history, and the explorer link from the dashboard is permanent. For tax / accounting purposes you can:
- Screenshot the dashboard’s payment table
- Click through any transaction’s explorer link to get a permanent on-chain record
- Use the tx hash from
/mypaymentsto look up the payment on the chain’s explorer manually
Pending and failed payments
Section titled “Pending and failed payments”Payments that haven’t confirmed yet (or were sent insufficient amounts) don’t appear in /mypayments or the dashboard table — those views only show completed entries. While a payment is pending:
- The bot’s “I’ve Sent Payment” check shows ongoing status
- The deposit address remains valid for 12 hours from
/upgrade - If you have any worry the payment fell through, just run
/upgradeagain — addresses are unique per upgrade attempt, the previous one stays valid in parallel
Tracking an expiring subscription
Section titled “Tracking an expiring subscription”The dashboard’s Subscription page shows a “days remaining” countdown. When it gets low:
- 7 days before expiry — the bot DMs a reminder
- Day of expiry — DM confirming the downgrade
- 1–2 days after — DM noting alerts may pause if you’re over the free tier limit
See Idle & Paused Accounts for what happens after expiry and how to recover.