# Electroneum RPC Node  
Mobile Financial Inclusion

Connect to Electroneum, the mobile-first blockchain bringing financial services to the unbanked. Experience instant payments, gig economy integration, and 5M+ mobile app users.

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

##### 3 M+

Requests per Day

##### 99.9 %

Network Uptime

##### < 100 ms

Average Response Time

##### 24/7

Technical Support

## Specification Electroneum Network

Technical characteristics and available endpoints

![Electroneum (ETN)](/img/protocols/electroneum.svg)

### Electroneum (ETN)

Mainnet Support

Chain ID 52014

Protocol HTTPS

Uptime 99.9%

Block Time \~2-3min

Consensus Proof of Responsibility

Mobile Users 5M+ Downloads

Electroneum is a mobile-first blockchain focused on financial inclusion, bringing digital payments and financial services to the unbanked population. With 5M+ mobile app downloads, partnerships with mobile operators, and integration with gig economy platforms like AnyTask.com, Electroneum provides real-world utility through instant payments, KYC compliance, and accessible mobile interfaces.

#### Key capabilities:

- Mobile-first approach with 5M+ app downloads
- Financial inclusion for unbanked populations
- Instant Payment System for real-world transactions
- Proof of Responsibility consensus (eco-friendly)
- KYC/AML compliance built into ecosystem
- Integration with gig economy (AnyTask.com)
- Mobile operator partnerships for reach
- ETN Everywhere merchant acceptance network
- Focus on emerging markets and developing countries

#### 🔗 RPC Endpoints

HTTPS

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

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

## What is an Electroneum RPC Node?

Access mobile financial inclusion blockchain

An Electroneum RPC node provides applications with access to a blockchain specifically designed for mobile users and financial inclusion. Electroneum's mission is bringing cryptocurrency utility to everyday people, particularly in developing markets, through mobile-first design, instant payments, and gig economy integration.

### Why mobile-first matters

In developing countries, smartphones are often the primary (or only) internet access point. Electroneum's mobile-first approach makes blockchain accessible to billions without bank accounts or traditional financial services. The mobile app provides easy onboarding, instant payments, and simple UX — no technical knowledge required.

**Electroneum advantages:**

- **Mobile-first** — 5M+ mobile app downloads
- **Financial inclusion** — targeting unbanked populations
- **Instant payments** — real-time transaction confirmation
- **KYC compliant** — regulatory compliance built-in
- **Gig economy** — AnyTask.com freelance platform
- **Eco-friendly** — Proof of Responsibility consensus

### Proof of Responsibility

**Proof of Responsibility (PoR)** is Electroneum's consensus mechanism requiring validators to undergo KYC/AML verification and operate within regulatory frameworks. This approach ensures compliance while maintaining decentralization, making Electroneum suitable for mainstream adoption and financial service integration.

**How PoR works:**

1. Validators (Electroneum nodes) complete KYC verification
2. Validators must meet responsibility criteria
3. Blocks produced by responsible, verified validators
4. Network remains compliant with financial regulations
5. Energy-efficient compared to Proof of Work

### Gig economy and AnyTask

**AnyTask.com** is Electroneum's freelance marketplace where users earn ETN by offering services — completely fee-free for freelancers. This integration provides real-world utility for ETN, enabling people in developing countries to earn cryptocurrency through digital work and convert to local currency.

This gig economy focus differentiates Electroneum from speculation-focused cryptocurrencies, providing genuine utility for everyday users.

## Technical Documentation

Quick start for developers

### Supported RPC Methods

Electroneum supports standard RPC methods for blockchain interaction:

- **eth\_blockNumber** — current block height
- **eth\_getBalance** — ETN balance
- **eth\_sendRawTransaction** — broadcast transactions
- **eth\_getTransactionReceipt** — transaction status
- **eth\_call** — query smart contracts
- **getinfo** — network information
- **getblockcount** — blockchain height

### Code Examples

💻

#### JavaScript — Electroneum Connection:

```
const axios = require('axios');

const RPC_URL = 'https://rpc.crypto-chief.com/electroneum/YOUR_API_KEY';

// Get network info
async function getNetworkInfo() {
  const response = await axios.post(RPC_URL, {
    jsonrpc: '2.0',
    id: 1,
    method: 'getinfo',
    params: []
  });
  
  console.log('Network info:', response.data.result);
  console.log('Block height:', response.data.result.height);
}

// Get ETN balance
async function getBalance(address) {
  const response = await axios.post(RPC_URL, {
    jsonrpc: '2.0',
    id: 1,
    method: 'eth_getBalance',
    params: [address, 'latest']
  });
  
  const balance = parseInt(response.data.result, 16);
  console.log('ETN Balance:', balance / 1e18);
}

getNetworkInfo();
getBalance('etn...');
```

💻

