function Who() { const items = [ { title: 'Payment gateways', body: 'Processing outgoing payouts across multiple chains', icon: }, { title: 'B2B billing platforms', body: 'Periodic high-volume batches with stable patterns', icon: }, { title: 'Affiliate marketplaces', body: 'Long-tail merchants, mixed risk profiles', icon: }, { title: 'Wallet providers', body: 'Insider risk, account-takeover, periodic audits', icon: }, ]; return (
04 ยท WHO IT'S FOR

Built for processors handling outgoing crypto for businesses.

If your customers move other people's money, the cost of being wrong is asymmetric: a missed fraud is real, a false positive is a churned merchant. Dipoli is built for that asymmetry.

{items.map((w) => (
{w.icon}
{w.title}
{w.body}
))}
); }