Gravity RPC Node
Omnichain Settlement Layer

Connect to Gravity, Galxe's omnichain Layer 1 designed for cross-chain applications. Experience seamless multi-chain operations, efficient settlement, and EVM compatibility.

3 M+

Requests per Day

99.9 %

Network Uptime

< 100 ms

Average Response Time

24/7

Technical Support

Specification Gravity Network

Technical characteristics and available endpoints

Gravity (G)

Mainnet & Testnet Support

Chain ID 1625
Protocol HTTPS / WSS
Uptime 99.9%
Block Time ~2s
Consensus Proof of Stake
EVM Compatible Yes

Gravity is Galxe's omnichain Layer 1 blockchain designed to power the next generation of cross-chain applications. Built by the team behind Galxe (Web3's largest credential platform with 20M+ users), Gravity provides efficient settlement, cross-chain messaging, and a foundation for multi-chain identity, reputation, and loyalty systems.

Key capabilities:

  • Omnichain settlement layer for cross-chain apps
  • Native cross-chain messaging and verification
  • EVM-compatible smart contract execution
  • Optimized for identity and credential protocols
  • Efficient state verification across chains
  • Integration with Galxe's 20M+ user ecosystem
  • Low transaction fees for credential operations
  • Proof of Stake consensus for efficiency
  • Growing ecosystem of cross-chain dApps

🔗 RPC Endpoints

HTTPS
https://rpc.crypto-chief.com/gravity/{YOUR_API_KEY}
WSS
wss://rpc.crypto-chief.com/gravity/ws/{YOUR_API_KEY}

Replace {YOUR_API_KEY} with your actual API key from the dashboard.

What is a Gravity RPC Node?

Access the omnichain settlement layer

A Gravity RPC node provides applications with access to Galxe's omnichain Layer 1, enabling cross-chain settlement, identity verification, and credential management across multiple blockchains. Gravity serves as the foundation for Web3 applications requiring unified state and cross-chain coordination.

Why omnichain matters

The future of Web3 is multi-chain, but fragmented blockchain ecosystems create poor user experiences. Gravity solves this by providing a settlement layer where cross-chain applications can coordinate state, verify credentials, and manage identity across any blockchain — enabling truly seamless multi-chain experiences.

Gravity advantages:

  • Omnichain design — built for cross-chain coordination
  • Settlement layer — efficient cross-chain state verification
  • Galxe integration — access to 20M+ users and credentials
  • EVM compatible — familiar development experience
  • Low fees — optimized for credential and identity operations
  • Proven team — built by Galxe, Web3's largest credential platform

Gravity architecture

Gravity functions as a settlement layer, verifying and coordinating state across multiple blockchains. Applications can use Gravity to issue credentials, manage reputation scores, track achievements, and coordinate loyalty programs that work across any supported chain.

How Gravity works:

  1. Cross-chain messages verified through Gravity
  2. State commitments from multiple chains aggregated
  3. Credentials and identity data settled on Gravity
  4. Applications query unified state across chains
  5. Users interact with multi-chain apps seamlessly

Galxe ecosystem

Galxe is Web3's largest credential platform with 20M+ users, powering campaigns for top projects across all major chains. Gravity extends Galxe's credential infrastructure to an omnichain Layer 1, enabling any project to build on proven multi-chain identity and reputation primitives.

This integration gives Gravity applications instant access to Galxe's massive user base and established credential ecosystem.

Technical Documentation

Quick start for developers

Supported RPC Methods

Gravity supports all standard Ethereum JSON-RPC methods:

  • eth_blockNumber — current block number
  • eth_getBalance — G token balance
  • eth_call — execute view functions
  • eth_sendRawTransaction — broadcast transactions
  • eth_getTransactionReceipt — transaction confirmation
  • eth_getLogs — event logs
  • eth_gasPrice — current gas price
  • eth_estimateGas — gas estimation
  • eth_subscribe — WebSocket subscriptions

Code Examples

💻

JavaScript (ethers.js) — Gravity Connection:

const { ethers } = require('ethers');

const provider = new ethers.JsonRpcProvider('https://rpc.crypto-chief.com/gravity/YOUR_API_KEY');

// Verify network
const network = await provider.getNetwork();
console.log('Chain ID:', network.chainId); // 1625

// Get G token balance
const balance = await provider.getBalance('0x...');
console.log('G Balance:', ethers.formatEther(balance));

// Interact with credential contracts
const CREDENTIAL_CONTRACT = '0x...';
const credentialABI = ['function verifyCredential(address, bytes32) view returns (bool)'];
const credentials = new ethers.Contract(CREDENTIAL_CONTRACT, credentialABI, provider);

const hasCredential = await credentials.verifyCredential('0x...', ethers.id('ACHIEVEMENT'));
console.log('Has credential:', hasCredential);
💻

Python (web3.py) — Gravity Setup:

from web3 import Web3

w3 = Web3(Web3.HTTPProvider('https://rpc.crypto-chief.com/gravity/YOUR_API_KEY'))

