# Tenet RPC Node  
Diversified Staking

Connect to Tenet, the blockchain with Diversified Proof of Stake. Stake Bitcoin, Ethereum, ATOM, and more — all securing one network with universal yield.

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

##### 1.5 M+

Requests per Day

##### 99.9 %

Network Uptime

##### < 80 ms

Average Response Time

##### 24/7

Technical Support

## Specification Tenet Network

Technical characteristics and available endpoints

![Tenet](/img/protocols/tenet.svg)

### Tenet

Mainnet & Testnet Support

Chain ID 1559

Protocol HTTPS / WSS

Uptime 99.9%

Consensus DiPoS (Diversified PoS)

Staking Assets BTC, ETH, ATOM, BNB, etc.

EVM Compatible Yes

Tenet pioneered Diversified Proof of Stake (DiPoS) — a consensus mechanism allowing validators to stake using multiple different cryptocurrencies including Bitcoin, Ethereum, ATOM, BNB, and more. This innovative approach creates a multi-asset security model where diverse crypto holders can participate in consensus while earning staking rewards, unlocking liquidity from assets that traditionally don't generate yield.

#### Key capabilities:

- Diversified Proof of Stake (DiPoS) consensus
- Stake with BTC, ETH, ATOM, BNB, and more
- Multi-asset security model
- Unlock yield from non-staking assets (Bitcoin)
- Full EVM compatibility
- Cross-chain asset integration
- Universal staking rewards
- Growing validator network
- Innovative consensus mechanism

#### 🔗 RPC Endpoints

HTTPS

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

WSS

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

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

## What is a Tenet RPC Node?

Access multi-asset staking network

A Tenet RPC node provides applications with access to a blockchain secured by Diversified Proof of Stake — enabling Bitcoin holders, Ethereum holders, and others to stake their assets and secure Tenet while earning yield. This innovative approach creates a multi-asset security model while unlocking passive income for crypto holders whose assets traditionally don't generate rewards.

### Why Diversified PoS matters

Bitcoin doesn't offer staking. Ethereum requires 32 ETH. Most crypto just sits idle. **Diversified Proof of Stake (DiPoS)** allows holders of multiple assets to stake and secure Tenet, earning yield on assets that normally generate nothing. This unlocks billions in dormant crypto while creating a diversified security model resistant to single-asset risks.

**Tenet advantages:**

- **Multi-asset staking** — stake BTC, ETH, ATOM, BNB
- **Bitcoin yield** — earn on BTC without selling
- **Diversified security** — multiple asset backing
- **Universal rewards** — all stakers earn yield
- **EVM compatible** — familiar development
- **Innovative consensus** — pioneering DiPoS

### How DiPoS works

**DiPoS** allows validators to accept stakes in multiple different cryptocurrencies. Users wrap their assets (BTC, ETH, etc.) and delegate to validators. Validators secure the network using aggregate stake value across all assets. Rewards are distributed proportionally to all stakers regardless of asset type.

**Tenet staking process:**

1. Users wrap BTC, ETH, or other supported assets
2. Wrapped assets delegated to Tenet validators
3. Validators secure network using multi-asset stake
4. Consensus reached through DiPoS mechanism
5. Staking rewards distributed to all participants

### Unlocking dormant capital

Over $1 trillion in cryptocurrency sits idle without generating yield. **Tenet unlocks this capital** by enabling staking across diverse assets. Bitcoin holders can finally earn passive income, ETH holders can stake without 32 ETH minimums, and the network benefits from diversified security.

This innovation positions Tenet as infrastructure for multi-asset participation in Proof of Stake security.

## Technical Documentation

Quick start for developers

### Supported RPC Methods

Tenet supports all standard Ethereum JSON-RPC methods:

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

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

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

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

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

// Interact with staking contracts
const STAKING = '0x...';
const stakingABI = [
  'function stake(address asset, uint256 amount) external',
  'function getStakedBalance(address user, address asset) view returns (uint256)'
];
const staking = new ethers.Contract(STAKING, stakingABI, provider);

