<aside> 💡 Conduit allows you to launch a rollup in a fraction of the time with Arbitrum Nitro. Arbitrum’s documentation will serve you well, but there are Conduit specific details you’ll need to take into account.

</aside>

Arbitrum Nitro is the one of the premiere rollup implementations on Ethereum. Their technology boasts the usual benefits of rollups, like cheaper fees, in addition to:

FAQ

How do I withdraw/bridge tokens?

Please see our guide and use of the arbitrum sdk here.

Does Arbitrum on Conduit support Stylus?

Yes! Please see the excellent arbitrum stylus docs here.

How do I deploy Stylus Contracts to by Arbitrum Orbit stack?

Follow arbitrum’s hello world guide here. You’ll then be able to deploy to your stack with:

cargo stylus deploy --endpoint=https://nitrorpc-[your_conduit_stack_name-here].t.conduit.xyz --private-key=[your_private_key_here]

<aside> 💡 Have a question you don’t see here? Check out our Discord Support Server.

</aside>