Launching today

pay3
Turn your wallet address into a single link and username
25 followers
Turn your wallet address into a single link and username
25 followers
Stop copy-pasting 42-character addresses. pay3 gives you one link for all crypto payments - works with USDT, ETH, SOL and TRX. Direct wallet-to-wallet, we never touch your funds.








Mavy
clean stack. curious how you're handling multi-chain address detection?
@yednap868 it's pattern-based detection, pretty straightforward actually.
0x + 42 chars -> EVM (works across ethereum, bsc)
T + 34 chars -> Tron
44 char base58 -> Solana
one EVM address covers multiple chains automatically. user adds one address, we map it to all compatible networks.
no blockchain queries needed at detection time - just regex matching on input.