Portal

The Portafino Portal is a secure bridge application that serves as the user interface layer for the Portafino blockchain escrow platform.

Portal acts as an intermediary between your application and the underlying blockchain infrastructure, providing a seamless user experience for critical escrow operations.

What is the Portal?

The Portal is a service that handles user authentication, guides users through complex blockchain operations, and ensures secure confirmation of actions before redirecting users back to your application. It's designed to abstract away the complexity of blockchain interactions while maintaining security and user experience standards.

Flow Overview

  1. The user initiates an action in your application

  2. Your app redirects the user to the Portal with any required parameters

  3. The portal guides the user through authentication and confirmation

  4. The portal then executes any required blockchain transactions using their smart wallet

  5. The user is redirected back to your app via the redirectUrl

Flow for Portal usage

Portal links are the URLs that users are sent to for completing actions in the Portal. These links ensure users return to the appropriate page or screen in your application with the correct context and status information. The Portal supports both success and error redirect scenarios, allowing your application to handle different outcomes appropriately.

For detailed information about redirect link configuration please refer to our Portal links documentation.

Last updated