// Check multi-asset stake
const btcStake = await staking.getStakedBalance(userAddress, wrappedBTC);
console.log('BTC staked on Tenet:', ethers.formatEther(btcStake));
```

💻

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

```
from web3 import Web3

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

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

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

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

💻

#### WebSocket — Monitor Staking Activity:

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

// Monitor blocks
provider.on('block', async (blockNumber) => {
  const block = await provider.getBlock(blockNumber);
  console.log(`Tenet block ${blockNumber}: ${block.transactions.length} txs`);
});

// Monitor multi-asset staking events
const STAKING = '0x...';
const filter = {
  address: STAKING,
  topics: [ethers.id('Staked(address,address,uint256)')]
};

provider.on(filter, (log) => {
  console.log('Multi-asset stake on Tenet:', log);
});
```

### Tenet Best Practices

- **Multi-Asset:** Understand cross-asset staking mechanics
- **Yield Optimization:** Explore staking different assets
- **Wrapped Assets:** Use official wrapping protocols
- **Validator Selection:** Choose validators carefully
- **Security:** Understand DiPoS security model
- **Testing:** Test on Tenet testnet before mainnet

## Why choose us?

Multi-asset infrastructure

### Diversified Security

Infrastructure supporting multi-asset staking delivering &lt;80ms latency with cross-chain integration.

### Proven DiPoS

Production infrastructure running innovative Diversified PoS consensus with 99.9% uptime.

### Staking Analytics

Monitor multi-asset stakes, validator performance, yield distribution, and network security.

### Global Infrastructure

Strategically deployed nodes supporting Tenet's multi-asset staking ecosystem.

### Cross-Chain Scaling

Infrastructure designed to handle growing multi-asset staking adoption.

### DiPoS Specialists

24/7 support from engineers familiar with Diversified PoS, cross-chain staking, and Tenet.

## Examples of Use

Build multi-asset applications

Tenet's Diversified PoS enables yield platforms, staking derivatives, and applications unlocking value from diverse crypto assets.

#### Yield Platforms

Build yield generation platforms enabling Bitcoin and other asset holders to earn staking rewards.

#### Staking Derivatives

Create liquid staking derivatives for multi-asset staking positions on Tenet.

#### DeFi Protocols

Launch DeFi applications leveraging Tenet's multi-asset security and staking model.

#### Asset Management

Develop portfolio management tools optimizing staking across multiple assets on Tenet.

#### Cross-Chain Apps

Build applications bridging Bitcoin, Ethereum, Cosmos assets through Tenet infrastructure.

#### Staking Wallets

Create wallets enabling easy multi-asset staking participation across diverse crypto holdings.

## Got questions?  
we are here to help

## What is Tenet? 

Tenet is a blockchain using Diversified Proof of Stake (DiPoS) enabling staking with Bitcoin, Ethereum, ATOM, BNB, and multiple assets.

## What is Diversified PoS? 

DiPoS is a consensus mechanism where validators accept stakes in multiple different cryptocurrencies, creating diversified security.

## Can I really stake Bitcoin? 

Yes! Wrap your Bitcoin and stake it on Tenet to earn staking rewards on an asset that normally generates no yield.

## What assets can I stake? 

Tenet supports staking with BTC, ETH, ATOM, BNB, and other major cryptocurrencies through wrapped versions.

## How do I earn rewards? 

Wrap your assets and delegate to Tenet validators. Earn staking rewards proportional to your stake.

## Is Tenet EVM compatible? 

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

## Is my staked Bitcoin safe? 

Wrapped assets are secured by smart contracts and validator set. Always understand wrapping/bridging risks.

## What is the TENET token? 

TENET is the native token used for gas fees, governance, and network operations.

## Do you support Tenet testnet? 

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

## Why is multi-asset staking important? 

It unlocks yield from dormant capital, creates diversified security, and enables broader participation in PoS consensus.

## 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/)
