Set up Vouch. by inviting your own bot application to your server and configuring it with
/vouch-admin. See Installation & Permissions and
Configuration for the full walkthrough.What it does
Vouches
1–5 star ratings with product/service and transaction details, optional proof, and a real
state machine: pending review → valid → disputed/voided/removed → restored. Double-submit
protection and a dedicated anti-abuse engine back every submission.
Profiles
Bio, banner, categories, contact methods, and payment-method presentation (PayPal, Cash App,
BTC, LTC, ETH, USDT, custom) — public identifiers only, never credentials.
Marketplace
WTS/WTB/service listings with media, search and filter, seller-reputation linkage,
configurable contact workflow, and scheduled expiration.
Leaderboards
5 categories × 4 time ranges, minimum-sample-size eligibility for rating leaderboards, and
persistent auto-refreshing deployments that recover after a restart.
Trust & safety
Scammer reports with full case management, vouch disputes independent of reports, and
guild/global blacklists, restrictions, and trust with visibly distinct scoping.
Admin console
One interactive, permission-gated
/vouch-admin console covering configuration, channels,
roles, restrictions, reports, disputes, blacklists, trusted users, marketplace settings,
leaderboards, analytics, and audit search.How it is built
Two things shape how Vouch. behaves, and both are worth knowing before you configure it. A vouch is an auditable event, not a counter increment. Every vouch goes through a real state machine, and everything else — profiles, marketplace, leaderboards, trust — derives from that ledger rather than a running total. Every response is Components V2.discord.Embed never appears anywhere in the codebase —
enforced by an AST-walking test, not just convention. Confirmations, pagination, and moderator
actions happen through buttons and selects on the response rather than a scattered set of
separate commands.
Start here
Invite Vouch. to your server and run first-time setup.