100x
Faster results seen in beta
<1ms
Latency to data in a typical round trip
1 Remote Call
Per execution
Execution
centralised execution on a decentralised chain
Early testing results from latency sensitive solvers during a production pilot versus their previous RPC based setup.

Meet Zela: Remote Procedure Execution (RPE) for Solana

What is Zela?

For the first time, decentralised chain can function as fast as a centralised solution.

Zela (Zero Latency) is a remote procedure execution platform designed for projects and companies that need to read and write to the blockchain at the fastest possible speed.

Multi-step on-chain workflows run as a single near-producer call instead of many RPC call round-trips between your backend and remote RPC nodes.

This removes most of the network latency between your app and Solana blockchain, speeding up execution and lowering overall complexity.

Speed and simplicity on Solana.
Run your logic near the leader

Deploy latency-sensitive procedures next to current Solana block proposer, so your hot paths skip the long trip from your backend to the validator, as if you were physically colocated.

From many calls to one

Send RPC calls with a single Zela procedure that runs the full logic remotely and returns one result. No more multiple calls and jitter issues that come along with it.

Scale at your own pace

Point your most critical, latency-sensitive workflow to Zela and ship performance gains immediately. You can plug in additional services over time, no full migration required.

Ship faster, tune less

Spend less time tweaking the network layer, retries, and timeouts; focus on strategy while Zela handles placement, execution, and observability of your code.

// IBRL

How Zela works: 

You connect your GitHub repo, pick a package, and Zela builds a sandboxed procedure, deploys it globally, and serves it through a single API endpoint for your backend.

Your backend makes a single call with parameters and Zela ensures that your code is executed near the current block producer.

You procedure can then read fresh state, perform the computation, and, if needed, submit a transaction. It then returns one response instead of forcing you to stitch together multiple RPC calls over a long path between your backend and the chain.

RPC vs RPE

RPC is how you talk to the chain; RPE is how you act on the chain fast enough to matter.

Previous Models

Remote Procedure Execution

Many RPC requests per workflow
Single logic execution per workflow
Logic runs in your backend, far from validators
Logic runs right next to block producers
Each step crosses the public internet
Workflow executes locally near the chain, then returns one result
Client individually calls each step and handle each retry and error
Orchestration and retries are encapsulated inside the procedure
High latency and jitter
More predictable with lower end-to-end latency
Many points of failure (network, timeout and multiple RPCs)
Fewer moving parts- one managed call in, one result out

Apply for early access to the Zela RPE platform

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Frequently Asked Questions

Is Zela a new chain, rollup, or private matching engine?
How do I integrate Zela into my existing trading stack?
Is it safe to run my strategy code on your infrastructure? How is it isolated?
What happens if Zela or your validator is slow or unavailable?
What stage is Zela in now?

Apply for early access to the Zela RPE platform

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.