Loading XyloNet...
Loading XyloNet...
Understand the complete tipping flow — from sending a tip to the creator claiming it.
PayX uses an escrow-based tipping system. When you tip someone on X:
Browse X and find content you want to tip
Select amount and confirm in extension
Funds move to escrow contract
On-chain event emitted
Quick select common amounts
Enter any amount above minimum
Charged on each tip
Example: On a $10 tip, $0.10 goes to platform fees, $9.90 goes to the creator.
Arc Network transaction cost
Gas is paid in USDC on Arc Network. Extremely low cost per transaction.
You can include an optional message with your tip (up to 280 characters, like a tweet!). Messages are stored on-chain and visible to the recipient.
"Great thread! Really helped me understand the concept."
Example tip message
Every tip emits a TipSent event containing:
event TipSent(
string indexed handleHash, // Keccak256 of handle
string handle, // "@username"
address indexed tipper, // Sender wallet
uint256 amount, // Net tip amount
uint256 fee, // Platform fee
string message, // Optional message
uint256 timestamp // Block timestamp
);All tips are fully transparent and queryable on ArcScan.