# Bahamut RPC Node  
Built for GameFi

Connect to Bahamut, the high-speed PoSA blockchain optimized for GameFi. Experience 1-second blocks, ultra-fast finality, and infrastructure purpose-built for gaming economies.

[Documentation](https://docs-rpc.crypto-chief.com/chains/bahamut) [Get a free endpoint ](https://auth.crypto-chief.com/registration)

##### 2.5 M+

Requests per Day

##### 99.9 %

Network Uptime

##### < 70 ms

Average Response Time

##### 24/7

Technical Support

## Specification Bahamut Network

Technical characteristics and available endpoints

![Bahamut](/img/protocols/bahamut.svg)

### Bahamut

Mainnet & Testnet Support

Chain ID 5165

Protocol HTTPS / WSS

Uptime 99.9%

Block Time \~1s

Consensus PoSA (Proof of Stake & Activity)

Focus GameFi & NFTs

Bahamut is a high-performance blockchain using Proof of Stake and Activity (PoSA) consensus designed specifically for GameFi and NFT applications. With 1-second block times, ultra-fast finality, and gaming-optimized infrastructure, Bahamut enables blockchain games to deliver responsive gameplay experiences while maintaining decentralization. Built by FastToken, Bahamut combines speed, security, and gaming-focused features to power the next generation of Web3 games.

#### Key capabilities:

- 1-second block time for fast gameplay
- PoSA consensus (Proof of Stake & Activity)
- Ultra-fast finality for gaming
- GameFi and NFT optimized
- Full EVM compatibility
- Low transaction fees for gaming
- High throughput for in-game interactions
- Growing gaming ecosystem
- FastToken ecosystem integration

#### 🔗 RPC Endpoints

HTTPS

`https://rpc.crypto-chief.com/bahamut/{YOUR_API_KEY}`

WSS

`wss://rpc.crypto-chief.com/bahamut/ws/{YOUR_API_KEY}`

Replace {YOUR\_API\_KEY} with your actual API key from the dashboard.

## What is a Bahamut RPC Node?

Access GameFi blockchain

A Bahamut RPC node provides applications with access to a blockchain purpose-built for GameFi with 1-second blocks and ultra-fast finality. Bahamut's PoSA consensus and gaming-focused architecture enable responsive blockchain games where on-chain interactions feel instantaneous, solving the latency problems that plague gaming on slower blockchains.

### Why Bahamut for GameFi

Traditional blockchains are too slow for gaming — 12-second blocks (Ethereum) create noticeable lag. **Bahamut's 1-second blocks** deliver the responsiveness gamers expect. Combined with low fees and high throughput, Bahamut removes the technical barriers preventing mainstream blockchain gaming adoption.

**Bahamut advantages:**

- **1-second blocks** — near-instant gameplay
- **PoSA consensus** — efficient and fast
- **GameFi focused** — optimized for gaming
- **Low fees** — affordable frequent interactions
- **High throughput** — handle gaming workloads
- **EVM compatible** — familiar development

### Proof of Stake & Activity

**PoSA (Proof of Stake and Activity)** combines staking with validator activity requirements. Validators must both stake tokens AND actively participate in block production. This dual requirement ensures validators are incentivized to maintain high performance and availability — critical for gaming applications requiring consistent low latency.

**How PoSA works:**

1. Validators stake FTN tokens
2. Active validators selected for block production
3. Validators must maintain uptime and performance
4. Blocks produced every \~1 second
5. Rewards distributed based on stake and activity

### Gaming ecosystem

Bahamut is building a comprehensive **GameFi ecosystem** with blockchain games, NFT marketplaces, in-game asset exchanges, and gaming infrastructure. The network's speed and gaming focus attract developers building play-to-earn games, competitive esports platforms, and NFT-based gaming experiences.

With FastToken backing and gaming-first design, Bahamut positions itself as the go-to blockchain for serious GameFi projects.

## Technical Documentation

Quick start for developers

### Supported RPC Methods

Bahamut supports all standard Ethereum JSON-RPC methods:

- **eth\_blockNumber** — current block number
- **eth\_getBalance** — FTN 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) — Bahamut Connection:

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

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

// Verify we're on Bahamut
const network = await provider.getNetwork();
console.log('Chain ID:', network.chainId); // 5165

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

// Interact with game contract
const GAME = '0x...';
const gameABI = [
  'function performAction(uint256 actionId) external',
  'function getPlayerState(address player) view returns (uint256)'
];
const game = new ethers.Contract(GAME, gameABI, wallet);

// In-game action with 1-second confirmation!
const tx = await game.performAction(actionId);
await tx.wait();
console.log('Game action confirmed in ~1 second!');
```

💻

#### Python (web3.py) — Bahamut Setup:

```
from web3 import Web3

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

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

# Gaming-optimized fees
gas_price = w3.eth.gas_price
print(f'Gas price: {gas_price}')

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

