Technology Stack
The Jay Network leverages the most proven blockchain infrastructure in the Cosmos ecosystem.
The latest stable Cosmos SDK with advanced module architecture, providing support for staking, governance, IBC transfers, and custom module development.
Byzantine Fault Tolerant consensus engine delivering instant finality with ~3 second block times. Tolerates up to 1/3 of validator nodes going offline.
Inter-Blockchain Communication protocol enabling trustless cross-chain token transfers and data exchange with any IBC-compatible chain.
Network Architecture
Three validator nodes deployed across independent servers for maximum decentralization and reliability.
Validator
jay-validator-1
152.53.195.5
Producing Blocks
Validator
jay-validator-2
152.53.195.105
Producing Blocks
Validator
jay-validator-3
152.53.194.128
Producing Blocks
Tokenomics
The native staking, governance, and transaction fee token powering The Jay Network.
| Property | Value |
|---|---|
| Token Name | Jay Token (JAY) |
| Base Denomination | ujay |
| Decimals | 6 |
| Coin Type (BIP44) | 118 |
| Address Prefix | yjay |
| Key Algorithm | secp256k1 |
| Network Config | Value |
|---|---|
| Chain ID | thejaynetwork |
| Binary | jaynd |
| Min Gas Price | 0.0025 ujay |
| Low Gas Price | 0.0025 ujay |
| Average Gas Price | 0.025 ujay |
| High Gas Price | 0.04 ujay |
Documentation
Consensus, rewards, slashing, and governance — everything you need to know about operating and participating in the network.
The Jay Network uses CometBFT Byzantine Fault Tolerant consensus. Validators take turns proposing blocks, and a block is finalized when 2/3+ of validators sign a pre-commit. Finality is instant — no confirmations needed.
New JAY tokens are minted every block and distributed to validators and their delegators proportional to their stake. Staking secures the network and earns rewards.
ⓘ When the bonded ratio is below 67%, inflation increases (up to 3%) to incentivize staking. When above 67%, inflation decreases (down to 2%).
Validators charge a commission on delegator rewards as compensation for running infrastructure. Commission parameters are set at validator creation and governed by on-chain limits.
Validators that misbehave or go offline are penalized through slashing. This protects the network by ensuring validators remain honest and available.
⚠ Double-signing (equivocation) is the most severe offense. A validator that signs two different blocks at the same height will be slashed 5% and permanently tombstoned.
JAY holders can propose and vote on network upgrades, parameter changes, and community spend proposals. Governance is fully on-chain and transparent.
When unstaking, tokens enter an unbonding period during which they earn no rewards and remain slashable. This ensures network stability.
ⓘ Redelegation between validators is instant, but you cannot redelegate the same tokens again until the 21-day period completes.
Anyone can become a validator on The Jay Network. Here's what you need:
Minimum Requirements
Quick Start
Public Endpoints
Connect to The Jay Network through our high-availability public RPC and REST API endpoints.
Get Started
Add The Jay Network to your Leap wallet in seconds. Works on both desktop and mobile.
Open any website → F12 → Console → Paste and run:
window.leap.experimentalSuggestChain({
chainId: "thejaynetwork",
chainName: "The Jay Network",
rpc: "https://jayscan.thejaynetwork.com/rpc",
rest: "https://jayscan.thejaynetwork.com/api",
bip44: { coinType: 118 },
bech32Config: {
bech32PrefixAccAddr: "yjay",
bech32PrefixAccPub: "yjaypub",
bech32PrefixValAddr: "yjayvaloper",
bech32PrefixValPub: "yjayvaloperpub",
bech32PrefixConsAddr: "yjayvalcons",
bech32PrefixConsPub: "yjayvalconspub",
},
currencies: [{
coinDenom: "JAY",
coinMinimalDenom: "ujay",
coinDecimals: 6,
coinImageUrl: "https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/chain-registry/thejaynetwork/logo.png",
}],
feeCurrencies: [{
coinDenom: "JAY",
coinMinimalDenom: "ujay",
coinDecimals: 6,
gasPriceStep: { low: 0.0025, average: 0.025, high: 0.04 },
}],
stakeCurrency: {
coinDenom: "JAY",
coinMinimalDenom: "ujay",
coinDecimals: 6,
},
walletUrlForStaking: "https://wallet.thejaynetwork.com/staking.php",
chainSymbolImageUrl: "https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/chain-registry/thejaynetwork/logo.png",
});
Scan this QR code with Leap mobile app's DApp browser to auto-add The Jay Network:
Tap the compass icon (🧭) to open the DApp Browser
Tap the scan icon in the browser address bar and scan the QR above
The chain addition popup will appear automatically — tap Approve
In Leap mobile app, go to
Settings → + Add new chain
Chain ID: thejaynetwork
Chain Name: The Jay Network
RPC: http://152.53.195.5:26657
REST: http://152.53.195.5:1317
Prefix: yjay
Denom: ujay
Coin Type: 118
Decimals: 6
Display: JAY