Skip to main content
No. Delegated account must exist on Solana beforehand. Delegated accounts are cloned after requesting the account on ER or submitting a transaction with the delegated account.
No. Program accounts are never delegated. Only state accounts can be delegated, while program accounts are cloned when a transaction is submitted on ER and subscribed for updates thereafter.
Yes. Delegated accounts can benefit from all Solana programs and accounts. Every account on Solana is readable on ER, while only delegated account can be changed on ER within an atomic transaction.
No. As of 2025-11-20, Solana uses a 400 ms slot time, while MagicBlock’s Execution Runtime (ER) operates with a 50 ms slot time. Developers may be tempted to rely on slot time as a fixed-duration measure; however, slot times are not guaranteed and may change over time. Code or logic that depends on a specific slot duration should therefore be written with caution.