For Fireblocks’ recommended embedded wallet solution, see Dynamic Embedded Wallets. The documentation below covers the legacy Embedded Wallet APIs and SDKs.
Boosting Client Performance
During SDK initialization, the client will fetch a few certificates required to make calls to Fireblocks endpoints if it was not previously called. This process may take a few moments; therefore, it is highly suggested to initialize the SDK as early as possible. The initializations don’t have to be adjacent to the call togenerateMPCKeys.
On mobile, it is recommended to use a connection pool and maintain some connections. You can view an example of a connection pool in our Android demo.