Session Flow (Before / During / After Swap)

Session Flow

Every interaction on Pridexa happens inside an isolated session, a short-lived, private flow designed to leave no trace.

You don’t connect a wallet. You don’t sign anything. You simply interact, swap, and disappear.


🔐 What is a Private Session?

A session in Pridexa is:

  • Temporary (exists only for the duration of your swap)

  • Isolated (no wallet linkage, no carryover data)

  • Randomized (time delays and routes are non-deterministic)

This means every swap looks different, not just in timing but also in routing behavior and transaction fingerprints.


🔁 Session Lifecycle

  1. Session Begins You select token pair, amount, and recipient wallet.

  2. Temporary Wallet is Generated A new, unlinkable wallet is created as your swap entry point.

  3. Input Tokens Are Sent You send the tokens to that temporary address.

  4. Swap is Obfuscated The system triggers the swap with randomized timing and pathing.

  5. Output Tokens Are Sent to Your Recipient Wallet The result lands in your chosen destination. The session ends.

  6. Session Auto-Destructs No history, no cookies, no local logs. The session ends with no leftovers.


🎲 Built-In Randomization

To further resist traceability, every session includes:

  • Variable delay timers

  • Alternate routing combinations

  • Non-reusable swap paths

  • Irregular gas strategy

Last updated