Sailos

Proxy RPC

Introduction

Omnid's RPC is an open-source, self-hostable RPC Proxy that scans the transactions before sending them to the chain for malicious/phishing activity using Omnid, static analysis, transaction simulation, various vulnerability detectors & anonymizing request using various RPCs, Light Clients & TOR Relays including DDoS protection. If malicious activity is detected, the transaction is rejected well before it ever sees the chain.

Supported Networks

Ethereum

NetworkRPCChainId
Mainnethttps://rpc.omnid.io/mainnet1 0x1
Goerli Testnethttps://rpc.omnid.io/goerli5 0x5
Sepolia Testnethttps://rpc.omnid.io/sepolia11155111 0xAA36A7

Flashbots

NetworkRPCChainId
Ethereum Mainnethttps://rpc.omnid.io/mainnet-flashbots1 0x1
Ethereum Mainnet (Fast Mode)https://rpc.omnid.io/mainnet-flashbots-fast1 0x1
Ethereum Goerlihttps://rpc.omnid.io/goerli-flashbots5 0x5

Polygon

NetworkRPCChainId
Mainnethttps://rpc.omnid.io/polygon137 0x89
Mumbai Testnethttps://rpc.omnid.io/polygon-testnet80001 0x13881
ZkEVM Mainnethttps://rpc.omnid.io/polygon-zkevm1101 0x44d
Mumbai Testnethttps://rpc.omnid.io/polygon-zkevm-testnet1442 0x5a2

Optimism

NetworkRPCChainId
Mainnethttps://rpc.omnid.io/optimism10 0xA
Goerli Testnethttps://rpc.omnid.io/optimism-testnet420 0x1A4

Arbitrum

NetworkRPCChainId
Mainnet (Arbitrum One)https://rpc.omnid.io/arbitrum42161 0xA4B1
Mainnet (Arbitrum Nova)https://rpc.omnid.io/arbitrum-nova42170 0xA4BA
Goerli Testnethttps://rpc.omnid.io/arbitrum-testnet421613 0x66EED
Sepolia Testnethttps://rpc.omnid.io/arbitrum-sepolia-testnet421614 0x66eee

BNBChain

Fantom

Base

Advanced

NetworkRPCChainId
manualhttps://rpc.omnid.io/manual?rpcUrl=https://polygon-rpc.comauto

🦺 LifeJackets

LifeJackets are customised security layers that can help setup additional layers of protection.

Query Params

ParamDescriptionExample
blockUnverifiedContractsBlock Transactions to Un-Verified Contracts. Powered by Sourcify.dev. Suported values: true, false.https://rpc.omnid.io/ethereum?blockUnverifiedContracts=true
enableScannersRun verified contracts through Slither for vulnerability analysis. Suported values: slither.https://rpc.omnid.io/polygon-testnet?enableScanners=slither
blockRecentDnsUpdatesChecks the DNS records for a domain to see when it was last updated (Only RFC 1912 Compliant Domains). Blocks recently modified domains to prevent DNS poisioning atttacks. Supported Values: number set in Days.https://rpc.omnid.io/ethereum?blockRecentDnsUpdates=2
useTorBroadcast Transactions over a Tor Proxy. Supported Values: true or falsehttps://rpc.omnid.io/mainnet?useTor=true
useGasHawkUse GasHawk Beta. (Requires Setup). Only for mainnet. Supported Values: true or falsehttps://rpc.omnid.io/mainnet?useGasHawk=true

On this page