Improving Data Querying for Solana
Problem to Solve:
Users of custodial wallet providers like Fireblocks, often face timeout on conventional transactions. Solving this is essential for the UX of institutional clients who use solutions like Fireblocks.
Possible Solution:
Create a set of reusable examples for creating transactions that can be signed by custodial services like Fireblocks. Submissions can optionally make use of nonce accounts for multisig situations but can dive deeper into other possible solutions.Another choice would be probably to create the nonce account in a regular transaction and then use it as needed for durable transactions. The creation of a nonce account is unlikely to time out.
Resources:
Related Ideas