Skip to main content

Mainnet Deployments

Mainnet launch coming soon! We’re currently in testnet phase. Join the waitlist for early access.

Testnet Deployments

Sepolia

Network Details:

Base Sepolia

Network Details:

Arbitrum Sepolia

Network Details:

Polygon Amoy

Network Details:

BSC Testnet

Network Details:
  • Chain ID: 97
  • RPC: https://data-seed-prebsc-1-s1.bnbchain.org:8545
  • Explorer: BSC Testnet
  • Faucet: BNB Faucet

Scroll Sepolia

Network Details:

Zircuit Garfield

Network Details:

Lisk Sepolia

Network Details:

Monad Testnet

Network Details:

Using Contract Addresses

In Your Code

Multi-Chain Configuration

Implementation Contracts

RektHub uses the minimal proxy pattern (EIP-1167) for gas-efficient deployments. Implementation contracts are deployed once per chain, and each token/curve is a minimal proxy pointing to these implementations.
What this means:
  • Token Implementation: Master ERC20 contract that all tokens clone
  • Curve Implementation: Master bonding curve logic that all curves clone
  • Gas Savings: Creating tokens costs ~100k gas instead of ~3M gas
Important:
  • You cannot interact directly with implementation contracts
  • Always use the Factory to create tokens and trade
  • Each token/curve has its own address and isolated state

Contract Verification

All RektHub contracts are verified on their respective block explorers.
Need the ABI? Visit any contract on its block explorer and look for the “Contract” tab. The ABI is available in JSON format.

Need Help?

Developer Chat

Technical questions and support

GitHub

Source code and examples

Email

Business inquiries