Queue Prioritization
Mechanism: $DOXAI burn for priority.
Cost: 1 $DOXAI per message.
Effect: Bumps to queue head.
Limit: 10 priority messages per block.
Priority slots are capped at 10 per block—use during low traffic for best results.
POST /send: Send a message.
Params:
{ "to": "0x...", "message": "..." }
.
GET /history: Fetch message log.
Response: JSON array of tx hashes1
GET /stake: Check staking status.
Response: { "amount": 100, "rewards": 4.1 }
.
Last updated