Documentation Index
Fetch the complete documentation index at: https://docs.yona.cash/llms.txt
Use this file to discover all available pages before exploring further.
The relayer is not part of the core Yona protocol. It is an optional external service designed to boost privacy.The relayer network is fully permissionless - anyone can run a relayer to process transactions and earn fees. The protocol facilitates matching between users and competing independent relayers, remaining neutral and non-custodial.
Overview
A relayer is an intermediary service that:- Submits transactions on behalf of users
- Pays transaction fees and nullifier costs in SOL
- Collects a service fee (see Fees)
- Enhances privacy by decoupling submission from wallet address
How It Works
Transaction Flow
Privacy Benefits
- No SOL Required: Withdraw without pre-funding an address
- Address Unlinking: Relayer’s address submits the transaction, not yours
Relayer Limitations
The relayer cannot:- Steal your funds (proof is cryptographically bound to the transaction data)
- Modify transaction data (proof validates exact data)
- Link deposits to withdrawals (zero-knowledge property)
- Access your private keys or UTXOs