Borsa
  • Introduction
    • What is Borsa?
    • Why Borsa?
    • DeFi Abstraction Layer
    • Tokenomics (coming soon)
  • How to use Borsa
    • Developers
    • Users
    • Protocols
    • Validators
  • Ultimate Abstraction Guide
    • What is Abstraction?
    • Execution Abstraction (Intents)
    • Account Abstraction
    • Chain Abstraction
    • Gas Abstraction
    • DeFi Abstraction
  • Developer Guides
    • Intents.js SDK
      • Account & IntentBuilder Setup
      • Structuring States & Intents
      • Execute an Intent
      • Execute a Standard UserOperation
    • Protocol Registry
      • Theory
      • Registry as a Solution
      • Joining The Registry
  • external links
    • Wallet
    • SDK
    • Blog
    • Official Twitter
Powered by GitBook
On this page
  1. How to use Borsa

Developers

PreviousTokenomics (coming soon)NextUsers

Last updated 5 months ago

Borsa enables developers to build dApps with seamless cross-chain capabilities, simplifying complex multi-chain interactions for all users (including users with only basic blockchain experience).

  • Built-In Wallet Infrastructure: Borsa provides a fully integrated wallet system that can be easily embedded into your dApps. Users can manage their assets and perform transactions securely across multiple blockchains, all from one interface.

  • Intent-Based Execution: Developers can use Borsa’s intents framework to simplify complex DeFi actions. Instead of coding each individual step, you can define user intent as a source and target state and Borsa network handles the rest automatically.

  • intents.js SDK: The Borsa SDK abstracts wallet management, gas handling, and cross-chain execution into a single framework. This enables developers to focus on building their dApps while Borsa handles the technical complexities behind the scenes.

Get started with the Intents SDK