Safety

Robustness

Trust Assumption

We abstain from using centralised databases to only certain logging and few configuration managements required for debugging and analytical needs. Almost all our operations are on-chain to ensure complete transparency and foster maximum permissionless behaviour.

For any offchain activities, again we leverage decentralized TEE infrastructure to compute the data with reliable on-chain gurantees.

Capital Safety

The client’s funds are always within their control. The solvers never get access to the funds directly. This ensures that no malicious solver can drain any transaction. They sign the transaction and their funds get locked with a smart contract. This guarantees that the solvers will get their funds once they are able to prove the request fulfilment

Economic Safegaurds

The solvers are required to stake certain value to participate in the ecosystem. The solvers can only participate in the jobs whose values are cumulatively less than or equal to the stake. This also ensures that in case of malicious behavior, the stakes will always be used as a collateral.

Timeouts and deadlines: There are strict timeouts for solvers to submit solutions, preventing long- running attacks or resource monopolization.

Funds Withdraws

Any of the client’s funds, once approved, are locked with the smart contract. These funds cannot be released till the current running iteration gets completed till the end. This ensures that the client cannot pull out the money or revoke approvals once the intent is underway. This gives the guarantee to the solvers that the funds will be released to them once they fulfil their commitments.

Fair Practice

We use cryptographic techniques to allow solvers to prove they have a valid solution without revealing the solution itself, preventing front-running or solution stealing. The same cryptographic technique will be used by the proof validator to ensure that the solver performed as per their pre-specified solution.

Denial Of Service

There is a limit on how frequently a solver can submit revised bids to prevent spam or denial-of-service attacks.

Last updated