Technical Workflow

The following steps detail the technical workflow for Pluton:

  1. Quote Request:

    • A user submits a transfer request.

    • Pluton validates the request details (chain IDs, asset addresses, etc.).

  2. Solver Quote Retrieval:

    • Pluton queries solvers supporting the requested source and destination chains.

    • Solvers return quotes containing output amounts, transaction expiry times, and related metadata.

  3. Best Quote Selection:

    • Pluton selects the quote with the highest output amount.

    • The selected quote is returned to the user for confirmation.

  4. Transaction Execution:

    • Upon user confirmation, the transaction details are forwarded to the selected solver.

    • The user transfers the specified amount to the source chain.

    • The solver processes the transaction and transfers the equivalent amount (minus fees) to the destination chain.

  5. Transaction Verification:

    • The solver notifies Pluton upon completing the transaction.

    • Pluton verifies the transaction details and generates a signature for the solver to claim the transaction.

  6. Completion:

    • The user receives the transferred amount on the destination chain.

    • The transaction is marked as complete in Pluton’s system.

Last updated