💻

#### WebSocket — Monitor Fast Gaming Blocks:

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

// Monitor 1-second blocks
let lastTime = Date.now();
provider.on('block', async (blockNumber) => {
  const now = Date.now();
  const blockTime = (now - lastTime) / 1000;
  lastTime = now;
  
  console.log(`Bahamut block ${blockNumber} (~${blockTime.toFixed(1)}s)`);
});

// Monitor game events
const GAME = '0x...';
const filter = {
  address: GAME,
  topics: [ethers.id('ActionPerformed(address,uint256)')]
};

provider.on(filter, (log) => {
  console.log('Fast game action on Bahamut:', log);
});
```

### Bahamut Best Practices

- **Fast Blocks:** Design UX for 1-second confirmation
- **Gaming Frequency:** Optimize for high-frequency interactions
- **Low Latency:** Minimize additional delays in game code
- **NFT Integration:** Leverage for in-game assets
- **PoSA Understanding:** Understand validator activity requirements
- **Testing:** Test on Bahamut testnet before mainnet

## Why choose us?

GameFi infrastructure

### Ultra-Fast Blocks

Infrastructure supporting 1-second blocks delivering &lt;70ms latency for responsive gaming.

### PoSA Security

Production infrastructure with Proof of Stake & Activity consensus and 99.9% uptime.

### Gaming Analytics

Monitor game transactions, NFT activity, player metrics, and ecosystem growth.

### Global Gaming Network

Strategically deployed nodes ensuring low latency for worldwide gaming audiences.

### GameFi Scaling

Infrastructure designed to handle massive gaming workloads and player bases.

### GameFi Experts

24/7 support from engineers specialized in GameFi, PoSA consensus, and blockchain gaming.

## Examples of Use

Build GameFi applications

Bahamut's 1-second blocks and GameFi focus enable responsive blockchain games, NFT platforms, and gaming economies requiring speed.

#### Blockchain Games

Build responsive blockchain games where 1-second confirmation creates smooth gameplay experience.

#### Play-to-Earn

Launch play-to-earn games with fast on-chain interactions and immediate reward distribution.

#### NFT Gaming

Create NFT-based games with tradable assets where fast blocks enable real-time gaming.

#### Esports Platforms

Develop competitive gaming and esports platforms with instant on-chain results and rewards.

#### Gaming Marketplaces

Build NFT marketplaces for game assets where fast finality enables immediate trading.

#### Gaming Economies

Create in-game economies and token systems leveraging Bahamut's speed and low fees.

## Got questions?  
we are here to help

## What is Bahamut? 

Bahamut is a GameFi-focused blockchain with 1-second blocks using PoSA consensus, optimized for blockchain gaming applications.

## How fast are Bahamut blocks? 

Bahamut produces blocks approximately every 1 second, enabling near-instant confirmation for gaming transactions.

## What is PoSA? 

PoSA (Proof of Stake & Activity) combines staking with validator activity requirements, ensuring high performance and availability.

## Is Bahamut only for gaming? 

While optimized for GameFi, Bahamut is a general-purpose EVM blockchain supporting any dApp requiring fast finality.

## Is Bahamut EVM compatible? 

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

## What is the FTN token? 

FTN is Bahamut's native token used for gas fees, staking, and validator operations.

## How much do transactions cost? 

Bahamut maintains low transaction fees to enable frequent gaming interactions without cost barriers.

## What games are building on Bahamut? 

Bahamut is growing its GameFi ecosystem with blockchain games, NFT projects, and gaming infrastructure.

## Do you support Bahamut testnet? 

Yes, we provide RPC access to both Bahamut mainnet (Chain ID 5165) and testnet.

## How is Bahamut different from other gaming chains? 

Bahamut's 1-second blocks and PoSA consensus deliver the speed and consistency specifically required for responsive blockchain gaming.

## Pricing that grows with your needs.

### Free

Start building on Web3 — no credit card.

##### $0

- 5 reqs/sec RPC
- 5 reqs/min Unified API
- 1 req/day AML
- Ultimate chains
- WSS, Statistics
- Community support

[Get started ](https://auth.crypto-chief.com/registration)

### Pay for use

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

##### From $10

- 400 reqs/sec RPC
- 300 reqs/min Unified API
- 5 reqs/sec AML
- EventStream
- Ultimate chains
- WSS, Whitelists, Statistics
- Support portal

[Get started](https://auth.crypto-chief.com/registration)

### Subscription

From $500 monthly plus 20% extra value.

##### From $500

- 400 reqs/sec RPC
- 300 reqs/min Unified API
- 5 reqs/sec AML
- EventStream
- Ultimate chains
- WSS, Whitelists, Statistics
- Support portal

[Get started ](https://auth.crypto-chief.com/registration)

### Enterprise

Tailored solution for expert builders

##### Custom terms

All Subscription features plus:

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

[Contact Sales ](/contact/)
