## Summary The Guardian should be able to batch-prove multiple transactions together, similar to the approach in [miden-client#2109](https://github.com/0xMiden/miden-client/pull/2109). ## Requirements - The Guardian should be able to submit transactions on behalf of the user (verify this is already possible) - Implement batch proving so the Guardian can prove multiple transactions in a single batch - Reference implementation: https://github.com/0xMiden/miden-client/pull/2109
Summary
The Guardian should be able to batch-prove multiple transactions together, similar to the approach in miden-client#2109.
Requirements