Squads Docs
SquadsX Beta (Development)
SquadsX Beta (Development)
  • What is SquadsX
  • Understanding the SquadsX Extension Wallet
  • Guides
    • Overcoming Integration Obstacles
      • Not Using Wallet Standard Adapter
      • Ephemeral Signers
      • Large Transaction Problem
      • UI Feedback and Delayed Execution
      • Mandatory Sign-In with Off-chain Message Signing
Powered by GitBook
On this page
  1. Guides

Overcoming Integration Obstacles

PreviousUnderstanding the SquadsX Extension WalletNextNot Using Wallet Standard Adapter

Last updated 1 year ago

Off the bat, SquadsX might already be perfectly integrated with your app, assuming it supports the Wallet Standard and embodies certain characteristics, which we will discuss in detail later.

Nevertheless, Smart Wallets are relatively new players in the Solana space. Multisig Transactions deviate from standard transactions, demanding multiple green lights before execution. Thus, the creation and execution of a transaction becomes an asynchronous multi-step process.

To ensure full compatibility with SquadsX and similar Smart Wallets that utilize the "delayed transaction execution" strategy, app developers might need to occasionally contemplate specific measures. With this in mind, we're joining forces with leading Solana products to smooth out any existing rough edges.

Here are the common issues we've stumbled upon during SquadsX's testing phase, and the recommended solutions for each:

Not using the Wallet Standard adapter
Ephemeral Signers
Large transaction problem
UI feedback and delayed execution
Mandatory Sign-In with off-chain message signing