#### Python — Electroneum Setup:

```
import requests

RPC_URL = 'https://rpc.crypto-chief.com/electroneum/YOUR_API_KEY'

def get_network_info():
    payload = {
        'jsonrpc': '2.0',
        'id': 1,
        'method': 'getinfo',
        'params': []
    }
    
    response = requests.post(RPC_URL, json=payload)
    data = response.json()
    print('Network info:', data['result'])

def get_balance(address):
    payload = {
        'jsonrpc': '2.0',
        'id': 1,
        'method': 'eth_getBalance',
        'params': [address, 'latest']
    }
    
    response = requests.post(RPC_URL, json=payload)
    balance_hex = response.json()['result']
    balance = int(balance_hex, 16) / 1e18
    print(f'ETN: {balance}')

get_network_info()
```

💻

#### Mobile App Integration:

```
// Integrate with Electroneum mobile app
// Mobile app handles wallet, payments, KYC

// For web apps, integrate Electroneum's payment API
const payment = {
  amount: 10.50,  // ETN amount
  currency: 'ETN',
  recipient: 'etn...',
  description: 'Payment for freelance work'
};

// Process instant payment
processETNPayment(payment)
  .then(tx => {
    console.log('Payment confirmed:', tx.hash);
    // Instant confirmation with Electroneum
  });
```

### Electroneum Best Practices

- **Mobile Focus:** Design for mobile-first users and interfaces
- **KYC Integration:** Leverage built-in KYC for compliance
- **Instant Payments:** Utilize instant confirmation for UX
- **Gig Economy:** Consider AnyTask integration for freelancers
- **Financial Inclusion:** Design for emerging market users
- **Simple UX:** Keep interfaces accessible for non-technical users

## Why choose us?

Mobile-optimized infrastructure

### Mobile-Optimized

Infrastructure designed for mobile app integration delivering &lt;75ms latency for smooth mobile UX.

### Compliant & Secure

Infrastructure supporting KYC-compliant network with 99.9% uptime for financial service reliability.

### Payment Analytics

Monitor instant payments, gig economy transactions, mobile app activity, and network metrics.

### Emerging Market Focus

Infrastructure optimized for emerging markets with mobile operator partnerships.

### User Scaling

Infrastructure scales with growing mobile user base handling millions of everyday transactions.

### Inclusion Support

24/7 support from team familiar with financial inclusion, mobile payments, and compliance.

## Examples of Use

Build inclusive financial applications

Electroneum's mobile-first approach and financial inclusion focus enable payment apps, gig economy platforms, and services for unbanked populations.

#### Mobile Payment Apps

Build mobile payment applications leveraging Electroneum's instant confirmation and 5M+ user network for P2P transfers.

#### Gig Economy Platforms

Create freelance and gig work platforms where users earn ETN. Integrate with AnyTask or build standalone services.

#### Merchant Solutions

Develop point-of-sale and merchant payment systems for ETN Everywhere acceptance network in emerging markets.

#### Mobile Top-Up Services

Build mobile airtime and data top-up services using ETN, providing utility in markets with mobile operator partnerships.

#### Remittance Services

Create remittance platforms for cross-border payments targeting unbanked populations using mobile phones.

#### Educational Rewards

Develop educational platforms rewarding users with ETN for learning, particularly in developing countries.

## Got questions?  
we are here to help

## What is Electroneum? 

Electroneum is a mobile-first blockchain focused on financial inclusion with 5M+ app downloads, targeting unbanked populations in developing countries.

## What is Proof of Responsibility? 

Proof of Responsibility is Electroneum's consensus requiring validators to complete KYC and meet responsibility criteria for regulatory compliance.

## How many people use Electroneum? 

Electroneum's mobile app has 5M+ downloads with active users across developing markets earning and spending ETN.

## What is AnyTask? 

AnyTask.com is Electroneum's fee-free freelance marketplace where users earn ETN by offering digital services — no platform fees for freelancers.

## Is Electroneum KYC compliant? 

Yes, Electroneum has KYC/AML compliance built into the ecosystem through Proof of Responsibility and wallet verification.

## What are instant payments? 

Electroneum's Instant Payment System provides real-time transaction confirmation for better user experience compared to traditional block confirmation.

## Can I accept ETN at my business? 

Yes, join the ETN Everywhere merchant network to accept Electroneum payments at your physical or online business.

## Which countries use Electroneum most? 

Electroneum has strong adoption in developing countries particularly in Africa, Latin America, and Asia where financial inclusion is needed.

## How do I get ETN? 

Download the Electroneum app, complete KYC, and earn ETN through AnyTask, mining rewards, or purchase from exchanges.

## Is Electroneum environmentally friendly? 

Yes, Proof of Responsibility is energy-efficient compared to Proof of Work, making Electroneum an eco-friendly blockchain.

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