print('Connected to Gravity:', w3.is_connected())
print('Chain ID:', w3.eth.chain_id)  # 1625
print('Latest block:', w3.eth.block_number)

# Get balance
balance = w3.eth.get_balance('0x...')
print(f'G tokens: {balance / 1e18}')
💻

WebSocket — Monitor Credential Events:

const { ethers } = require('ethers');
const provider = new ethers.WebSocketProvider('wss://rpc.crypto-chief.com/gravity/ws/YOUR_API_KEY');

// Monitor new blocks
provider.on('block', (blockNumber) => {
  console.log('New Gravity block:', blockNumber);
});

// Monitor credential issuance
const CREDENTIAL_CONTRACT = '0x...';
const filter = {
  address: CREDENTIAL_CONTRACT,
  topics: [ethers.id('CredentialIssued(address,bytes32,uint256)')]
};

provider.on(filter, (log) => {
  console.log('Credential issued on Gravity:', log);
});

Gravity Best Practices

  • Galxe Integration: Leverage Galxe's credential infrastructure
  • Cross-Chain: Design for multi-chain credential verification
  • EVM Compatibility: Use standard Solidity development
  • Identity Focus: Optimize for reputation and credential use cases
  • Low Fees: Take advantage of efficient credential operations
  • Testing: Test cross-chain features thoroughly on testnet

Why choose us?

Omnichain infrastructure

Cross-Chain Optimized

Infrastructure designed for omnichain operations delivering <75ms latency with efficient cross-chain message handling.

Secure & Reliable

Enterprise-grade security with 99.9% uptime supporting mission-critical identity and credential applications.

Credential Analytics

Monitor identity operations, credential issuance, cross-chain verifications, and ecosystem activity.

Global Infrastructure

Strategically deployed nodes ensuring low latency for Gravity's growing omnichain ecosystem.

Auto-Scaling

Infrastructure scales with Gravity's ecosystem handling increasing cross-chain operations and credential verifications.

Omnichain Support

24/7 support from engineers familiar with cross-chain architecture, credentials, and Galxe ecosystem.

Examples of Use

Build cross-chain applications on Gravity

Gravity enables developers to build truly omnichain applications leveraging Galxe's proven credential infrastructure and 20M+ user base.

Cross-Chain Identity

Build identity systems working across all chains. Create unified user profiles, reputation scores, and achievement systems verified on Gravity and recognized everywhere.

Credential Platforms

Launch credential and achievement systems leveraging Gravity's settlement layer. Issue verifiable credentials tracked across multiple blockchains.

Loyalty & Rewards

Create omnichain loyalty programs where users earn points and rewards across any chain, settled and verified on Gravity.

Community Platforms

Build DAO and community tools with unified membership across chains. Track contributions, voting, and participation in one place.

Educational Platforms

Develop learning platforms issuing verifiable credentials and certificates on Gravity, recognized across the Web3 ecosystem.

Gaming Achievements

Create gaming platforms where achievements and progress work across multiple games and chains, verified through Gravity.

Got questions?
we are here to help

Gravity is Galxe's omnichain Layer 1 blockchain designed as a settlement layer for cross-chain identity, credentials, and reputation systems.

Galxe is Web3's largest credential platform with 20M+ users, powering campaigns and achievements for top projects across all major blockchains.

Gravity provides cross-chain messaging, state verification, and settlement enabling applications to coordinate seamlessly across multiple blockchains.

Yes, Gravity is fully EVM-compatible. Deploy Solidity smart contracts using standard Ethereum development tools.

G is Gravity's native token used for gas fees, staking, and governance. It powers the omnichain settlement layer.

Gravity extends Galxe's credential infrastructure to an omnichain Layer 1, enabling any project to build on Galxe's proven multi-chain primitives.

Yes, credentials issued on Gravity can be verified across any blockchain through Gravity's cross-chain verification system.

Gravity supports identity platforms, credential systems, loyalty programs, gaming achievements, and any application requiring cross-chain coordination.

Yes, we provide RPC access to both Gravity mainnet (Chain ID 1625) and testnet for development.

Gravity is purpose-built as an omnichain settlement layer, optimized for cross-chain credentials and identity rather than general computation.

Pricing that grows with your needs.

Free

Start building on Web3 — no credit card.

$0
  • 5 reqs/sec RPC
  • 5 reqs/min Unified API
  • Ultimate chains
  • WSS, Statistics
  • Community support

Pay for use

Flexible pay-as-you-go for any workload.

From $10
  • 400 reqs/sec RPC
  • 300 reqs/min Unified API
  • 10 reqs/min AML
  • EventStream
  • Ultimate chains
  • WSS, Whitelists, Statistics
  • Support portal

Subscription

From $500 monthly plus 20% extra value.

From $500
  • 700 reqs/sec RPC
  • 500 reqs/min Unified API
  • 5 reqs/sec AML
  • EventStream
  • Ultimate chains
  • WSS, Whitelists, Statistics
  • Support portal

Enterprise

Tailored solution for expert builders

Custom terms

All Subscription features plus:

  • Flexible rate limits
  • Engineering team support
  • Custom SLA
  • Personal manager