From 32d733b8d9fbdd66ee7fa7e97e707b6d4474b645 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Thu, 5 Dec 2024 12:09:27 +0100 Subject: [PATCH 1/2] Switch dump validators to Nexus --- .changelog/2102.internal.md | 1 + .gitattributes | 4 +- .github/dump_validators.sh | 6 +- src/app/state/staking/saga.test.ts | 76 +- src/app/state/staking/saga.ts | 4 +- src/vendors/nexus.ts | 2 +- src/vendors/nexus/dump_validators.json | 7752 ++++++++++++++++++++ src/vendors/oasisscan/dump_validators.json | 7690 ------------------- 8 files changed, 7822 insertions(+), 7713 deletions(-) create mode 100644 .changelog/2102.internal.md create mode 100644 src/vendors/nexus/dump_validators.json delete mode 100644 src/vendors/oasisscan/dump_validators.json diff --git a/.changelog/2102.internal.md b/.changelog/2102.internal.md new file mode 100644 index 0000000000..afaa811d6f --- /dev/null +++ b/.changelog/2102.internal.md @@ -0,0 +1 @@ +Switch dump validators to Nexus diff --git a/.gitattributes b/.gitattributes index dcfbc32492..92eec1ef09 100644 --- a/.gitattributes +++ b/.gitattributes @@ -204,4 +204,6 @@ Procfile text # Auto-generated files src/vendors/explorer/*/** linguist-generated=true src/vendors/oasisscan/*/** linguist-generated=true -src/vendors/oasisscan/dump_validators.json linguist-generated=true +src/vendors/oasisscan-v2/*/** linguist-generated=true +src/vendors/nexus/*/** linguist-generated=true +src/vendors/nexus/dump_validators.json linguist-generated=true diff --git a/.github/dump_validators.sh b/.github/dump_validators.sh index c9e46ffe85..2340aee06b 100755 --- a/.github/dump_validators.sh +++ b/.github/dump_validators.sh @@ -1,9 +1,9 @@ #!/bin/sh -curl -s https://api.oasisscan.com/mainnet/validator/list?pageSize=500 | +curl -s https://nexus.oasis.io/v1/consensus/validators?limit=500 | jq '{ dump_timestamp: (now * 1000 | floor), dump_timestamp_iso: (now | strftime("%Y-%m-%dT%H:%M:%SZ")), - list: .data.list + list: .validators }' \ - >|"$(dirname "$0")/../src/vendors/oasisscan/dump_validators.json" + >|"$(dirname "$0")/../src/vendors/nexus/dump_validators.json" diff --git a/src/app/state/staking/saga.test.ts b/src/app/state/staking/saga.test.ts index a105f0ca08..2e1ede344a 100644 --- a/src/app/state/staking/saga.test.ts +++ b/src/app/state/staking/saga.test.ts @@ -17,8 +17,8 @@ import { stakingSaga, } from './saga' import { DebondingDelegation, Delegation, StakingState, Validator } from './types' -import { parseValidatorsList } from 'vendors/oasisscan' -import { ValidatorRow } from 'vendors/oasisscan/models' +import { parseValidatorsList } from 'vendors/nexus' +import { Validator as NexusValidator } from 'vendors/nexus/models' const qty = (number: number) => oasis.quantity.fromBigInt(BigInt(number)) @@ -158,21 +158,65 @@ describe('Staking Sagas', () => { dump_timestamp_iso: '2022-03-23T00:52:41.337Z', list: [ { - rank: 1, - entityAddress: 'oasis1qq3xrq0urs8qcffhvmhfhz4p0mu7ewc8rscnlwxe', - name: 'stakefish', - nodeAddress: 'oasis1qrg52ccz4ts6cct2qu4retxn7kkdlusjh5pe74ar', - escrow: '0.2', - status: true, + active: true, + current_commission_bound: { + epoch_end: 0, + epoch_start: 0, + lower: 0, + upper: 20000, + }, + current_rate: 5000, + entity_address: 'oasis1qq3xrq0urs8qcffhvmhfhz4p0mu7ewc8rscnlwxe', + entity_id: 'eZuacXy5s3/nolB/E3gF4vqUYdvfOlVaaBXGfZcGwKc=', + escrow: { + active_balance: '153866511910432557', + active_shares: '109032182592723438', + debonding_balance: '16650100374694405', + debonding_shares: '16650100374694405', + num_delegators: 7763, + self_delegation_balance: '619388791323275', + self_delegation_shares: '438908447022946', + }, + in_validator_set: true, + media: { + name: 'stakefish', + }, + node_id: 'SQZZd1wsWXdFsqswUoh6hZtmzu+ejuSnrGeHtgIBJDo=', + rank: 2, + start_date: '2024-04-11T03:43:47Z', + voting_power: 9616629779339760, + voting_power_cumulative: 19271157520617090, _expectedStatus: true, }, { - rank: 2, - entityAddress: 'oasis1qqekv2ymgzmd8j2s2u7g0hhc7e77e654kvwqtjwm', - name: 'BinanceStaking', - nodeAddress: 'oasis1qqp0h2h92eev7nsxgqctvuegt8ge3vyg0qyluc4k', - escrow: '0.1', - status: true, + active: true, + current_commission_bound: { + epoch_end: 0, + epoch_start: 4725, + lower: 0, + upper: 25000, + }, + current_rate: 10000, + entity_address: 'oasis1qqekv2ymgzmd8j2s2u7g0hhc7e77e654kvwqtjwm', + entity_id: '9sAhd+Wi6tG5nAr3LwXD0y9mUKLYqfAbS2+7SZdNHB4=', + escrow: { + active_balance: '120770371034123739', + active_shares: '94613417937776490', + debonding_balance: '3799179743582808', + debonding_shares: '3799179743582808', + num_delegators: 7199, + self_delegation_balance: '3484701686486584', + self_delegation_shares: '2729970391155567', + }, + in_validator_set: true, + media: { + name: 'BinanceStaking', + }, + node_id: '6wbL5/OxvFGxi55o7AxcwKmfjXbXGC1hw4lfnEZxBXA=', + rank: 5, + start_date: '2021-04-28T16:00:00Z', + voting_power: 7548126828433809, + voting_power_cumulative: 43461945454389704, _expectedStatus: false, }, ], @@ -207,8 +251,8 @@ describe('Staking Sagas', () => { list: parseValidatorsList( getMainnetDumpValidatorsMock.list.map(({ _expectedStatus, ...v }) => ({ ...v, - status: _expectedStatus, - })) as ValidatorRow[], + active: _expectedStatus, + })) as NexusValidator[], ), }, }), diff --git a/src/app/state/staking/saga.ts b/src/app/state/staking/saga.ts index f18393d69b..9b1e830059 100644 --- a/src/app/state/staking/saga.ts +++ b/src/app/state/staking/saga.ts @@ -5,7 +5,7 @@ import { addressToPublicKey, publicKeyToAddress } from 'app/lib/helpers' import { NetworkType } from 'app/state/network/types' import { call, put, select, takeLatest } from 'typed-redux-saga' import { WalletError, WalletErrors } from 'types/errors' -import { parseValidatorsList } from 'vendors/oasisscan' +import { parseValidatorsList } from 'vendors/nexus' import { stakingActions } from '.' import { getEpoch, getExplorerAPIs, getOasisNic } from '../network/saga' @@ -149,7 +149,7 @@ export function now() { } export async function getMainnetDumpValidators() { - return await import('vendors/oasisscan/dump_validators.json') + return await import('vendors/nexus/dump_validators.json') } export function* getValidatorDetails({ payload: address }: PayloadAction) { diff --git a/src/vendors/nexus.ts b/src/vendors/nexus.ts index e2ebd82df8..f04ca85f1c 100644 --- a/src/vendors/nexus.ts +++ b/src/vendors/nexus.ts @@ -186,7 +186,7 @@ function parseAccount(account: NexusAccount): Account { } } -function parseValidatorsList(validators: NexusValidator[]): Validator[] { +export function parseValidatorsList(validators: NexusValidator[]): Validator[] { return validators.map(v => { const parsed: Validator = { address: v.entity_address, diff --git a/src/vendors/nexus/dump_validators.json b/src/vendors/nexus/dump_validators.json new file mode 100644 index 0000000000..475e0164c9 --- /dev/null +++ b/src/vendors/nexus/dump_validators.json @@ -0,0 +1,7752 @@ +{ + "dump_timestamp": 1736407527013, + "dump_timestamp_iso": "2025-01-09T07:25:27Z", + "list": [ + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 20603, + "lower": 0, + "upper": 100000 + }, + "current_rate": 8000, + "entity_address": "oasis1qqtmpsavs44vz8868p008uwjulfq03pcjswslutz", + "entity_id": "c+Kr/VTZLJes6N2u6nTEj7aWje8wHApJeVEoOdvhCh8=", + "escrow": { + "active_balance": "155036896600591772", + "active_balance_24": "154879682433419070", + "active_shares": "146096492461605417", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 89, + "self_delegation_balance": "211475347594916", + "self_delegation_shares": "199280346828086" + }, + "in_validator_set": true, + "media": { + "email": "contact@kiln.fi", + "keybase": "kilnfi", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e976400f2c6613037aa555dd11394305_360_360.jpg", + "name": "Kiln", + "twitter": "Kiln_finance", + "url": "https://kiln.fi" + }, + "node_id": "jKA6PqWwftnglxywnQQPoIcb7j2HQVu7anf2i7LWU2c=", + "rank": 1, + "start_date": "2023-02-01T08:00:21Z", + "voting_power": 9689778615463504, + "voting_power_cumulative": 9689778615463504 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qq3xrq0urs8qcffhvmhfhz4p0mu7ewc8rscnlwxe", + "entity_id": "eZuacXy5s3/nolB/E3gF4vqUYdvfOlVaaBXGfZcGwKc=", + "escrow": { + "active_balance": "141974669124973988", + "active_balance_24": "141852393947874573", + "active_shares": "100374716753692830", + "debonding_balance": "1838204951407960", + "debonding_shares": "1838204951407960", + "num_delegators": 7438, + "self_delegation_balance": "638431536468247", + "self_delegation_shares": "451364916252887" + }, + "in_validator_set": true, + "media": { + "email": "hi@stake.fish", + "keybase": "bflabs", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e1378cd4d5203ded716906687ad53905_360_360.jpg", + "name": "stakefish", + "twitter": "stakefish", + "url": "https://stake.fish" + }, + "node_id": "SQZZd1wsWXdFsqswUoh6hZtmzu+ejuSnrGeHtgIBJDo=", + "rank": 2, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 8873391708612338, + "voting_power_cumulative": 18563170324075840 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpn83e8hm3gdhvpfv66xj3qsetkj3ulmkugmmxn3", + "entity_id": "9D+kziTxFhg77+cyt+Fwd6eXREkZ1wHw7WX7VG57MeA=", + "escrow": { + "active_balance": "123818290855271579", + "active_balance_24": "123883921784197092", + "active_shares": "87418865592046863", + "debonding_balance": "811224531894702", + "debonding_shares": "811224531894702", + "num_delegators": 2005, + "self_delegation_balance": "74212838625592", + "self_delegation_shares": "52396153429368" + }, + "in_validator_set": true, + "media": { + "email": "techops@chorus.one", + "keybase": "chorusoneinc", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/3a844f583b686ec5285403694b738a05_360_360.jpg", + "name": "Chorus One", + "twitter": "ChorusOne", + "url": "https://chorus.one/" + }, + "node_id": "SCA1zoR15jpC2eugP1P/CZBQhMjHEtmJ7+hWemgTdWo=", + "rank": 3, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 7738621278156256, + "voting_power_cumulative": 26301791602232096 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qq7vyz4ewrdh00yujw0mgkf459et306xmvh2h3zg", + "entity_id": "FDqRmM1FyhaGas+lquWmGAKgMsU2rj7UESAlnOHtxco=", + "escrow": { + "active_balance": "122431403822761582", + "active_balance_24": "122423088575968998", + "active_shares": "88031140795755971", + "debonding_balance": "80509179066433", + "debonding_shares": "80509179066433", + "num_delegators": 186, + "self_delegation_balance": "25285662659452", + "self_delegation_shares": "18181003077532" + }, + "in_validator_set": true, + "media": { + "email": "p.pavlov@p2p.org", + "keybase": "p2p_org_", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/0e54d989cbe0b1eed716e222bf2cdd05_360_360.jpg", + "name": "P2P.ORG - P2P Validator", + "twitter": "P2Pvalidator", + "url": "https://p2p.org/" + }, + "node_id": "5UbIi8RQj4flFn9N8wHjQqp6QwZFJi2QdD2mOYLa/sY=", + "rank": 4, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 7651941083929331, + "voting_power_cumulative": 33953732686161428 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 4725, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qqekv2ymgzmd8j2s2u7g0hhc7e77e654kvwqtjwm", + "entity_id": "9sAhd+Wi6tG5nAr3LwXD0y9mUKLYqfAbS2+7SZdNHB4=", + "escrow": { + "active_balance": "117932010336921848", + "active_balance_24": "117945137404676121", + "active_shares": "92189059383549576", + "debonding_balance": "1006404343777171", + "debonding_shares": "1006404343777171", + "num_delegators": 6923, + "self_delegation_balance": "3521077034206111", + "self_delegation_shares": "2752473894688229" + }, + "in_validator_set": true, + "media": { + "name": "BinanceStaking", + "url": "https://www.binance.com" + }, + "node_id": "6wbL5/OxvFGxi55o7AxcwKmfjXbXGC1hw4lfnEZxBXA=", + "rank": 5, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 7370729786892318, + "voting_power_cumulative": 41324462473053740 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 15000, + "entity_address": "oasis1qz0ea28d8p4xk8xztems60wq22f9pm2yyyd82tmt", + "entity_id": "WazI78lMcmjyCH5+5RKkkfOTUR+XheHIohlqMu+a9As=", + "escrow": { + "active_balance": "109533453621142074", + "active_balance_24": "109526014372138426", + "active_shares": "78934913302998398", + "debonding_balance": "12065910565626", + "debonding_shares": "12065910565626", + "num_delegators": 489, + "self_delegation_balance": "4200715713017682", + "self_delegation_shares": "3027231586839985" + }, + "in_validator_set": true, + "media": { + "email": "staking@simply-vc.com.mt", + "keybase": "simplyvc", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/27d4669503119b84bbc4bd4ae7f0bf05_360_360.jpg", + "name": "Simply Staking", + "twitter": "Simply_VC", + "url": "https://simply-vc.com.mt/" + }, + "node_id": "xHvUU4I+dQ4oKvlfe4IXoKi8OT8vdAgfszQ5ciPL6HI=", + "rank": 6, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 6845821477646597, + "voting_power_cumulative": 48170283950700344 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11685, + "lower": 0, + "upper": 20000 + }, + "current_rate": 1000, + "entity_address": "oasis1qq0xmq7r0z9sdv02t5j9zs7en3n6574gtg8v9fyt", + "entity_id": "zAhtGrpk1L3bBLaP5enm3natUTCoj7MEFryq9+MG4tE=", + "escrow": { + "active_balance": "103478021131181306", + "active_balance_24": "100892071984331175", + "active_shares": "74784616672187927", + "debonding_balance": "3984565366135058", + "debonding_shares": "3984565366135058", + "num_delegators": 22665, + "self_delegation_balance": "849428385247130", + "self_delegation_shares": "613890519810494" + }, + "in_validator_set": true, + "media": { + "email": "marssuper@outlook.com", + "keybase": "marssuper", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/f30f9b2207b7d83ef05219ca483b6f05_360_360.jpg", + "name": "Mars Staking | Long term fee 1%", + "url": "https://linktr.ee/marssuper" + }, + "node_id": "PsfFUQrXqGoFtowWZcoc8ilh8xHP94LvNYHvqQHpw1E=", + "rank": 7, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 6467358018075640, + "voting_power_cumulative": 54637641968775980 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 9366, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qp53ud2pcmm73mlf4qywnrr245222mvlz5a2e5ty", + "entity_id": "N+3/m12DoAqzFS0yF3R/kXSkSj7pZnWhq8nRCo/MKwk=", + "escrow": { + "active_balance": "83557278174787901", + "active_balance_24": "83551603165209924", + "active_shares": "70297884270813036", + "debonding_balance": "7100715244438", + "debonding_shares": "7100715244438", + "num_delegators": 27, + "self_delegation_balance": "1575328221614033", + "self_delegation_shares": "1325345241379389" + }, + "in_validator_set": true, + "media": { + "keybase": "crazysergo", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/cd8f93d411033d0d08f463906f245405_360_360.jpg", + "name": "SerGo", + "twitter": "SGolovatenko", + "url": "https://sergo.top/" + }, + "node_id": "6drUHh4qocfbBsA12qM8pTerEcbqhdaHt+v33sEr5kk=", + "rank": 8, + "start_date": "2021-08-16T17:39:50Z", + "voting_power": 5222315106772491, + "voting_power_cumulative": 59859957075548470 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qrdx0n7lgheek24t24vejdks9uqmfldtmgdv7jzz", + "entity_id": "UkwjS1YvEfHx9b6MMT5Q1WvCY3aWn2lxRDsB/Pw+zGk=", + "escrow": { + "active_balance": "83459693883292210", + "active_balance_24": "83454025501404852", + "active_shares": "62112375651259818", + "debonding_balance": "4694369499184949", + "debonding_shares": "4694369499184949", + "num_delegators": 312, + "self_delegation_balance": "10736394580671", + "self_delegation_shares": "7990239866771" + }, + "in_validator_set": true, + "media": { + "email": "hi@bitcat365.com", + "keybase": "bitcat365", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e6d2c9be95cde136dcf0ade7238f1705_360_360.jpg", + "name": "Bit Cat🐱", + "twitter": "bitcat365", + "url": "https://www.bitcat365.com" + }, + "node_id": "4bv9f6NqLf4+6+QII+p48KgpagFXk9PgIdefbuo2spA=", + "rank": 9, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 5216216105814183, + "voting_power_cumulative": 65076173181362660 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 33752, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qpl883gp995zs9n6a279tqsavnaxxf0rzcdlauwu", + "entity_id": "nw+8VTk+LbrZ4mSmeKYuQGu/swFgAOpPB5ls4STzh1g=", + "escrow": { + "active_balance": "74155337820130203", + "active_balance_24": "74150301367751907", + "active_shares": "61341927189040685", + "debonding_balance": "148331608737532", + "debonding_shares": "148331608737532", + "num_delegators": 182, + "self_delegation_balance": "470781896192776", + "self_delegation_shares": "389434795216271" + }, + "in_validator_set": true, + "media": { + "keybase": "princess_stake", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/7abefc0db8113014f7079a4dd4576005_360_360.jpg", + "name": "Princess Stake", + "url": "https://princess-stake.github.io/" + }, + "node_id": "XCiPWblWT3n1aN2NI0vslmlfV9GOkxE2Ih2SI66ZR38=", + "rank": 10, + "start_date": "2021-08-30T15:26:21Z", + "voting_power": 4634695497569879, + "voting_power_cumulative": 69710868678932536 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 13320, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz8vfnkcc48grazt83gstfm6yjwyptalny8cywtp", + "entity_id": "hNBVs2ay1IWvufQwX0TbYA6X4ocKaMpzpyaMTHggi6Q=", + "escrow": { + "active_balance": "73918303844457314", + "active_balance_24": "73913283490857146", + "active_shares": "64233325194606974", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 23, + "self_delegation_balance": "36157071155802", + "self_delegation_shares": "31419672649988" + }, + "in_validator_set": true, + "media": { + "keybase": "kumaji", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/f37d5d76fb6ad338ee06f438b4ab7605_360_360.jpg", + "name": "Kumaji", + "twitter": "RathBlayde" + }, + "node_id": "ao6m4qMGefemuUiwr6GoqxaeWoX14uQ7YTxTajKADQg=", + "rank": 11, + "start_date": "2021-12-07T10:39:20Z", + "voting_power": 4619880916015589, + "voting_power_cumulative": 74330749594948130 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 21911, + "lower": 0, + "upper": 20000 + }, + "current_rate": 17000, + "entity_address": "oasis1qzf03q57jdgdwp2w7y6a8yww6mak9khuag9qt0kd", + "entity_id": "oOVxTw2hEYgYvSrTjjKODCt/Soy3OLcQV9YBy/PF/xY=", + "escrow": { + "active_balance": "73494159604553977", + "active_balance_24": "73489168057811529", + "active_shares": "61299707959941016", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 18, + "self_delegation_balance": "560062197124825", + "self_delegation_shares": "467134386023068" + }, + "in_validator_set": true, + "media": { + "email": "info@spectrumstaking.net", + "keybase": "spectrum_staking", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/8a620e1f2ea45576f792a06f0da08705_360_360.jpg", + "name": "Spectrum Staking", + "twitter": "SpectrumStaking", + "url": "https://spectrumstaking.net" + }, + "node_id": "TMmNbzQFfQDaBowZkFVRALBjy6fjzL6Q1kZIU5rqTtE=", + "rank": 12, + "start_date": "2021-09-10T13:29:18Z", + "voting_power": 4593371976041931, + "voting_power_cumulative": 78924121570990060 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 22980, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qrugz89g5esmhs0ezer0plsfvmcgctge35n32vmr", + "entity_id": "aiTgGyYB2l4uAMG93Ajq5S4EXPIRkYDg1ICLjWD45Ck=", + "escrow": { + "active_balance": "71990975094128954", + "active_balance_24": "71986085640066886", + "active_shares": "57945580669497465", + "debonding_balance": "113925596945", + "debonding_shares": "113925596945", + "num_delegators": 58, + "self_delegation_balance": "384782077517791", + "self_delegation_shares": "309711333730807" + }, + "in_validator_set": true, + "media": { + "email": "validatrium@gmail.com", + "keybase": "validatrium", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/ff96631d063abf8c89ebeda32d884d05_360_360.jpg", + "name": "Validatrium.com", + "twitter": "validatrium", + "url": "https://www.validatrium.com" + }, + "node_id": "oFa261SRphbFBQ+QW6xcd9SZBMJrzsmDrYecSblNHv0=", + "rank": 13, + "start_date": "2021-06-27T10:15:51Z", + "voting_power": 4499423210015375, + "voting_power_cumulative": 83423544781005440 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 10558, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qpwrq93z8s9ytu2hfjtqggc9edgwfadzevs3trvm", + "entity_id": "1aTTEfSIcVxsPS86uIA7rSD2Jmb+aIVj1grCEjyzlzQ=", + "escrow": { + "active_balance": "70044749014367589", + "active_balance_24": "70039991743304835", + "active_shares": "57986921864825769", + "debonding_balance": "15685392053965", + "debonding_shares": "15685392053965", + "num_delegators": 59, + "self_delegation_balance": "79222883746334", + "self_delegation_shares": "65585090022416" + }, + "in_validator_set": true, + "media": { + "keybase": "munaynetwork", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e46b46540baf3a06ac7babf28a06db05_360_360.jpg", + "name": "Munay Network", + "twitter": "MunayNetwork" + }, + "node_id": "7E5It9hRik5ndQ1QtL3blTAX3pXSoPZPhGfLMQvbA+Q=", + "rank": 14, + "start_date": "2021-08-02T16:57:53Z", + "voting_power": 4377784424268053, + "voting_power_cumulative": 87801329205273490 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11650, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qpaygvzwd5ffh2f5p4qdqylymgqcvl7sp5gxyrl3", + "entity_id": "21+iPu/omYBN7X5cUY4QnD4b9VVuAiW/u8uABqt2VjM=", + "escrow": { + "active_balance": "69868762653458323", + "active_balance_24": "69864017334966375", + "active_shares": "55693392427775104", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 7, + "self_delegation_balance": "177791099341433", + "self_delegation_shares": "141719834297049" + }, + "in_validator_set": true, + "media": { + "email": "dmytro.rozum@gmail.com", + "keybase": "dimaro", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/6243304c1ffac8281e1f2abf03fc7405_360_360.jpg", + "name": "Appload", + "url": "https://t.me/dimaro" + }, + "node_id": "VmE8xXf9hGi7d0TTGWk9EgrLws+Vl1XKHMiSyeuNtAg=", + "rank": 15, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 4366785307838724, + "voting_power_cumulative": 92168114513112210 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qzugextrcdueshq63w7l9x4xglnusznsgqa95w7e", + "entity_id": "T5k7PtOR01oZrdnZveDpO9AFpMUhEREZk7WSSfm8Gtg=", + "escrow": { + "active_balance": "68550656344412647", + "active_balance_24": "68546000548534313", + "active_shares": "50925595306539642", + "debonding_balance": "60169206770963", + "debonding_shares": "60169206770963", + "num_delegators": 17, + "self_delegation_balance": "391437659700435", + "self_delegation_shares": "290795112821237" + }, + "in_validator_set": true, + "media": { + "email": "bambarello@keybase.io", + "keybase": "bambarello", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/54d9aa8c94a4c2a8b9893fe94a721305_360_360.jpg", + "name": "Alexander (aka Bambarello) Validator", + "url": "https://keybase.io/bambarello" + }, + "node_id": "4rUqFOE27urnaltMm2XqyuxcghXs4xRep3AV3mXSTt4=", + "rank": 16, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 4284403896662762, + "voting_power_cumulative": 96452518409774980 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 7805, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qpqz8g88kvw49m402k8m2r6nv4p62vsdkv5d0u6r", + "entity_id": "UDV5FoaIkssdSFWC4asZtxvsyagoyrIS5rPX8p/np2U=", + "escrow": { + "active_balance": "68266026115709152", + "active_balance_24": "68261389651232096", + "active_shares": "57462685365393513", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 8, + "self_delegation_balance": "274768262616891", + "self_delegation_shares": "231285210543652" + }, + "in_validator_set": true, + "media": { + "email": "rusakhmadeev@gmail.com", + "keybase": "hukutu4", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/cfd29b95316ef33355e49e3ae2099205_360_360.jpg", + "name": "Dobrynya Hukutu4" + }, + "node_id": "Y/wwhwec6KZFgmM25vKNCTw1FS71/9iv5Q2lWtFX2PA=", + "rank": 17, + "start_date": "2021-08-20T06:39:57Z", + "voting_power": 4266614557712623, + "voting_power_cumulative": 100719132967487600 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz26ty8q6gwt6zah7dtt8jpepvwnttkg8ssnxjl7", + "entity_id": "kupW3Pt0XMeERSkdDWyZMU4oZrk0wGysVXVyqX3rylc=", + "escrow": { + "active_balance": "68051283330285317", + "active_balance_24": "68046854022674208", + "active_shares": "50553736925715232", + "debonding_balance": "10180402378983", + "debonding_shares": "10180402378983", + "num_delegators": 20, + "self_delegation_balance": "29963727558301", + "self_delegation_shares": "22259365674916" + }, + "in_validator_set": true, + "media": { + "email": "contact@aitivity.com", + "keybase": "jrastit", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/04cebfb7b13493edfa7cb60e80407705_360_360.jpg", + "name": "Jr", + "twitter": "zgenerator", + "url": "https://aitivity.com" + }, + "node_id": "oML3ffLYwPni7EcrkjQpK0/sPTe7Jq91VYnnd6HOin4=", + "rank": 18, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 4253193171606156, + "voting_power_cumulative": 104972326139093740 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 9533, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqw05utlqvf2ska0fyjf5yr7peg2z4tuxcjmqztp", + "entity_id": "cVGc1fI6xu0WeI2GUrLIwDpH/JtBE3PwD+P66YkSKg8=", + "escrow": { + "active_balance": "62400265666463110", + "active_balance_24": "62396027590342622", + "active_shares": "52496886770619968", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 15, + "self_delegation_balance": "396745714678486", + "self_delegation_shares": "333779265805259" + }, + "in_validator_set": true, + "media": { + "name": "RedHead", + "twitter": "Red__Head" + }, + "node_id": "y6LXNa3NMtZzeXnz9GNBj9MZuSCwBvfBLkZu2YG2fU4=", + "rank": 19, + "start_date": "2021-08-23T15:34:20Z", + "voting_power": 3900005567138189, + "voting_power_cumulative": 108872331706231940 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 9438, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqrv4g5wu543wa7fcae76eucqfn2uc77zgqw8fxk", + "entity_id": "p1VsfSsedbKn/5GzkPsr15XD+/AOIfbPda1/2yT84N4=", + "escrow": { + "active_balance": "61241437741311880", + "active_balance_24": "61237278369999861", + "active_shares": "52556189350431432", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 28, + "self_delegation_balance": "623294155772159", + "self_delegation_shares": "534898703883322" + }, + "in_validator_set": true, + "media": { + "email": "cryptolusia@protonmail.com", + "name": "Lusia" + }, + "node_id": "5GNoYx8mSk4PjcXLyi2I50Bw7n1ATsqAtttVjRzTuEY=", + "rank": 20, + "start_date": "2021-10-23T19:10:55Z", + "voting_power": 3827579026783346, + "voting_power_cumulative": 112699910733015280 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 9707, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qr9zuf3n8g3znm786st3sldfw677pk3a6v85w9ds", + "entity_id": "9yOiPY3NnNMpEzB+6XS/OqahzFwwX8mFhmT2fvbxlVI=", + "escrow": { + "active_balance": "59845203597941992", + "active_balance_24": "59841139055498381", + "active_shares": "50340213311703676", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 11, + "self_delegation_balance": "32881527086316", + "self_delegation_shares": "27659076885430" + }, + "in_validator_set": true, + "media": { + "email": "glebanyy@yandex.ru", + "name": "glebanyy", + "url": "https://t.me/glebanyy" + }, + "node_id": "CPLy/FYKtIVK7JOspFi3G1Afkurqmh2tAtiDq4rnSfI=", + "rank": 21, + "start_date": "2021-08-23T19:41:36Z", + "voting_power": 3740314639780943, + "voting_power_cumulative": 116440225372796220 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 18000, + "entity_address": "oasis1qqnmppt4j5d2yl584euhn6g2cw9gewdswga9frg4", + "entity_id": "J3ou5m1abrwcbYwTksSj1Hj21QoDjyrSkjB40rEKV4E=", + "escrow": { + "active_balance": "57349334257450080", + "active_balance_24": "57345439228455471", + "active_shares": "42379395167509491", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 26, + "self_delegation_balance": "88414127307120", + "self_delegation_shares": "65335322337280" + }, + "in_validator_set": true, + "media": { + "email": "yuanjun@bitopia.cn", + "keybase": "bitopia", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/d8c764c7e286d36525b9e037fdd7aa05_360_360.jpg", + "name": "Nodeasy", + "twitter": "Nodeasy", + "url": "https://www.nodeasy.com" + }, + "node_id": "dMaOtmpPbdB7ukYfXdo+ssTTCjX2Qspmi1YJIg5Hcr0=", + "rank": 22, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 3584323247455839, + "voting_power_cumulative": 120024548620252060 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qrtq873ddwnnjqyv66ezdc9ql2a07l37d5vae9k0", + "entity_id": "uxSkvFu6x4MIYV+M1VrDu3m/qbADs/1Ae3mWAcEmnaQ=", + "escrow": { + "active_balance": "57014960064538749", + "active_balance_24": "57011087745435950", + "active_shares": "42448621871561879", + "debonding_balance": "11004799999999", + "debonding_shares": "11004799999999", + "num_delegators": 103, + "self_delegation_balance": "1000509930756", + "self_delegation_shares": "744896912693" + }, + "in_validator_set": true, + "media": { + "email": "info@forbole.com", + "keybase": "forbole", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/f5b0771af36b2e3d6a196a29751e1f05_360_360.jpeg", + "name": "Forbole", + "twitter": "forbole", + "url": "https://forbole.com" + }, + "node_id": "IEkIQb2o8l0xlFIpN47FmOYcBmFch9DsZGs8OuZqQ6g=", + "rank": 23, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 3563424919541149, + "voting_power_cumulative": 123587973539793220 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 18867, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qpcz9k0q3nzq4289rzq2hw2pwgep0ygnysa5pjdj", + "entity_id": "JuHLTlYMfnBtwHawFRRqvMOi+1P0mx+mfhFqnrpo3L0=", + "escrow": { + "active_balance": "53819689615255667", + "active_balance_24": "53816034311244793", + "active_shares": "50514131788154209", + "debonding_balance": "4089922220285", + "debonding_shares": "4089922220285", + "num_delegators": 66, + "self_delegation_balance": "376548271547027", + "self_delegation_shares": "353421009104752" + }, + "in_validator_set": true, + "media": { + "email": "contact@gmaicnode.club", + "keybase": "magicadam1", + "name": "Magic Rose" + }, + "node_id": "Fg9vlXWjuP7OZHhLMliDzfTOenuxtYo93VxQquFDUxw=", + "rank": 24, + "start_date": "2022-11-22T06:19:14Z", + "voting_power": 3363721081622818, + "voting_power_cumulative": 126951694621416030 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 18877, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qrtz5ywlwjx9gca7qqxdr5f5s7sh7dkhks44cpvx", + "entity_id": "9NtPTr6f0Sc0+y/z3as4OzytmNHgrD8SV541PBKb2XA=", + "escrow": { + "active_balance": "53581348033980451", + "active_balance_24": "53577708917557136", + "active_shares": "50290297226100867", + "debonding_balance": "4167472355042", + "debonding_shares": "4167472355042", + "num_delegators": 59, + "self_delegation_balance": "378116625109248", + "self_delegation_shares": "354892106313093" + }, + "in_validator_set": true, + "media": { + "email": "nikko@onlinenodes.top", + "keybase": "nikko440", + "name": "RoseOnline", + "url": "https://oasisprotocol.org" + }, + "node_id": "b+6HsJ3SRI9f3eecG0bSZG/7UQzEBcJsIi4z07ytmEA=", + "rank": 25, + "start_date": "2022-11-22T15:47:08Z", + "voting_power": 3348824774949665, + "voting_power_cumulative": 130300519396365700 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 10603, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qp9xlxurlcx3k5h3pkays56mp48zfv9nmcf982kn", + "entity_id": "RMa2ER0wvraR+4u5QOGOrRTwmMVOYNcOot7sFppPRP0=", + "escrow": { + "active_balance": "49890095893700782", + "active_balance_24": "49886707478254191", + "active_shares": "43190792102131827", + "debonding_balance": "6452836099592", + "debonding_shares": "6452836099592", + "num_delegators": 23, + "self_delegation_balance": "1160012758885121", + "self_delegation_shares": "1004244810664988" + }, + "in_validator_set": true, + "media": { + "keybase": "elysium1", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/f3a3448b7b51683b63a684cb7405b805_360_360.jpg", + "name": "ELYSIUM", + "twitter": "ceron_trader" + }, + "node_id": "orWbpXiShG+xIy/BxDtokUdZwNCg3A4oNSbqkpjbvZQ=", + "rank": 26, + "start_date": "2021-11-23T08:25:36Z", + "voting_power": 3118122169070560, + "voting_power_cumulative": 133418641565436260 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1860, + "lower": 0, + "upper": 100000 + }, + "current_rate": 12000, + "entity_address": "oasis1qzv2rktycpcykhudyvg5l6u75v08lpfcw5nt7aj5", + "entity_id": "/ZcvHCNyKIwyFEF075X1wqFGhKxEhYeJRdDtoyaTC/w=", + "escrow": { + "active_balance": "49272958438987103", + "active_balance_24": "49269611938033695", + "active_shares": "36538236063077787", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 33, + "self_delegation_balance": "231089092614589", + "self_delegation_shares": "171363524437236" + }, + "in_validator_set": true, + "node_id": "GbyaSlSmHP7INTdznI0NzlN0VWGrPJX5ZQqTNZqNC7o=", + "rank": 27, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 3079551187306833, + "voting_power_cumulative": 136498192752743090 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qrs8zlh0mj37ug0jzlcykz808ylw93xwkvknm7yc", + "entity_id": "UFXCpcvXBOHbxtObG4psGcn+LgZOedvDDUAqVengpPk=", + "escrow": { + "active_balance": "47972368186697927", + "active_balance_24": "47969110018709642", + "active_shares": "35703795083450484", + "debonding_balance": "78393631157243", + "debonding_shares": "78393631157243", + "num_delegators": 180, + "self_delegation_balance": "334165856119248", + "self_delegation_shares": "248705446525688" + }, + "in_validator_set": true, + "media": { + "email": "bitoven@protonmail.com", + "keybase": "bitoven", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/695a44c03aa16422aaa8c7c6b1191605_360_360.jpg", + "name": "Bitoven", + "url": "https://bitoven.me" + }, + "node_id": "RyR58ibjevY8DqFHaqDfJhe1zm0XeY83hPk78qtcUic=", + "rank": 28, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2998264526580010, + "voting_power_cumulative": 139496457279323100 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 10528, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qzk6qlmgnq40cq2n3jfkw3307feqngt4gvksfml6", + "entity_id": "g9UqzvW6JvfKrflRKbCPBpm41rH/O+4apCK+KkD2tG4=", + "escrow": { + "active_balance": "46199863693626247", + "active_balance_24": "46196725909884494", + "active_shares": "38132425554585871", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 58, + "self_delegation_balance": "117039321652052", + "self_delegation_shares": "96601869855123" + }, + "in_validator_set": true, + "media": { + "email": "hello@gateomega.com", + "keybase": "gateomega", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/d6c0f46ff553d80c101c974324a1ab05_360_360.jpg", + "name": "GateOmega", + "twitter": "GateOmega", + "url": "https://gateomega.com" + }, + "node_id": "GYJsEu4Yp+CGEQVjy4owQAG6l6xEvGzcNM1xBHaEv6U=", + "rank": 29, + "start_date": "2021-07-29T10:12:18Z", + "voting_power": 2887483309273875, + "voting_power_cumulative": 142383940588596980 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11481, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19610, + "entity_address": "oasis1qrw82ag2sypeytse9x9k4uxym53l5lc5jyfs2sxv", + "entity_id": "kN01v7L/wv6hvrd1ak83pgCedGDnpgbGJVkXezhUUJ8=", + "escrow": { + "active_balance": "46023643831522695", + "active_balance_24": "46020648254276572", + "active_shares": "34757017449557686", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 22, + "self_delegation_balance": "3020651529477882", + "self_delegation_shares": "2281193516606925" + }, + "in_validator_set": true, + "node_id": "c7ycVhiEqHbQfOdeeaj965nuxN8Hsb4BxMPbaPIipRw=", + "rank": 30, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2876469599061203, + "voting_power_cumulative": 145260410187658180 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 10542, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qzzytegg6jc7hxu6y8feuzkgmr75ms7hc54mz85p", + "entity_id": "wCGlLKUiTNr9Ba49YA6dDuqm9rdtPcKKsKzHqMBn+rc=", + "escrow": { + "active_balance": "44566876935930119", + "active_balance_24": "44593849381534163", + "active_shares": "37131405827311096", + "debonding_balance": "29999999999999", + "debonding_shares": "29999999999999", + "num_delegators": 32, + "self_delegation_balance": "5503029647144", + "self_delegation_shares": "4584912409312" + }, + "in_validator_set": true, + "media": { + "email": "doorgod42@gmail.com", + "keybase": "doorgod", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/3d3fb3889f26e4b24dcd35165f9bcc05_360_360.jpg", + "name": "Doorgod", + "twitter": "doorgod42", + "url": "https://doorgod42.github.io" + }, + "node_id": "pjWGVgRla8SJGvBWIP5gPPHgxsr1c2EOsUP5KJvQjgk=", + "rank": 31, + "start_date": "2021-08-04T09:17:27Z", + "voting_power": 2785421925751582, + "voting_power_cumulative": 148045832113409760 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz22xm9vyg0uqxncc667m4j4p5mrsj455c743lfn", + "entity_id": "J2nwlXuYEPNZ0mMH2Phg5RofbZzj65xDvQMNdy9Ji0E=", + "escrow": { + "active_balance": "42804612195722876", + "active_balance_24": "42801705009305388", + "active_shares": "31714419512088964", + "debonding_balance": "26351608029210", + "debonding_shares": "26351608029210", + "num_delegators": 5109, + "self_delegation_balance": "212186970025271", + "self_delegation_shares": "157211717083443" + }, + "in_validator_set": true, + "media": { + "keybase": "stake5labs", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/de32b7ca9108d3d7de68949f81114205_360_360.jpg", + "name": "S5", + "twitter": "stake5labs", + "url": "https://www.stake5labs.com" + }, + "node_id": "ITrwEekdZNqXrEzvw3GT6Q3AtHDd51f19nD2nVU/f0c=", + "rank": 32, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2675280691188323, + "voting_power_cumulative": 150721112804598080 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 14168, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qpntrlgxp5tt36pkdezdjt5d27fzkvp22y46qura", + "entity_id": "AX8zJsi0DnrrdwCi/8JJptXSy62kZgQcAYKlCYD4oN8=", + "escrow": { + "active_balance": "40519289728998234", + "active_balance_24": "40516537756191946", + "active_shares": "36239286133187246", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 43, + "self_delegation_balance": "255225121029748", + "self_delegation_shares": "228266000002341" + }, + "in_validator_set": true, + "media": { + "email": "info@chlorisnetwork.com", + "keybase": "chlorisnetwork", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/683b223740ca14fc0da8bb1b51380505_360_360.jpg", + "name": "Chloris Network", + "twitter": "chlorisnetwork", + "url": "https://www.chlorisnetwork.com/" + }, + "node_id": "o5GsCptt8lelHPe2vSoEEBvSosOczh+cRom2+Gouhlo=", + "rank": 33, + "start_date": "2022-04-11T19:47:03Z", + "voting_power": 2532448441233300, + "voting_power_cumulative": 153253561245831400 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qp4f47plgld98n5g2ltalalnndnzz96euv9n89lz", + "entity_id": "bTok0el8GbmUzTAAgcQ78uww/TsgeWwXpM3N2S49qBQ=", + "escrow": { + "active_balance": "40260375267475817", + "active_balance_24": "40257640879517683", + "active_shares": "30010440773894387", + "debonding_balance": "638900743904", + "debonding_shares": "638900743904", + "num_delegators": 22, + "self_delegation_balance": "168962451012816", + "self_delegation_shares": "125946109430044" + }, + "in_validator_set": true, + "media": { + "keybase": "julia_ju", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/127dc934642b7ae27de0a2314cba6605_360_360.jpg", + "name": "Julia-Ju", + "url": "https://keybase.io/julia_ju" + }, + "node_id": "AVQbWvlbKOHi3z8uibbOVl3xsCJsw2YtWG5XXdbhhpI=", + "rank": 34, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2516266333183515, + "voting_power_cumulative": 155769827579014900 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qqewwznmvwfvee0dyq9g48acy0wcw890g549pukz", + "entity_id": "sDi9ZxHYB+rHTpVh4abNFXDMRSecfGe4QzbyGK8ZgQg=", + "escrow": { + "active_balance": "40121846738699029", + "active_balance_24": "40119121759265743", + "active_shares": "29809274303486256", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 8, + "self_delegation_balance": "153004674239634", + "self_delegation_shares": "113677676250271" + }, + "in_validator_set": true, + "media": { + "keybase": "wanderer_s", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/130665f78bca5329c21ebb7942cd1c05_360_360.jpg", + "name": "Wanderer Staking", + "url": "https://keybase.io/wanderer_s" + }, + "node_id": "XanOOptLq+tmEky6Olf3dVO6HZcUJs8f6ESxIvMmO0E=", + "rank": 35, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2507608324637130, + "voting_power_cumulative": 158277435903652030 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 3000, + "entity_address": "oasis1qp60saapdcrhe5zp3c3zk52r4dcfkr2uyuc5qjxp", + "entity_id": "/AI8TCLc1a5U98yBoxOji5bheVT1pc75v+tGDdM6se4=", + "escrow": { + "active_balance": "39596395314411388", + "active_balance_24": "39651150290095986", + "active_shares": "27784318420701756", + "debonding_balance": "237612154265875", + "debonding_shares": "237612154265875", + "num_delegators": 1460, + "self_delegation_balance": "362616632887001", + "self_delegation_shares": "254443767236263" + }, + "in_validator_set": true, + "media": { + "email": "hello@tessellatedgeometry.com", + "keybase": "tessellatedgeo", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/1be50ea4c1a26ff72b068a3ab0590205_360_360.jpg", + "name": "Tessellated Geometry", + "twitter": "tessellatedgeo", + "url": "https://tessellatedgeometry.com" + }, + "node_id": "wdxW8Bk1hZvQANQHRCO8MzbgRsdC5c7mpLjsNYLM82I=", + "rank": 36, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2474767703558110, + "voting_power_cumulative": 160752203607210140 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz72lvk2jchk0fjrz7u2swpazj3t5p0edsdv7sf8", + "entity_id": "ko5wr5SMqhKb+P1kimM1EF/T4SqvW/WjSOwPHigQl+k=", + "escrow": { + "active_balance": "39137585417965979", + "active_balance_24": "39136450600892086", + "active_shares": "29081929315047132", + "debonding_balance": "47195963427928", + "debonding_shares": "47195963427928", + "num_delegators": 3662, + "self_delegation_balance": "303416648508456", + "self_delegation_shares": "225459527732664" + }, + "in_validator_set": true, + "media": { + "keybase": "oceanabcde", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/98c72d275087af707ff08549edd06a05_360_360.jpg", + "name": "Ocean Stake", + "url": "https://keybase.io/oceanabcde" + }, + "node_id": "aJFHeID4Q7qUfMa42dRwaa9PQrZ/cVDiE3WNt4bQjo0=", + "rank": 37, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2446092166182043, + "voting_power_cumulative": 163198295773392200 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzrehfnnntdaeshy5f6kfa8v3p35yu7mluaapmgc", + "entity_id": "YDHYz/R+Y7pCodhmgkCqzoqqN54gzRfVE5fjZriX+RI=", + "escrow": { + "active_balance": "38936792249191439", + "active_balance_24": "38934147755811854", + "active_shares": "27487640173645684", + "debonding_balance": "180449767579098", + "debonding_shares": "180449767579098", + "num_delegators": 302, + "self_delegation_balance": "243397846023136", + "self_delegation_shares": "171828032666541" + }, + "in_validator_set": true, + "media": { + "email": "dlt@um.edu.mt", + "name": "University of Malta - Centre for DLT", + "url": "https://www.um.edu.mt/dlt" + }, + "node_id": "6XcILTcGhjvVaWI/tRvZfUTp4huxgg6OBvFQrNmx9DY=", + "rank": 38, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2433542628648825, + "voting_power_cumulative": 165631838402041020 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qql4alk30frfa6xua42eu7tynkqf9vd5ug95yqpn", + "entity_id": "WXs7ElBlm30la2fG4oZDpubeFu5sKkjDVeflWo+YuIA=", + "escrow": { + "active_balance": "38009287847762160", + "active_balance_24": "38006706348253089", + "active_shares": "28325396367901798", + "debonding_balance": "1087008670525", + "debonding_shares": "1087008670525", + "num_delegators": 24, + "self_delegation_balance": "168176981134875", + "self_delegation_shares": "125329358173780" + }, + "in_validator_set": true, + "media": { + "keybase": "code_breader", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/f107a3f7240f835e7449119812e4a905_360_360.jpg", + "name": "Breathe and Stake", + "url": "https://keybase.io/code_breader" + }, + "node_id": "ioLADiyiFmIms+8fib3N36/TX5XEnHrs2vWcH5LxHGo=", + "rank": 39, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2375573767611372, + "voting_power_cumulative": 168007412169652380 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 15462, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qp0xuvw2a93w4yp8jwthfz93gxy87u7hes9eu2ev", + "entity_id": "cgXH87+sYoe2mXsdDKWCyRvWZ8JqnVnxJkCq09LlBoI=", + "escrow": { + "active_balance": "37042110786854552", + "active_balance_24": "37036645050823139", + "active_shares": "29151900644679117", + "debonding_balance": "103818999997", + "debonding_shares": "103818999997", + "num_delegators": 52, + "self_delegation_balance": "290806463944771", + "self_delegation_shares": "228862798681465" + }, + "in_validator_set": true, + "media": { + "email": "oasis@starduststaking.com", + "keybase": "stardust_staking", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/ebedfe937bee6c76d68a12d0df524405_360_360.jpg", + "name": "Stardust", + "twitter": "DenysK59319343", + "url": "https://starduststaking.com" + }, + "node_id": "REB7DjPPyYCknxakN3MyAOS746YWJtgE41g9ac+oZXU=", + "rank": 40, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2315125372373605, + "voting_power_cumulative": 170322537542026000 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1585, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzu358mpd4z5frmrq6vnwq87cqfvdmfxh5ax57cj", + "entity_id": "32KS5Z9LWTD2UEUOqhRwZyJvb0lb12iiE9UYgoFjsKQ=", + "escrow": { + "active_balance": "36247894500364723", + "active_balance_24": "36494239395043220", + "active_shares": "26126675609070499", + "debonding_balance": "1623836763807666", + "debonding_shares": "1623836763807666", + "num_delegators": 555, + "self_delegation_balance": "348140715540069", + "self_delegation_shares": "250932079410393" + }, + "in_validator_set": true, + "media": { + "email": "support@citadel.one", + "keybase": "krewedk0", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/774aea32c735d04662b2173dc3683005_360_360.jpg", + "name": "Citadel.one", + "twitter": "CitadelDAO", + "url": "https://citadel.one" + }, + "node_id": "apKOntFDXWhpOfYAn1r84IWDG2KGBBAox4usIDhZcns=", + "rank": 41, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2265493406272795, + "voting_power_cumulative": 172588030948298780 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 3400, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qram2p9w3yxm4px5nth8n7ugggk5rr6ay5d284at", + "entity_id": "RZowTXmfT+b6H6Vuz97VECIy2cq8tytTilv8AxbtvO8=", + "escrow": { + "active_balance": "33073451971910408", + "active_balance_24": "33071205702515129", + "active_shares": "24408981551722151", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 8, + "self_delegation_balance": "3998481087639348", + "self_delegation_shares": "2950972616526100" + }, + "in_validator_set": true, + "media": { + "email": "info@realizable.com", + "keybase": "realizable", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/3276bba0e280285e7c4c6ba9faa0d305_360_360.jpg", + "name": "Realizable", + "url": "https://www.realizable.com/" + }, + "node_id": "MnmXWIpf1hEok0rIcynmHfYR6kvWuyH6VdCJARVN5oY=", + "rank": 42, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 2067084898394138, + "voting_power_cumulative": 174655115846692930 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 12119, + "lower": 0, + "upper": 5000 + }, + "current_rate": 0, + "entity_address": "oasis1qpg5vq3jt6djfw5rq9l8kcwkt4s7vmjn4vvxujwv", + "entity_id": "QNXjdhgd/NSfLbHeZB0n8yv5dSyl6jm4MSHjjduuj5M=", + "escrow": { + "active_balance": "32074937573820071", + "active_balance_24": "32072759121123669", + "active_shares": "27498945083411363", + "debonding_balance": "239876517825753", + "debonding_shares": "239876517825753", + "num_delegators": 639, + "self_delegation_balance": "233281222073", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": true, + "media": { + "email": "support@autostake.net", + "keybase": "autostake", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/7b8399e8fb07089eb1a26d5d89d03d05_360_360.jpg", + "name": "AutoStake 🛡️ Slash Protected", + "twitter": "AutoStake_", + "url": "https://autostake.net" + }, + "node_id": "g4GC/b200mEkFXNhsOJxQKdo39DAHayAxrO+c1AhfhI=", + "rank": 43, + "start_date": "2022-02-11T11:36:07Z", + "voting_power": 2004677925125226, + "voting_power_cumulative": 176659793771818140 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpavd66xsezz8s4wjw2fyycxw8jm2nlpnuejlg2g", + "entity_id": "iGs5cCGos/I5KQv82MwgGMNENaxy3bhuWdFXtINcu0U=", + "escrow": { + "active_balance": "31851353826275180", + "active_balance_24": "31849190558849729", + "active_shares": "27474394698277358", + "debonding_balance": "33882013959609", + "debonding_shares": "33882013959609", + "num_delegators": 209, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": true, + "media": { + "email": "nodes@spherical.one", + "keybase": "sphericalone", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/749a019fada9ce72d7818330647b2705_360_360.jpg", + "name": "Spherical One" + }, + "node_id": "pnzDjfjrjsN+7TZJSw/HzZq+jA6HN3jPsSEOkh9kKWE=", + "rank": 44, + "start_date": "2022-03-06T20:39:43Z", + "voting_power": 1990703980449934, + "voting_power_cumulative": 178650497752268060 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qp6fzgx9zhamsk6c77cwzjeme06xwswffvhk6js2", + "entity_id": "/ylWdaid2DDlI4BMVkX6gAR6eaBYlLolHbjCmHitrzc=", + "escrow": { + "active_balance": "29120853536914296", + "active_balance_24": "29118875718508166", + "active_shares": "21632528806713493", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 14, + "self_delegation_balance": "138551007367781", + "self_delegation_shares": "102923104718870" + }, + "in_validator_set": true, + "media": { + "email": "info@making.cash", + "keybase": "makingcash", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/1ea3ba236f36f7ff1846fe8bc353da05_360_360.jpg", + "name": "Making.Cash Validator", + "url": "https://www.making.cash" + }, + "node_id": "JThJEQbC1iFVbdy6nFz6mSwChY5xgnOwbWAV3igG6mE=", + "rank": 45, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1820048195320750, + "voting_power_cumulative": 180470545947588830 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 18000, + "entity_address": "oasis1qzmwdlxy7cltmwt99u9pwqt3g0rdwgsqyvcqymmt", + "entity_id": "F5eduX4m4O/ot3UcFs3iQk1ZPUuG43kuxGI9sZz95uU=", + "escrow": { + "active_balance": "28669034658896170", + "active_balance_24": "28667087526942689", + "active_shares": "21211519952964068", + "debonding_balance": "1505579785876", + "debonding_shares": "1505579785876", + "num_delegators": 5, + "self_delegation_balance": "18478709127604", + "self_delegation_shares": "13671946475657" + }, + "in_validator_set": true, + "media": { + "keybase": "Alexandr0", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/6aafc1f8fff43733e97703cd41651505_360_360.jpg", + "name": "alexandr0", + "twitter": "padygumuk51" + }, + "node_id": "I/Vnwyi7FJdROFe64fbaqE3t55OLcUBY8hVK64VNrqc=", + "rank": 46, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1791809595359855, + "voting_power_cumulative": 182262355542948670 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 18000, + "entity_address": "oasis1qqx820g2geqzeyeyfnm5hgz72eaj9emajgqmscy0", + "entity_id": "tcon38rBr3dHmURuXOTUFpDPKwE4eOU82F121rX9esE=", + "escrow": { + "active_balance": "27350005788491831", + "active_balance_24": "27348148241810115", + "active_shares": "20237119237858477", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 13, + "self_delegation_balance": "18939236029070", + "self_delegation_shares": "14013729311732" + }, + "in_validator_set": true, + "media": { + "keybase": "sukhov", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/9bfdffc819f8599631ce55d0b08ec405_360_360.jpg", + "name": "max999", + "twitter": "ValyaSukhov" + }, + "node_id": "ejPrx9xTpKV3GTZgthFQWf3UPMFFBseRtc0A17ak1TU=", + "rank": 47, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1709370524262155, + "voting_power_cumulative": 183971726067210850 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 2878, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qrgxl0ylc7lvkj0akv6s32rj4k98nr0f7smf6m4k", + "entity_id": "BTAJNDyd6/UQ+pfhTDdPGsothzJ+C5/C/g52a3DIlMw=", + "escrow": { + "active_balance": "26384781858860946", + "active_balance_24": "26382989867869472", + "active_shares": "19644326171810891", + "debonding_balance": "4849483614157", + "debonding_shares": "4849483614157", + "num_delegators": 18, + "self_delegation_balance": "494093848896", + "self_delegation_shares": "367868901821" + }, + "in_validator_set": true, + "media": { + "email": "haizhitiantang1@163.com", + "keybase": "haizhitiantang", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e9abda3d9767c89f046348c6cc595405_360_360.jpg", + "name": "itokenpool", + "twitter": "itokenpool", + "url": "https://www.itokenpool.com" + }, + "node_id": "Kv7anzrQTWYDQRLCo1/pkMRV65HpvJCvSEjO/R8wHkc=", + "rank": 48, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1649044199383724, + "voting_power_cumulative": 185620770266594560 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 18000, + "entity_address": "oasis1qr5f26k9rnfa2pg6wgsuljyq7lecej3gaqqhyra5", + "entity_id": "8rh2lgEm7QscCrLkVqcLMkRxfbNDIe+laI4H8nI/d74=", + "escrow": { + "active_balance": "26105383289274655", + "active_balance_24": "26103758021005957", + "active_shares": "19285183667673441", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 20, + "self_delegation_balance": "2732000121784207", + "self_delegation_shares": "2018247483474454" + }, + "in_validator_set": true, + "media": { + "keybase": "CB79CF86DBD56A19", + "name": "HashKey Cloud", + "twitter": "HashKeyCloud", + "url": "https://www.hashkey.cloud/" + }, + "node_id": "K5roq8kvag0dzkdauemq4PLfQG/rA4ZeItZ/op2PfGo=", + "rank": 49, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1631581838203063, + "voting_power_cumulative": 187252352104797630 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 5113, + "lower": 5000, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qpxpnxxk4qcgl7n55tx0yuqmrcw5cy2u5vzjq5u4", + "entity_id": "klORAmjq81QKiUA0CsXaANxYVesTWM7CKdaSlm7u9tM=", + "escrow": { + "active_balance": "25386688936113620", + "active_balance_24": "25384964733195430", + "active_shares": "20438957128946582", + "debonding_balance": "10138213746066", + "debonding_shares": "10138213746066", + "num_delegators": 24, + "self_delegation_balance": "144274376604737", + "self_delegation_shares": "116156061377303" + }, + "in_validator_set": true, + "media": { + "email": "perfectstake@gmail.com", + "keybase": "perfectstake", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/cee688a7dde6d4edf15e1fa2a880ea05_360_360.jpg", + "name": "Perfect Stake", + "twitter": "perfectstake", + "url": "https://perfectstake.com" + }, + "node_id": "IdElhqKVZCHY9Lo6222te1wSdhPPAz/OCsoSRkWrXXw=", + "rank": 50, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1586663568249203, + "voting_power_cumulative": 188839015673046820 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 420, + "lower": 0, + "upper": 20000 + }, + "current_rate": 15000, + "entity_address": "oasis1qr0jwz65c29l044a204e3cllvumdg8cmsgt2k3ql", + "entity_id": "kfr2A6K6TlvhQm4nz88Hczzkd2Aq5PlkxSpnmUUBAFs=", + "escrow": { + "active_balance": "25016514497140995", + "active_balance_24": "25014815435581317", + "active_shares": "18315186591799981", + "debonding_balance": "19909107712447", + "debonding_shares": "19909107712447", + "num_delegators": 748, + "self_delegation_balance": "25394070191658", + "self_delegation_shares": "18591604115699" + }, + "in_validator_set": true, + "media": { + "email": "go@staking.fund", + "keybase": "StakingFund", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/d48739023a250815c4ac564c9870ec05_360_360.jpg", + "name": "Staking Fund", + "twitter": "StakingFund", + "url": "https://staking.fund" + }, + "node_id": "lbxs4hlud9XNloIOdhJPaCahd7HtiY8QATCgGnFfCM0=", + "rank": 51, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1563527731287832, + "voting_power_cumulative": 190402543404334660 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qzp8e4ldf9zq27jle847nawll5jwwa9x75y6spaz", + "entity_id": "7n6AYdYIuGar561yxifDtrR9NVekDavFlpeHVZinCSc=", + "escrow": { + "active_balance": "24701596060726110", + "active_balance_24": "24699918387670002", + "active_shares": "17754741098334206", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 52, + "self_delegation_balance": "1318981212829421", + "self_delegation_shares": "948042785971492" + }, + "in_validator_set": true, + "media": { + "email": "contact@hashed.com", + "keybase": "hashed_delight", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/0518bbd1ad17cab82dd63a5908ffaa05_360_360.jpg", + "name": "Hashed x DELIGHT", + "twitter": "hashed_official", + "url": "https://hashed.com" + }, + "node_id": "HnLtoQyiKOkr2NMcQsQ4UH0HW8qkLRGWn4mgkDLNoEo=", + "rank": 52, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1543845384712943, + "voting_power_cumulative": 191946388789047600 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 19908, + "lower": 0, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qp7626tphkh9784tpf2lhdmskjmrk7p2ds40e9me", + "entity_id": "LQaKibf9tD8KXO210NhiDUHzXTsRIeK5l/3ITmfg118=", + "escrow": { + "active_balance": "24411206928516093", + "active_balance_24": "24409548977992157", + "active_shares": "22824707687365037", + "debonding_balance": "12763907359179", + "debonding_shares": "12763907359179", + "num_delegators": 31, + "self_delegation_balance": "4596422211288", + "self_delegation_shares": "4297697925694" + }, + "in_validator_set": true, + "media": { + "keybase": "wehaveservers", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/8da0fcf8249815d831953f275e534b05_360_360.jpg", + "name": "WeHaveServers.com", + "url": "https://wehaveservers.com" + }, + "node_id": "kyMt+dLOuEKW1GXST1tQdf4AbEdc4zJt40/apqitmWA=", + "rank": 53, + "start_date": "2022-12-12T08:19:44Z", + "voting_power": 1525696115312249, + "voting_power_cumulative": 193472084904359840 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qzl99wft8jtt7ppprk7ce7s079z3r3t77s6pf3dd", + "entity_id": "4gbOOU09bcyvM53Up1lTnP+sLb0feniJu0OcUUPCBSs=", + "escrow": { + "active_balance": "24064330843540525", + "active_balance_24": "24062696452006869", + "active_shares": "17930343564823191", + "debonding_balance": "178072058236", + "debonding_shares": "178072058236", + "num_delegators": 2195, + "self_delegation_balance": "141642854751402", + "self_delegation_shares": "105538153780690" + }, + "in_validator_set": true, + "media": { + "email": "dcccapital123@gmail.com", + "keybase": "dcccapital", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/6f43e231fb8bdea6bf55a13b910fb405_360_360.jpg", + "name": "DCC Capital", + "twitter": "dcccapital", + "url": "https://dcc.capital/" + }, + "node_id": "+zVbgQqOdY90Z2NQKXFByNT0OwLxj/Ho4j4qT5u2yKM=", + "rank": 54, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1504016421354810, + "voting_power_cumulative": 194976101325714660 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1503, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qqyynj90zkvyhja33w4ltgej45pr48f45ymmnsrx", + "entity_id": "PrCDIA3uyoLqNOZJ1PrRWdyviFn6K0PWFz91qQ9QyTw=", + "escrow": { + "active_balance": "23343064111248576", + "active_balance_24": "23341478706418456", + "active_shares": "17081375860840319", + "debonding_balance": "44031552185617", + "debonding_shares": "44031552185617", + "num_delegators": 30, + "self_delegation_balance": "2735855724158101", + "self_delegation_shares": "2001972821676682" + }, + "in_validator_set": true, + "media": { + "email": "hello@wolfedge.capital", + "keybase": "wolfedge", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/a885aecc57fdb3eaf07ea896532c1705_360_360.jpg", + "name": "WolfEdge Capital", + "url": "https://wolfedge.capital/" + }, + "node_id": "QFAWexckwRHNxkIty67NCpY8LHwlrcGp/v0ziDSlgFs=", + "rank": 55, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1458937378160255, + "voting_power_cumulative": 196435038703874900 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 18830, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qq2stnud2we0gfkvrf2stgg96qxhsh3fyc9mxt82", + "entity_id": "7hvHIq4ykrbyJPaEiEGetCisIXHVGTdpMYv5JhSwGFY=", + "escrow": { + "active_balance": "21219482522537108", + "active_balance_24": "21218071344738192", + "active_shares": "19916055090592132", + "debonding_balance": "29999999999", + "debonding_shares": "29999999999", + "num_delegators": 45, + "self_delegation_balance": "359105529826254", + "self_delegation_shares": "337047122037961" + }, + "in_validator_set": true, + "media": { + "email": "jay@fastvalidator.com", + "name": "Fast Rose", + "url": "https://fastvalidator.com" + }, + "node_id": "napBTcD5bfZJuheWQLWrfMnvr0mgdjrd93cTJzpJD1I=", + "rank": 56, + "start_date": "2022-11-17T09:52:03Z", + "voting_power": 1326213904473219, + "voting_power_cumulative": 197761252608348130 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 17000, + "entity_address": "oasis1qrmexg6kh67xvnp7k42sx482nja5760stcrcdkhm", + "entity_id": "LaKJUKndAqH57DVExspTjdRTRNGJOSqArzM0pm8REZw=", + "escrow": { + "active_balance": "20839930557766337", + "active_balance_24": "20838515159753112", + "active_shares": "15366722595893817", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 14, + "self_delegation_balance": "10726518597829", + "self_delegation_shares": "7909404268677" + }, + "in_validator_set": true, + "media": { + "keybase": "ushakov", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/3476fe9f5565f97c1169474fd0b6f505_360_360.jpg", + "name": "ushakov", + "twitter": "1lucky_star", + "url": "https://stake2.me" + }, + "node_id": "Nt7uVVgoz9DfwTAifgrhIgSQiOa5iet+O+fl65jVfVQ=", + "rank": 57, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1302491973808110, + "voting_power_cumulative": 199063744582156260 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11255, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qp334gzlzrap6k2ch6wc9vxxplw9sg3v9cfvvgsy", + "entity_id": "iNKCs9v4NJCuApCLPD4bRBoqTs/5DBxS0hourBkhxQo=", + "escrow": { + "active_balance": "20826904638046011", + "active_balance_24": "20825490124721960", + "active_shares": "16570119299198192", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 37, + "self_delegation_balance": "458187184318036", + "self_delegation_shares": "364538871112144" + }, + "in_validator_set": true, + "media": { + "email": "alive29@yandex.ru", + "keybase": "alive29", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/c86f2c6b74071b00802adf552ccac805_360_360.jpg", + "name": "Alive29", + "url": "https://keybase.io/alive29" + }, + "node_id": "VHs9SQr/IC3ElqF1rNxFuCrkx/pWbhy46So19MQlZLE=", + "rank": 58, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1301677856129542, + "voting_power_cumulative": 200365422438285800 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 8103, + "lower": 0, + "upper": 25000 + }, + "current_rate": 19000, + "entity_address": "oasis1qqr8y5cez0aczdlnfp9fre82whjsdgqgd5xxtv6p", + "entity_id": "XSQLBoubhOq/X86vKIj4Xzouo1Fhe39+kLF/2PDgKpM=", + "escrow": { + "active_balance": "20386974421967536", + "active_balance_24": "20385589787646777", + "active_shares": "17103697145471113", + "debonding_balance": "127392747054", + "debonding_shares": "127392747054", + "num_delegators": 11, + "self_delegation_balance": "13084689424012", + "self_delegation_shares": "10977429044582" + }, + "in_validator_set": true, + "media": { + "keybase": "bromyb", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/297b51044729efde1222031813c06f05_360_360.jpg", + "name": "BroMyb" + }, + "node_id": "e5ebJbZikm11u56wEOM9Ka1uVUS1Pckgc8RGmahs8Ss=", + "rank": 59, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1274182295437074, + "voting_power_cumulative": 201639604733722850 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 8103, + "lower": 0, + "upper": 20000 + }, + "current_rate": 17000, + "entity_address": "oasis1qps9drw07z0gmh5z2pn7zwl3z53ate2yvqf3uzq5", + "entity_id": "/Foi5kZdBc70HPmlguvY6AzBILNrNiPDgKQLOITuIEI=", + "escrow": { + "active_balance": "20363464174298623", + "active_balance_24": "20362081136737402", + "active_shares": "17076770118326775", + "debonding_balance": "200479278611", + "debonding_shares": "200479278611", + "num_delegators": 9, + "self_delegation_balance": "11456599860306", + "self_delegation_shares": "9607487236824" + }, + "in_validator_set": true, + "media": { + "keybase": "cherkes", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/b8b4a8365e10e870a60455ed1da57f05_360_360.jpg", + "name": "cherkes", + "twitter": "CryptoMad77" + }, + "node_id": "GY1goAIuGGSeVrhjhgVAp4JB0y6l3P5+TnozeBxu/kw=", + "rank": 60, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1272712909116131, + "voting_power_cumulative": 202912317642839000 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 8103, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qppctxzn8djkqfvrxugak9v7dp25vddq7sxqhkry", + "entity_id": "9+lM5vQ1g+cVzjaNM78gxw1yUegVj57tHDbpN7DKIvw=", + "escrow": { + "active_balance": "19913607712312963", + "active_balance_24": "19912255227921810", + "active_shares": "16599383923728369", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 8, + "self_delegation_balance": "11801982535077", + "self_delegation_shares": "9837777362650" + }, + "in_validator_set": true, + "media": { + "email": "vanya_shakhmin@mail.ru", + "keybase": "tuzem", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/12e07cc1bea0820286026594a228b105_360_360.jpg", + "name": "Tuzem", + "twitter": "Staker445" + }, + "node_id": "igLfuIxxqZATg0snKVTFoeRaqrlNq5r69ofncwlUA8I=", + "rank": 61, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1244596959810163, + "voting_power_cumulative": 204156914602649150 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11231, + "lower": 0, + "upper": 18000 + }, + "current_rate": 18000, + "entity_address": "oasis1qzt4fvcc6cw9af69tek9p3mfjwn3a5e5vcyrw7ac", + "entity_id": "L4OY/0mNEduAS9z6jh2xLp72b8gZURgcrd76AOiRIXk=", + "escrow": { + "active_balance": "19607057901495286", + "active_balance_24": "19606372981770799", + "active_shares": "15497651700080198", + "debonding_balance": "646786637949", + "debonding_shares": "646786637949", + "num_delegators": 23, + "self_delegation_balance": "884508756320933", + "self_delegation_shares": "699126238112835" + }, + "in_validator_set": true, + "media": { + "email": "tech@stakeservice.com", + "keybase": "stakeservice", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/b4d40c29622fb018a807ee16e4e9f205_360_360.jpg", + "name": "StakeService", + "twitter": "stakeservice", + "url": "https://stakeservice.com/" + }, + "node_id": "HZGW8QfuMUv/JEa1HqT19HrGTdJY3mWH4nogaWrWK+0=", + "rank": 62, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1225437650854903, + "voting_power_cumulative": 205382352253504060 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 15691, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz0pvg26eudajp60835wl3jxhdxqz03q5qt9us34", + "entity_id": "fhXoWYc8Ml153jBBvFrQ4CRY7vnbCk9j269rVLeg7cE=", + "escrow": { + "active_balance": "18293692084303459", + "active_balance_24": "18292449620689731", + "active_shares": "16319328099032932", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 19, + "self_delegation_balance": "56760583006243", + "self_delegation_shares": "50634643510047" + }, + "in_validator_set": true, + "media": { + "email": "hello@ankastake.com", + "keybase": "ankastake", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/0abefae10692c72e637614171b6e7505_360_360.jpg", + "name": "AnkaStake", + "twitter": "ankastake", + "url": "https://www.ankastake.com/" + }, + "node_id": "2cCzBxxmU/xnZwBf7aEoPiKXx5JWURZrkfHHXML8bmk=", + "rank": 63, + "start_date": "2022-03-24T22:03:14Z", + "voting_power": 1143352519581335, + "voting_power_cumulative": 206525704773085400 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 2878, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqs5wnxvsk009swtt7ehm5fslxve96kczszwt47s", + "entity_id": "VsrHPScBde1FUb+BDWONvLxxwKOKevLB7FRbUAaiF+Y=", + "escrow": { + "active_balance": "18234399585851784", + "active_balance_24": "18233399745310420", + "active_shares": "13831816821196802", + "debonding_balance": "3339298332761", + "debonding_shares": "3339298332761", + "num_delegators": 9, + "self_delegation_balance": "5857855223740", + "self_delegation_shares": "4443512386486" + }, + "in_validator_set": true, + "node_id": "e25jqMK9FwlwuV1VPS/dkriJlYh7zKp+1H9B8xAu2LI=", + "rank": 64, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1139646748915437, + "voting_power_cumulative": 207665351522000830 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 15050, + "lower": 0, + "upper": 5000 + }, + "current_rate": 0, + "entity_address": "oasis1qp4tj3u9qkcgjqrrjvwljrqcyx3g5ygjqgtm37t3", + "entity_id": "pMObKfyj3dlGVgf55VX9NUAERkHLXteFvKExpOAn/tc=", + "escrow": { + "active_balance": "16759215233541157", + "active_balance_24": "16758076987908379", + "active_shares": "14753060630779693", + "debonding_balance": "25375965267659", + "debonding_shares": "25375965267659", + "num_delegators": 290, + "self_delegation_balance": "152070957849576", + "self_delegation_shares": "133867369687184" + }, + "in_validator_set": true, + "media": { + "email": "support@strataone.io", + "keybase": "Strata_ONE", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/04596292f98bb67304f8cfea15625b05_360_360.jpg", + "name": "Strata One", + "twitter": "Strata_ONE", + "url": "https://strataone.io" + }, + "node_id": "MJc6tzSAEQOxgduime6zcs8bhlfb79AaICG1Xi7fCFA=", + "rank": 65, + "start_date": "2022-05-10T11:26:42Z", + "voting_power": 1047447987818516, + "voting_power_cumulative": 208712799509819360 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 6735, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qpsnzv8qz4fu3lwps2tc3eg5pnryzl4h7cqxruzf", + "entity_id": "DIbPacWGEiealk+226eYEafYmKJpD98PYoWp/tcPXJI=", + "escrow": { + "active_balance": "16252748674316096", + "active_balance_24": "16251644826675181", + "active_shares": "12040913868670855", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 33, + "self_delegation_balance": "119041499483062", + "self_delegation_shares": "88192371074937" + }, + "in_validator_set": true, + "media": { + "email": "0@0base.vc", + "keybase": "0basevc", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/c96cf0ee2dc8f102b6c3eaf1fbdf4c05_360_360.jpg", + "name": "0base.vc", + "twitter": "0basevc", + "url": "https://0base.vc" + }, + "node_id": "AZJhDCByjr/YdTvA7uFnIeYcg7iuHPGiDrJRKaEOYHA=", + "rank": 66, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 1015793917447969, + "voting_power_cumulative": 209728593427267330 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 15000, + "entity_address": "oasis1qrzkqzvlw9xgyxhhqps746ssyhn5lkqrmcgz8amq", + "entity_id": "C7he7BJPrgVrsGRm4m+OFcHlcNYOEPSGeerxvV/BsBA=", + "escrow": { + "active_balance": "14577335076843556", + "active_balance_24": "14576345019268815", + "active_shares": "10681038159438447", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 7, + "self_delegation_balance": "3033131459845", + "self_delegation_shares": "2222422184468" + }, + "in_validator_set": true, + "node_id": "/LlzNoccjtMUbW6fXa/3KKVa6JN+qwnGQrB4u631nR8=", + "rank": 67, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 911080863943877, + "voting_power_cumulative": 210639674291211200 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 14246, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz2rxs50p4kn537tcupjhg7ad3zcm9s7uuyrrd9e", + "entity_id": "aOefxt5MUuXEbErxpD+ZttJWh/3d9if+t+PBTeAgKpo=", + "escrow": { + "active_balance": "14563872943603308", + "active_balance_24": "14588551455107390", + "active_shares": "10865640171466638", + "debonding_balance": "140646590571170", + "debonding_shares": "140646590571170", + "num_delegators": 461, + "self_delegation_balance": "28803777576571", + "self_delegation_shares": "21489577939736" + }, + "in_validator_set": true, + "media": { + "email": "hello@staky.io", + "keybase": "staky", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/802332fc652f99a333844817aaddc105_360_360.jpg", + "name": "Staky.io", + "twitter": "staky_validator", + "url": "https://staky.io" + }, + "node_id": "vBGuFf/8tdEMQPiiPggnLlWT9aCbIQgNcRM+EKh2kX0=", + "rank": 68, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 910239482997469, + "voting_power_cumulative": 211549913774208670 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 25550, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qpv6xr9zf4epy67wycy9llqtspjfaxpzs5u2e0lv", + "entity_id": "1YeMK0NAZtE1ZK8u6KWddkKGZoD5VLfG9EAZI3b8HzE=", + "escrow": { + "active_balance": "13187453531762666", + "active_balance_24": "13186557871603122", + "active_shares": "12465716320052663", + "debonding_balance": "13381393865434", + "debonding_shares": "13381393865434", + "num_delegators": 19, + "self_delegation_balance": "37620407130862", + "self_delegation_shares": "35561476824065" + }, + "in_validator_set": true, + "media": { + "email": "info@w3coins.io", + "keybase": "w3coins", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/1b01fcc940b47fdbe4d48a0fa192b205_360_360.jpg", + "name": "w3coins", + "twitter": "w3coins_io", + "url": "https://www.w3coins.io" + }, + "node_id": "SWzqmOU0EDxeQvko0tvQStepEdSjTdqhMQNEfoRonvI=", + "rank": 69, + "start_date": "2023-02-06T15:36:23Z", + "voting_power": 824213513210924, + "voting_power_cumulative": 212374127287419600 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 15000, + "entity_address": "oasis1qz65awwegd9pr8msfxkg7hpwyjemm2qdlysyc8jq", + "entity_id": "izy38AmUeU4b4L23kVy4BlxbkHGOPy4KPSSLnJglrV0=", + "escrow": { + "active_balance": "12683619212876723", + "active_balance_24": "12682757771933601", + "active_shares": "9284190555069622", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 13, + "self_delegation_balance": "10323392759122", + "self_delegation_shares": "7556545489257" + }, + "in_validator_set": true, + "media": { + "keybase": "26FA2B24F46A98EF", + "name": "Wetez", + "twitter": "Wetez_wallet", + "url": "https://www.wetez.io" + }, + "node_id": "4Tz2fSohCN3mm3I9sA6hAQMv/8nmj4ssIXKoOBnxBek=", + "rank": 70, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 792723957395995, + "voting_power_cumulative": 213166851244815580 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11182, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qrflth3g7k0ymkut2zrca3ktagw6g882yvqmgzdv", + "entity_id": "WKCE1sMmJLe+DsdIQBMkPiKEgBpAQO+PjCeWjmLA1EM=", + "escrow": { + "active_balance": "12621471914923327", + "active_balance_24": "12620614694875367", + "active_shares": "10869141484665264", + "debonding_balance": "50647262019130", + "debonding_shares": "50647262019130", + "num_delegators": 34, + "self_delegation_balance": "132363223583735", + "self_delegation_shares": "113986277844262" + }, + "in_validator_set": true, + "media": { + "email": "staking@datax.io", + "keybase": "dataxstaking", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/59881d43f954b391d5a8bacad93e1f05_360_360.jpg", + "name": "Datax Staking", + "twitter": "DataxStaking", + "url": "https://datax.io/staking/" + }, + "node_id": "DGntJaRFwLUKi879qSLbt1uP3w5cE5vMAlYMispiaFE=", + "rank": 71, + "start_date": "2021-12-11T06:24:39Z", + "voting_power": 788839762266180, + "voting_power_cumulative": 213955691007081760 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 7006, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqxqhx9t52rsevhhtfspdxp4gsaft6ewyyeqnqy3", + "entity_id": "TWLcdgEfahwyFPTC7nN3rZacPO2aXlLfZIDt7uXbzEI=", + "escrow": { + "active_balance": "12552378425412545", + "active_balance_24": "12551525898028385", + "active_shares": "10181611439103927", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 12, + "self_delegation_balance": "103695889887554", + "self_delegation_shares": "84110853169445" + }, + "in_validator_set": true, + "media": { + "keybase": "ludasik", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/ec5c87e2f710581ba3a91fbc59313905_360_360.jpg", + "name": "LDV", + "url": "https://keybase.io/ludasik" + }, + "node_id": "MDvOFuiehs/VbW/s0e6DTn5b4fnsteQhCVd9E7T80Hs=", + "rank": 72, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 784521431392633, + "voting_power_cumulative": 214740212438474400 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1596, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qpg763ex50jp0e34lsu789smlzqvcv7025v7m7yx", + "entity_id": "6reBpCKHsqMX1Y26o3p5V+95in5ka16I969CWyiRudY=", + "escrow": { + "active_balance": "12489798125850630", + "active_balance_24": "12488949848770065", + "active_shares": "9165324800454804", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 10, + "self_delegation_balance": "4627705897275", + "self_delegation_shares": "3395925794967" + }, + "in_validator_set": true, + "media": { + "email": "info@blockog.capital", + "name": "BlockOG Capital", + "twitter": "prateek_jain321", + "url": "https://blockog.capital/" + }, + "node_id": "vMQ22VnjLoqniEhCIaIIMvmIBykplV4rqawcGdvFAqY=", + "rank": 73, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 780610173738872, + "voting_power_cumulative": 215520822612213280 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 23253, + "lower": 0, + "upper": 15000 + }, + "current_rate": 15000, + "entity_address": "oasis1qrjwzudz53vfy2vfqe5tavae370tukt9fulj27l0", + "entity_id": "Ph5b+2q8cFT3ppda6yhlvZVZa/VnbNsaZ6+IMv29Qm8=", + "escrow": { + "active_balance": "11905812984445181", + "active_balance_24": "11912927431733837", + "active_shares": "11429410441216693", + "debonding_balance": "198964509642074", + "debonding_shares": "198964509642074", + "num_delegators": 413, + "self_delegation_balance": "5561012855580", + "self_delegation_shares": "5338492925964" + }, + "in_validator_set": true, + "media": { + "email": "nodosag@alphagrowth.es", + "keybase": "TaLiNiTo", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/b35a59602ceee57d6b2fbc71af727205_360_360.jpg", + "name": "RoseDrop", + "twitter": "AlphaGrowth_xyz", + "url": "https://rosedrop.es" + }, + "node_id": "YOg6j3mfRIscs0oW+IzeiheXd8zS+6QVXZS/fPr8go4=", + "rank": 74, + "start_date": "2023-04-15T18:18:15Z", + "voting_power": 744111205693111, + "voting_power_cumulative": 216264933817906370 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qq2kqzr4q942x44st97n66nmmyh7dhsuvsqyc22u", + "entity_id": "BBba0XfI4WSTroE+/YGcFthxbEC5jQJhWhl0jIBwke0=", + "escrow": { + "active_balance": "11800733516302437", + "active_balance_24": "11799932038834595", + "active_shares": "8827955417784692", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 10, + "self_delegation_balance": "7167938453962", + "self_delegation_shares": "5362229476802" + }, + "in_validator_set": true, + "media": { + "email": "lazarev.zahar@yandex.ru", + "keybase": "aptemuyc", + "name": "Aptemuyc🌹", + "twitter": "g5sliqjq2g92jet", + "url": "https://my.entity/url" + }, + "node_id": "POpjxTxuw2cJsgtgzgfhrkPD3hVh2oYkHmELHonPgpQ=", + "rank": 75, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 737543757520068, + "voting_power_cumulative": 217002477575426430 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1595, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qptk3ydjxuq3eenqwljdy45uxdye5tfg4sqar0fz", + "entity_id": "RFpWeibJDHnfgoq9mO1BJcxyDbIstDi22ZBhvgXvE1Y=", + "escrow": { + "active_balance": "11601165139502790", + "active_balance_24": "11600377216239616", + "active_shares": "8487023358721744", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 6, + "self_delegation_balance": "4298450606566", + "self_delegation_shares": "3144602310678" + }, + "in_validator_set": true, + "node_id": "ROe9AtvfOFX6bu+5vhRCR87qYXSzp5NfELBqB3Hdgrw=", + "rank": 76, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 725070769268647, + "voting_power_cumulative": 217727548344695100 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 18655, + "lower": 0, + "upper": 20000 + }, + "current_rate": 0, + "entity_address": "oasis1qp9q8g56dwuak0nwsmnykyzsfahj6z49xczp6d8c", + "entity_id": "drOpGoCNcPxc+MpfbJU7KoBqQZa0eTQUdjTDpe3qvrY=", + "escrow": { + "active_balance": "11540935139741350", + "active_balance_24": "11540151307155050", + "active_shares": "10663308497183733", + "debonding_balance": "128217305218373", + "debonding_shares": "128217305218373", + "num_delegators": 333, + "self_delegation_balance": "10468552665043", + "self_delegation_shares": "9672474997452" + }, + "in_validator_set": true, + "media": { + "email": "admin@validator.one", + "keybase": "validator_one", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/be512247bd3574fb9fb8318de3e3eb05_360_360.jpg", + "name": "Validator.ONE | 0% Fee to 2026 | High Self-Stake", + "twitter": "validatorone", + "url": "https://validator.one" + }, + "node_id": "LupNjD/E7Mgn0TKmUZeQRUpNwDadUyKinseDz28px5A=", + "rank": 77, + "start_date": "2022-10-29T19:35:50Z", + "voting_power": 721306404936708, + "voting_power_cumulative": 218448854749631800 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 340, + "lower": 0, + "upper": 30000 + }, + "current_rate": 20000, + "entity_address": "oasis1qp4rp7adhegfktyg4aq3w6jelqumx6klfv5t7kvv", + "entity_id": "jzTWYikeN6NIuMQ6l4iqdDOF9jyfOJG2FcnQaNBn9+s=", + "escrow": { + "active_balance": "11356310750603563", + "active_balance_24": "11355539457262190", + "active_shares": "8347522172350387", + "debonding_balance": "4079151915453", + "debonding_shares": "4079151915453", + "num_delegators": 26, + "self_delegation_balance": "97985865472066", + "self_delegation_shares": "72025079497014" + }, + "in_validator_set": true, + "media": { + "email": "tequila@moonli.me", + "keybase": "y3v63n", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/d1c943413294d35174aeb0464ddd1305_360_360.jpg", + "name": "moonli.me", + "twitter": "moonli_me", + "url": "https://moonli.me" + }, + "node_id": "1Eh9S7bnBnYzhdMuRc8W1DtGsjgMptbRktoE7tw/HiA=", + "rank": 78, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 709767413270943, + "voting_power_cumulative": 219158622162902750 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1476, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qr9wccuk6pqcr5ld8t2uf599e4ch5348hqeq53x4", + "entity_id": "29VJbrrthqvw/ti3Vj7cASwkM9VMVa/RTKiwMBdWDQk=", + "escrow": { + "active_balance": "11352010060234476", + "active_balance_24": "11351239058985662", + "active_shares": "8462681585640377", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 24, + "self_delegation_balance": "869868860489804", + "self_delegation_shares": "648468698365212" + }, + "in_validator_set": true, + "media": { + "email": "contact@blockscale.net", + "keybase": "lukeyoungblood", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/1c6896d62117c36fd120c54d7ddcd605_360_360.jpg", + "name": "Blockscale - Planet-Scale Blockchain Services", + "twitter": "blockscale", + "url": "https://blockscale.net/" + }, + "node_id": "+7Jku1SXiunTIHYxYNu4WGNo2g3uSQh2bXych4f1fDc=", + "rank": 79, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 709498620883557, + "voting_power_cumulative": 219868120783786300 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 527, + "lower": 0, + "upper": 100000 + }, + "current_rate": 20000, + "entity_address": "oasis1qzp84num6xgspdst65yv7yqegln6ndcxmuuq8s9w", + "entity_id": "xQN6ffLSdc51EfEQ2BzltK1iWYAw6Y1CkBAbFzlhhEQ=", + "escrow": { + "active_balance": "11263219964508281", + "active_balance_24": "11262454993669438", + "active_shares": "8844615790967719", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 15, + "self_delegation_balance": "66620938773153", + "self_delegation_shares": "52315111392557" + }, + "in_validator_set": true, + "media": { + "email": "cherideal@gmail.com", + "keybase": "hybridxexchange", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/0499c54ed711603331b320b00007b205_360_360.jpg", + "name": "hybridx.exchange", + "twitter": "HybridxExchange", + "url": "https://hybridx.exchange" + }, + "node_id": "Kb6opWKGbJHL0LK2Lto+m5ROIAXLhIr1lxQz0/kAOUM=", + "rank": 80, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 703949255605374, + "voting_power_cumulative": 220572070039391680 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 15000, + "entity_address": "oasis1qryc94hn6hucev6ex79ceheve2pjesenc50svvvp", + "entity_id": "erpPSkQwGnb9j+/qqyJmeRK2e1mhJc/Do78jNdpPjk0=", + "escrow": { + "active_balance": "11176970476379994", + "active_balance_24": "11281002902247993", + "active_shares": "8139975448719860", + "debonding_balance": "513205511714966", + "debonding_shares": "513205511714966", + "num_delegators": 36, + "self_delegation_balance": "977669549221", + "self_delegation_shares": "712018175626" + }, + "in_validator_set": true, + "media": { + "email": "contact@infstones.com", + "keybase": "infstones", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/6a3d9cbed6425d5a695224d987f82105_360_360.jpg", + "name": "InfStones", + "twitter": "infstones", + "url": "https://infstones.com" + }, + "node_id": "skPNqlh8lnR83RyK2clbAscktu5jY/fWq5OzcSZL6Iw=", + "rank": 81, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 698558677852691, + "voting_power_cumulative": 221270628717244350 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 20620, + "lower": 0, + "upper": 5000 + }, + "current_rate": 0, + "entity_address": "oasis1qqlckx8uus05llpl5jdcsck6zceal06zgg3ll75t", + "entity_id": "5gBr+GeuXD6Dwbs1u0Nsrk0P/fbtdFou4W3JB0YGgSA=", + "escrow": { + "active_balance": "10846902802336840", + "active_balance_24": "10846420512522056", + "active_shares": "9480801868718983", + "debonding_balance": "31945012320029", + "debonding_shares": "31945012320029", + "num_delegators": 250, + "self_delegation_balance": "3372702556810", + "self_delegation_shares": "2947931339105" + }, + "in_validator_set": true, + "media": { + "email": "contact@orionstaking.com", + "keybase": "orionstaking", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/0c6385396acbe5ed0d2c60e12c58c005_360_360.jpg", + "name": "Orion", + "twitter": "orionstaking", + "url": "https://orionstaking.com" + }, + "node_id": "lt3KIEsVunHEMDfgnekDbFFr7Y5aqXmNgbfJMzJzYDM=", + "rank": 82, + "start_date": "2022-04-13T16:57:16Z", + "voting_power": 677929506605548, + "voting_power_cumulative": 221948558223849920 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 32902, + "lower": 10000, + "upper": 20000 + }, + "current_rate": 18000, + "entity_address": "oasis1qpqz2ut6a6prfcjm64xnpnjhsnqny6jqfyav829v", + "entity_id": "bb1zWp0gzS1ij1OY3KzxC0BJNdqkAiJ26z3iD8slt7c=", + "escrow": { + "active_balance": "10546850787680388", + "active_balance_24": "14240971581879134", + "active_shares": "7881535790452964", + "debonding_balance": "3971289227270308", + "debonding_shares": "3971289227270308", + "num_delegators": 867, + "self_delegation_balance": "3767430589006", + "self_delegation_shares": "2815355941129" + }, + "in_validator_set": true, + "media": { + "email": "GoStaking8@gmail.com", + "keybase": "gostaking", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/796f004b2fa2a5ff17299d361b78b005_360_360.jpg", + "name": "GoStaking", + "twitter": "StakingGo" + }, + "node_id": "DudLYGDVKMgh/OZ0rOsoxeCNzSxalm4bvQsrsE/H9XA=", + "rank": 83, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 659176308761070, + "voting_power_cumulative": 222607734532610980 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19500, + "entity_address": "oasis1qppjm5sxqwps4dpyekdvz530sjmq3e5eusp7hdan", + "entity_id": "3NKMT/Qz11e2xklwSCV/zeawLE3BIO/Rn4LfaV47QJI=", + "escrow": { + "active_balance": "10294540776910536", + "active_balance_24": "10293841596434759", + "active_shares": "7645857200101132", + "debonding_balance": "848160865574", + "debonding_shares": "848160865574", + "num_delegators": 28, + "self_delegation_balance": "3087721118914761", + "self_delegation_shares": "2293280998207261" + }, + "in_validator_set": true, + "media": { + "email": "contact@ubik.capital", + "keybase": "ubikcosmos", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/b3273b5e67fbb587d207293e478aab05_360_360.jpg", + "name": "Ubik Capital", + "twitter": "ubikcapital", + "url": "https://ubik.capital" + }, + "node_id": "GrfIMoanLXIPuS91RhqdikNLcebWN26tMM2/iIA8cAE=", + "rank": 84, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 643406977715161, + "voting_power_cumulative": 223251141510326140 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 17000, + "entity_address": "oasis1qq4f2h225gv6g8w8w23fm740aze9lke4qun72n59", + "entity_id": "Vt63FfFzNMgUngrMvnKks+icySi5LwkjniJEJMZAimM=", + "escrow": { + "active_balance": "10206194861636006", + "active_balance_24": "10205501681402531", + "active_shares": "7519154155836736", + "debonding_balance": "21049614987512", + "debonding_shares": "21049614987512", + "num_delegators": 11, + "self_delegation_balance": "761569220348606", + "self_delegation_shares": "561066729155478" + }, + "in_validator_set": true, + "media": { + "email": "staking@gunray.xyz", + "keybase": "gunray", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/d9315769d8f437f14be90dc070ddc805_360_360.jpg", + "name": "gunray", + "url": "https://gunray.xyz" + }, + "node_id": "LHA2Gbme/AReIFXmxwD9m/Ae8sZ1d2U/DFRfecT72YM=", + "rank": 85, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 637885373636643, + "voting_power_cumulative": 223889026883962780 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11074, + "lower": 1000, + "upper": 19000 + }, + "current_rate": 15000, + "entity_address": "oasis1qpfcsun7zju6ku7d2mdh54j9nsmxvj76uqk35w57", + "entity_id": "Z3uLK0KpBUE/sQcianpZy/Dkock7RzOOvI4TJnfJvik=", + "escrow": { + "active_balance": "9415389381844507", + "active_balance_24": "9414749911219221", + "active_shares": "8187365060193472", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 11, + "self_delegation_balance": "110069035253680", + "self_delegation_shares": "95713022255128" + }, + "in_validator_set": true, + "media": { + "email": "hello@01node.com", + "keybase": "01node", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/82c0a77a4fa7eadcc7c19db426535e05_360_360.jpg", + "name": "01node", + "twitter": "01node", + "url": "https://01node.com" + }, + "node_id": "U7xmDzxndm9uL4qfFWau6d1dadgeH2yEP6q1L332lTE=", + "rank": 86, + "start_date": "2021-12-29T13:15:26Z", + "voting_power": 588460171022997, + "voting_power_cumulative": 224477487054985800 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1595, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qzgq240adkyxhm6598ex2jvgs7lyx5wmtg7cszmk", + "entity_id": "nZoBfua/odt7fZThkfzGQo2oBp8UnEj+VpG52SB8onM=", + "escrow": { + "active_balance": "9383143341082739", + "active_balance_24": "9382506060531071", + "active_shares": "6872217437813686", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 9, + "self_delegation_balance": "2158610250411", + "self_delegation_shares": "1580966896175" + }, + "in_validator_set": true, + "node_id": "y4LZvdQ/k9RBiPLSvBHt/8GhbOVEHY/LfIdgk0iXUho=", + "rank": 87, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 586444799178889, + "voting_power_cumulative": 225063931854164670 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1595, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qzzwkrjmyrzey46hyste5xszue3ggy90ag7k3687", + "entity_id": "BdSzNycR8Y3MdHooxU0vtOEPr3ZG9KD5p8wxHtvueUU=", + "escrow": { + "active_balance": "8976133984866813", + "active_balance_24": "8975524347412731", + "active_shares": "6574891606215269", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 5, + "self_delegation_balance": "2065021159174", + "self_delegation_shares": "1512598888230" + }, + "in_validator_set": true, + "node_id": "lCQsP7Rhw/EdcM2sVDXOzWcUDHx47wGJDBah4xw6c90=", + "rank": 88, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 561006786404970, + "voting_power_cumulative": 225624938640569630 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1596, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qresj0vhmwawll6fe2vw2nlapkp6nj6etcx7a32h", + "entity_id": "1JttHp0rBBBHDOpPl8fAiLTcN9tUzxJGjk7llFcvhZQ=", + "escrow": { + "active_balance": "8242171910433974", + "active_balance_24": "8241612121920562", + "active_shares": "6084013417499218", + "debonding_balance": "418238180388", + "debonding_shares": "418238180388", + "num_delegators": 4, + "self_delegation_balance": "1896173225793", + "self_delegation_shares": "1399672740752" + }, + "in_validator_set": true, + "node_id": "p7pJUBSdgF4PfgKrn8JJl4xhVZXMu9h1TfNlAU5VjBU=", + "rank": 89, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 515134286572092, + "voting_power_cumulative": 226140072927141730 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 17000, + "entity_address": "oasis1qzv7a0gkxwpfelv985fvkl24k7jh3arfwy84zw7q", + "entity_id": "GDWO0+R7qSrWB0bvT+V2Kz6vlHcm6ZnaNQM2/FsFqEA=", + "escrow": { + "active_balance": "8152989046545089", + "active_balance_24": "8152435315117522", + "active_shares": "6004785002475177", + "debonding_balance": "2400008691294", + "debonding_shares": "2400008691294", + "num_delegators": 6, + "self_delegation_balance": "2146604431719153", + "self_delegation_shares": "1581002749328621" + }, + "in_validator_set": true, + "media": { + "email": "validator@huglester.com", + "keybase": "huglester", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/763059fd2f9986c2a759409bb8288305_360_360.jpg", + "name": "huglester.com", + "twitter": "huglester", + "url": "https://huglester.com/" + }, + "node_id": "RClDxygiGYEFeO90jnfHAIXm2QrP5TNQ5F50N77zKY4=", + "rank": 90, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 509560373353211, + "voting_power_cumulative": 226649633300494940 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qqf6wmc0ax3mykd028ltgtqr49h3qffcm50gwag3", + "entity_id": "D8oCKJab4LtOMQJR0YQZXx+fMw6QHyTiv3YCfN8tM18=", + "escrow": { + "active_balance": "7861104506745559", + "active_balance_24": "7860570599414650", + "active_shares": "5747446003242975", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 84, + "self_delegation_balance": "707958146707266", + "self_delegation_shares": "517605537143596" + }, + "in_validator_set": true, + "media": { + "keybase": "thecovertcrypto", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/ab2fd838c7cd35e2ee608520e64aca05_360_360.jpg", + "name": "ou812", + "url": "https://www.kruptosnomisma.org/" + }, + "node_id": "9R8sWVuwyIoE64JXu2sdDWR6vdqFr/X9aEWvPE8G824=", + "rank": 91, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 491317641242672, + "voting_power_cumulative": 227140950941737630 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19500, + "entity_address": "oasis1qqlq8jplttrmw982rrhp0svl8054xqevecks5yqr", + "entity_id": "KmMS+RzjQ9vm9J2aX9YihJnmmSc/IBquCysbhPxVDFM=", + "escrow": { + "active_balance": "7854018608958900", + "active_balance_24": "7853485182885147", + "active_shares": "5824109567100838", + "debonding_balance": "2353476282628", + "debonding_shares": "2353476282628", + "num_delegators": 36, + "self_delegation_balance": "322346615063600", + "self_delegation_shares": "239034575570396" + }, + "in_validator_set": true, + "media": { + "email": "aionsmartstake@gmail.com", + "name": "Smart Stake", + "twitter": "smartstake", + "url": "https://smartstake.io" + }, + "node_id": "eudq22Uwt0ciC7/BYN3TsUy+MCataTkQjwS/BBlgvJE=", + "rank": 92, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 490874773884321, + "voting_power_cumulative": 227631825715621950 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 31012, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qpjk62axdvn2g97felfa9jpxxrptqzm4mgwh540r", + "entity_id": "+uMsNOARzhq1lJfh7bcoa3/iiUeLSYPMkQHgYICUF2A=", + "escrow": { + "active_balance": "6977493821045629", + "active_balance_24": "6975019983028641", + "active_shares": "6139805831973425", + "debonding_balance": "1402298874664", + "debonding_shares": "1402298874664", + "num_delegators": 130, + "self_delegation_balance": "55790333918858", + "self_delegation_shares": "49092385654226" + }, + "in_validator_set": true, + "media": { + "email": "support@posnode.com", + "keybase": "pos_node", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/919e27a6b7601599af7b4cf67fe9f705_360_360.jpg", + "name": "PoS Node", + "url": "https://www.posnode.com" + }, + "node_id": "P5PjvHDpeiFQGxh4OTaO6qXwRC0AJfhlTfwPj0ZYEzA=", + "rank": 93, + "start_date": "2022-04-27T06:34:12Z", + "voting_power": 436092129674624, + "voting_power_cumulative": 228067917845296580 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qpjuke27se2wnmvx6e8uc4l5h44yjp9h7g2clqfq", + "entity_id": "3DRMMM7ye2HREvk8zz06OjMG6BuWjs84PLdSYChNHAw=", + "escrow": { + "active_balance": "6730755666500045", + "active_balance_24": "6730298529746577", + "active_shares": "4991617750559814", + "debonding_balance": "27868951620946", + "debonding_shares": "27868951620946", + "num_delegators": 83, + "self_delegation_balance": "26064690962932", + "self_delegation_shares": "19329920817209" + }, + "in_validator_set": true, + "media": { + "email": "support@rockx.com", + "keybase": "rockxrocks", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/1f47c0873584c67d4692e7abcee2bf05_360_360.jpg", + "name": "RockX", + "twitter": "rockx_official", + "url": "https://rockx.com" + }, + "node_id": "3xkzy9g5wL1sqGY8cnd6A7kFuwFM4yuUt0nEJrdHNJ0=", + "rank": 94, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 420671038657213, + "voting_power_cumulative": 228488588883953800 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1596, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qrcmmvgf7qt8pmy543dmz0muwcm752kleund8rwr", + "entity_id": "7nCBfl1vRS4kn7G2yJZeZdwE8OFA4avUphWdCRrFhJM=", + "escrow": { + "active_balance": "6522219545681573", + "active_balance_24": "6521776572200398", + "active_shares": "4775304815400808", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 8, + "self_delegation_balance": "2416605420229", + "self_delegation_shares": "1769340547235" + }, + "in_validator_set": true, + "node_id": "lTC9wxlqYTUvXSV2bJxj0w2JWGdlY6pZFIx68V/qYB4=", + "rank": 95, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 407637567990780, + "voting_power_cumulative": 228896226451944540 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 15852, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqc35xprrs0x595d9s0hrz0p60aey4cm8ya8at66", + "entity_id": "AaemJ+W/+IKfvWQSVjwVFLU4M7g9VyDgbFQfWNqkU2Q=", + "escrow": { + "active_balance": "6211639677497854", + "active_balance_24": "6211217797855123", + "active_shares": "5498476394085445", + "debonding_balance": "8389218177346", + "debonding_shares": "8389218177346", + "num_delegators": 123, + "self_delegation_balance": "35470135083458", + "self_delegation_shares": "31397780711256" + }, + "in_validator_set": true, + "media": { + "email": "support@terminet.io ", + "keybase": "ferland", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/46e892f65b076481e8a4196ca6066005_360_360.jpg", + "name": "Terminet", + "twitter": "Terminet123", + "url": "https://www.terminet.io" + }, + "node_id": "Vql2WfvlHnF0delOCNiV34Gizw05hCpZfsekGav7F9I=", + "rank": 96, + "start_date": "2022-04-27T09:17:55Z", + "voting_power": 388226381162957, + "voting_power_cumulative": 229284452833107520 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 340, + "lower": 0, + "upper": 25000 + }, + "current_rate": 19000, + "entity_address": "oasis1qzc687uuywnel4eqtdn6x3t9hkdvf6sf2gtv4ye9", + "entity_id": "tvPlmGHv5aokL9MMBqNAkSOygldJIlRTmSIvCwuh0rU=", + "escrow": { + "active_balance": "6155580810252664", + "active_balance_24": "6155162737993510", + "active_shares": "4564008185275871", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 11, + "self_delegation_balance": "3102789003616344", + "self_delegation_shares": "2300539111776797" + }, + "in_validator_set": true, + "media": { + "email": "contact@vitwit.com", + "keybase": "vitwiter", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/4c37bcb94523674a84d57cab554c5c05_360_360.jpg", + "name": "Witval", + "twitter": "vitwit_", + "url": "https://www.vitwit.com/" + }, + "node_id": "jezrY6n61D/wD39nZKC+LpYfOZt5AN8gZ5SWu9vypD8=", + "rank": 97, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 384722711875516, + "voting_power_cumulative": 229669175544983040 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 18784, + "lower": 0, + "upper": 25000 + }, + "current_rate": 3000, + "entity_address": "oasis1qrw8xd7sewarn0qm3jc5km4e0j2l3qdhfqexqqry", + "entity_id": "Hgacs48hpElimzXAoMmox5T7sAalPLp7vdVr1wAPevo=", + "escrow": { + "active_balance": "5771647572121149", + "active_balance_24": "5771255575685087", + "active_shares": "5566307944997270", + "debonding_balance": "19923899509436", + "debonding_shares": "19923899509436", + "num_delegators": 79, + "self_delegation_balance": "1011671712346", + "self_delegation_shares": "975679166095" + }, + "in_validator_set": true, + "media": { + "email": "cryptosjnet@gmail.com", + "keybase": "CryptoSJNet", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e59f98d0d1a7e16594d89602bd8d5b05_360_360.jpg", + "name": "CryptoSJ.net", + "twitter": "CryptoSJNet", + "url": "https://cryptosj.net" + }, + "node_id": "6iVX2oi9FANusFaQPmIDSWu3qLNE2YKMPhQeO1EhUNQ=", + "rank": 98, + "start_date": "2022-11-18T18:46:56Z", + "voting_power": 360726952400296, + "voting_power_cumulative": 230029902497383330 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 5369, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qp0j5v5mkxk3eg4kxfdsk8tj6p22g4685qk76fw6", + "entity_id": "7DwKCCQV9THNLyTELQTBCWNPIHZJdAq7qGk1D7vx2zo=", + "escrow": { + "active_balance": "5303013261234093", + "active_balance_24": "5302653093314479", + "active_shares": "4230489580418039", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 24, + "self_delegation_balance": "4269641786314", + "self_delegation_shares": "3406115391255" + }, + "in_validator_set": true, + "media": { + "email": "tristan.foureur@gmail.com", + "keybase": "esya", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/cc48f9fbff29c60ed8dd05f871b5ab05_360_360.jpg", + "name": "Esya's node", + "twitter": "esyacreations", + "url": "https://github.com/esya" + }, + "node_id": "mRRMUc8eU8zbqUWAiHDiBeRo6wqVImqQs91TxkGjuuU=", + "rank": 99, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 331437390859314, + "voting_power_cumulative": 230361339888242620 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19500, + "entity_address": "oasis1qq3fq8hxrlq6pedw0q3f57daea43a6v7q5rwf0ll", + "entity_id": "Y+ve+O0hlBco/1YzuFODIn7Jo3D5c9BOqduhc7KZM8E=", + "escrow": { + "active_balance": "4830855443775448", + "active_balance_24": "4830527343680384", + "active_shares": "3633670931573426", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 10, + "self_delegation_balance": "3019387169662", + "self_delegation_shares": "2271121443657" + }, + "in_validator_set": true, + "media": { + "email": "icomun01@yandex.ru", + "keybase": "ostrovmaria", + "name": "Maria Mirabella❤️ ROSE ", + "twitter": "Alenka_kitty_00" + }, + "node_id": "TK0FcEOwv/hU5TI8PqWrhQiOy8VfP0vc8m7QViD4VMo=", + "rank": 100, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 301927610780827, + "voting_power_cumulative": 230663267499023460 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 13817, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qp4ajz4vdgx3ze42ulk7m0jkxfstqcl87qymg9nx", + "entity_id": "WqBX+RyP1S8WsCuxrkwk1KUEqpPxkMSYyvl0rjL+NCo=", + "escrow": { + "active_balance": "4245296384717131", + "active_balance_24": "4245128189644339", + "active_shares": "3396989056038868", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 9, + "self_delegation_balance": "9722604098323", + "self_delegation_shares": "7779805395237" + }, + "in_validator_set": true, + "media": { + "keybase": "hammerfest", + "name": "Hammerfest" + }, + "node_id": "ONNtkoEg0gKzrYd+ERdUz5Xq/D7S72IyCGbc6lJQcZk=", + "rank": 101, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 265330273160147, + "voting_power_cumulative": 230928597772183600 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 20453, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qztpm422n7v98f4s7ja0wt5jey7fy3xpg5ye2vtl", + "entity_id": "RDCyARTIdpiG75L9vVXAYIhRCToSrchZkv3JUW3Pji8=", + "escrow": { + "active_balance": "3112530158279115", + "active_balance_24": "3112327570571072", + "active_shares": "2231460380617020", + "debonding_balance": "2923131979817", + "debonding_shares": "2923131979817", + "num_delegators": 103, + "self_delegation_balance": "2614620136385399", + "self_delegation_shares": "1874494686963379" + }, + "in_validator_set": true, + "media": { + "email": "contact@secondstate.io", + "name": "Second State", + "twitter": "secondstateinc", + "url": "https://www.secondstate.io" + }, + "node_id": "GWBXv2OxowCLsRGyT/cND2TKEs9kpo4xtvr1JTsB8R0=", + "rank": 102, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 194532584365230, + "voting_power_cumulative": 231123130356548830 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 14500, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qr33agzz8r4xxfw9nhrdqcp9ejcv0f72ks05qt39", + "entity_id": "NPpx1ozb2JfWypxnksSzRHi+fLA2w2YpWmtZvEptMNk=", + "escrow": { + "active_balance": "2678935263618088", + "active_balance_24": "2678753316771434", + "active_shares": "2414109589492673", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 7, + "self_delegation_balance": "76952034831850", + "self_delegation_shares": "69344954968284" + }, + "in_validator_set": true, + "node_id": "AiYyIwAJcdc9yGoBHnP4ycPtd/N2DOR0kqVrQWlS46Y=", + "rank": 103, + "start_date": "2022-05-12T04:02:52Z", + "voting_power": 167432980140796, + "voting_power_cumulative": 231290563336689630 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrgmg0t3zxn4lgary6w227dv6c5dl55rfvh6p6k2", + "entity_id": "2bgTFAzVLsQuQnA7cNn/pRLJvemueq/73GhzFFDVdZc=", + "escrow": { + "active_balance": "2553846400181332", + "active_balance_24": "2553672949069744", + "active_shares": "1954186486880780", + "debonding_balance": "82367432099893", + "debonding_shares": "82367432099893", + "num_delegators": 111, + "self_delegation_balance": "204149301754", + "self_delegation_shares": "156213704460" + }, + "in_validator_set": true, + "media": { + "email": "info@hyperblocks.pro", + "keybase": "hyperblockspro", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/9b9d1d2e5c27d408fcbe83fe4f9b7905_360_360.jpg", + "name": "Hyperblockspro", + "twitter": "hyper_blocks", + "url": "https://hyperblocks.pro/" + }, + "node_id": "bbkPZRl8KA//0joD1R9HPnucJ4GklCoAtUoJrincsoo=", + "rank": 104, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 159614948301029, + "voting_power_cumulative": 231450178284990660 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 9305, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qq58f3mqxt6htvtxcayt4zfshysj36zksvwkmjg9", + "entity_id": "o8leC3xb2Wsrt3FwX33R9S9vKQJR8zPBSB62YyNRAQc=", + "escrow": { + "active_balance": "2542286568856321", + "active_balance_24": "2542113902860700", + "active_shares": "2124171648485113", + "debonding_balance": "1690975157567", + "debonding_shares": "1690975157567", + "num_delegators": 19, + "self_delegation_balance": "10858953618298", + "self_delegation_shares": "9073045380002" + }, + "in_validator_set": true, + "node_id": "kilLHKVgCJC5T62styokgO0IHWmLClT85XzFDSBCjok=", + "rank": 105, + "start_date": "2021-10-01T10:14:05Z", + "voting_power": 158892460887855, + "voting_power_cumulative": 231609070745878530 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 28733, + "lower": 0, + "upper": 5000 + }, + "current_rate": 100, + "entity_address": "oasis1qzg6dct605z9vm5d265uzskqj6szhkx3zugae2a3", + "entity_id": "1kZdUPgo42/mQB8rIsCQBPeqkJr1VEBX+4lZfUo6bAA=", + "escrow": { + "active_balance": "2154316454858174", + "active_balance_24": "2154170138860558", + "active_shares": "2108043480777732", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 17, + "self_delegation_balance": "29770735619", + "self_delegation_shares": "29131284310" + }, + "in_validator_set": true, + "node_id": "UZ3Fz1nYHt41zR1eyL1g0kocea3WMUsbfoAkOvBcZko=", + "rank": 106, + "start_date": "2023-12-28T22:14:33Z", + "voting_power": 134644397384991, + "voting_power_cumulative": 231743715143263520 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1758, + "lower": 0, + "upper": 20000 + }, + "current_rate": 9000, + "entity_address": "oasis1qp3rhyfjagkj65cnn6lt8ej305gh3kamsvzspluq", + "entity_id": "IYoCG9YW+623ri5Mgzr0rcrnJTGaLhTeq/JdOzMx2Mw=", + "escrow": { + "active_balance": "1812479756589628", + "active_balance_24": "1812356657319256", + "active_shares": "1299527326272066", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 52, + "self_delegation_balance": "1330214981629654", + "self_delegation_shares": "953748979628257" + }, + "in_validator_set": true, + "media": { + "email": "oasis@oxnode.org", + "keybase": "oxnodeorg", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/46049b6c4201d0b6ca65662e94998905_360_360.jpg", + "name": "Oxnode", + "url": "https://oxnode.org" + }, + "node_id": "0/0TJw2+i1XVYn3Z7igQSpdGoZ0cFdyI4GVcopmH2hI=", + "rank": 107, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 113279664205402, + "voting_power_cumulative": 231856994807468930 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 10728, + "lower": 0, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qq4jqh66ga62pe9td5zsnfge3c9rfp6zucjr03q8", + "entity_id": "MfN+qM5pwFRl6i/UVDSBll2UB0D6b2vKy7He1g5CEok=", + "escrow": { + "active_balance": "1471335375003018", + "active_balance_24": "1471239609035718", + "active_shares": "1357567945933558", + "debonding_balance": "59015339871600", + "debonding_shares": "59015339871600", + "num_delegators": 115, + "self_delegation_balance": "4647284961929", + "self_delegation_shares": "4287944956072" + }, + "in_validator_set": true, + "media": { + "keybase": "moonstake", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e80eaee4f1db47a6296ba935ffc07105_360_360.jpg", + "name": "Moonstake", + "twitter": "moonstake", + "url": "https://moonstake.io" + }, + "node_id": "g1N1PdE7dBT5yYyhCbVa44637hhsIpIH8EF8gFlmiIQ=", + "rank": 108, + "start_date": "2021-12-14T09:41:04Z", + "voting_power": 91958200695980, + "voting_power_cumulative": 231948953008164900 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpxcfulzydlj6hzc2w5tsaxajdmk47raa5ydg0ac", + "entity_id": "KJ6lElmvyHyJfV22d58nkWc7JJECyh+0fYskFNFfQ4s=", + "escrow": { + "active_balance": "990218631714144", + "active_balance_24": "990151378443798", + "active_shares": "963815665627829", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 29, + "self_delegation_balance": "205478841448", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": true, + "media": { + "email": "admin@kraymerica.com", + "keybase": "kraymerica", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/de0b1e2026784b948bb35f81d7936f05_360_360.jpg", + "name": "Kraymerica", + "twitter": "KraymericaM", + "url": "https://kraymerica.com" + }, + "node_id": "9xI8zcswI9cRxR/VkGxqKDZXlDs2WyVFlk9gDo2Hoy0=", + "rank": 109, + "start_date": "2023-12-02T08:49:27Z", + "voting_power": 61888489337709, + "voting_power_cumulative": 232010841497502600 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 29849, + "lower": 0, + "upper": 5000 + }, + "current_rate": 0, + "entity_address": "oasis1qzu6fvune28lsa8tllsc3t3nk2s0gcpllv8am6tk", + "entity_id": "9h2pHzNn2PBUpQhZxUzcLBbAbxh82CySXENxC3AQuU8=", + "escrow": { + "active_balance": "859282391750287", + "active_balance_24": "851819136134633", + "active_shares": "843139563107158", + "debonding_balance": "7461365821547", + "debonding_shares": "7461365821547", + "num_delegators": 37, + "self_delegation_balance": "204848364730", + "self_delegation_shares": "201000000000" + }, + "in_validator_set": true, + "media": { + "email": "support@spacestake.tech", + "keybase": "spacestaketech", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/8e649d7686a3a95d8b063477fa8ff705_360_360.jpg", + "name": "SpaceStake", + "twitter": "SpaceStakeTech", + "url": "https://docs.spacestake.tech" + }, + "node_id": "SKq6gjJOJEOtVn6fVHPO+B1GeSDsoQnNRyLS+eUGDKY=", + "rank": 110, + "start_date": "2024-01-15T12:31:23Z", + "voting_power": 53704997499250, + "voting_power_cumulative": 232064546495001860 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 19000, + "entity_address": "oasis1qzm74el4utw4jssrl95ujq87g3ks3xfmjytvtaaa", + "entity_id": "KVsiBHzBommqe0VwchA2QHqp/JT8B136up4Ru+r/xkg=", + "escrow": { + "active_balance": "676077347584371", + "active_balance_24": "676031430035286", + "active_shares": "502793831410118", + "debonding_balance": "40520606140169", + "debonding_shares": "40520606140169", + "num_delegators": 78, + "self_delegation_balance": "414367570938771", + "self_delegation_shares": "308162164209190" + }, + "in_validator_set": true, + "media": { + "email": "based.validator@gmail.com", + "keybase": "basedvalidator", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/a4e80b3f4d24cee9be1b8fa08affb605_360_360.jpg", + "name": "Based" + }, + "node_id": "u0ljAJgP5+HyEykOsa+tEqXdKJD41/5bxJ5tAA9eIxg=", + "rank": 111, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 42254714643180, + "voting_power_cumulative": 232106801209645020 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 17342, + "lower": 0, + "upper": 20000 + }, + "current_rate": 15000, + "entity_address": "oasis1qr5dfqd9qw4k9829ajt2xa873gwuwjdmusc0smdh", + "entity_id": "eHY1nPuUkCr168VEeefDUW75w7Z5n54sJ2J70NSzNcA=", + "escrow": { + "active_balance": "494416373604895", + "active_balance_24": "494382794032701", + "active_shares": "456324666420829", + "debonding_balance": "58911795958110", + "debonding_shares": "58911795958110", + "num_delegators": 101, + "self_delegation_balance": "1694362328088", + "self_delegation_shares": "1563822246669" + }, + "in_validator_set": true, + "media": { + "email": "node@launch.garden", + "keybase": "launchgarden", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/cde8a7489a856ffe1ae1ee216f616c05_360_360.jpg", + "name": "LaunchGarden", + "twitter": "launch_garden", + "url": "https://www.launch.garden/" + }, + "node_id": "5sCeNfer0j+/7H1VUAeCWphA3CDfZ2MxFA1zFVzPgPU=", + "rank": 112, + "start_date": "2022-09-10T15:48:04Z", + "voting_power": 30900935900657, + "voting_power_cumulative": 232137702145545700 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrc8s2trrm9zgha8wq636yetx7sxjf7x35pf3vrc", + "entity_id": "dUF4nN35B7VmJllLtIID0HwyjVCXzGmAk+og9hpAARY=", + "escrow": { + "active_balance": "205920989884742", + "active_balance_24": "205907586942690", + "active_shares": "190821738664519", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 48, + "self_delegation_balance": "428758755975", + "self_delegation_shares": "397319823145" + }, + "in_validator_set": true, + "media": { + "name": "StakeHaven" + }, + "node_id": "J2vFhYaht7l1B++dBUTzqubT72WfOeeBkI8rOamrgGc=", + "rank": 113, + "start_date": "2021-05-26T03:37:39Z", + "voting_power": 12870025445624, + "voting_power_cumulative": 232150572170991330 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 21500, + "lower": 0, + "upper": 25000 + }, + "current_rate": 4000, + "entity_address": "oasis1qq3df975et3rwst0qfc5dq4lmygp8hxjzq9z3hlt", + "entity_id": "UjRo9HS8ho/tkzQZyJ7AD//CqOuH0YvXILKTpmfD3dg=", + "escrow": { + "active_balance": "138902033076684", + "active_balance_24": "131892698233495", + "active_shares": "134133241930139", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 36, + "self_delegation_balance": "225113424515", + "self_delegation_shares": "217384819814" + }, + "in_validator_set": true, + "media": { + "email": "info@colossus.digital", + "keybase": "colossusdigital", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/546315ad9a0ab74e33173317db8be505_360_360.jpg", + "name": "Colossus", + "twitter": "Colossusitaly", + "url": "https://colossus.digital/" + }, + "node_id": "MLczDReN6Kco4BF8GCI0+h1CALWxu37ZtWQNx+j3d8U=", + "rank": 114, + "start_date": "2023-02-23T11:51:27Z", + "voting_power": 8681352499065, + "voting_power_cumulative": 232159253523490370 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 28071, + "lower": 1000, + "upper": 5000 + }, + "current_rate": 4000, + "entity_address": "oasis1qq49hl4c08rtnclqhzzql4v8ymkueq2c0595t9pl", + "entity_id": "ec2xIwO8mRx8EFoee05rLE3WNSSajX7X5dm8UzN33ro=", + "escrow": { + "active_balance": "134961894580393", + "active_balance_24": "134952728292786", + "active_shares": "131556861325817", + "debonding_balance": "10004646271068", + "debonding_shares": "10004646271068", + "num_delegators": 24, + "self_delegation_balance": "170417712186", + "self_delegation_shares": "166118143193" + }, + "in_validator_set": true, + "media": { + "keybase": "ptrs", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/ef2c20c2c1e1a6584d91c49303fd8e05_360_360.jpg", + "name": "ptr" + }, + "node_id": "yFJ3E+vjY1g2x4fGGkIrfM1mRCg+5Ri+cKELTyGlTMk=", + "rank": 115, + "start_date": "2023-12-01T20:12:35Z", + "voting_power": 8435094539957, + "voting_power_cumulative": 232167688618030340 + }, + { + "active": true, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 36555, + "lower": 0, + "upper": 20000 + }, + "current_rate": 3500, + "entity_address": "oasis1qqskhrk0lhfkwzavkd3g72ne4j6cl8g7vvhjy8rz", + "entity_id": "nmChk8o5/EMAsbtGJLfPVJ0gBUN3nr4x8Llq4++BPJw=", + "escrow": { + "active_balance": "32967140261588", + "active_balance_24": "32964994503314", + "active_shares": "32842387538625", + "debonding_balance": "121260474526", + "debonding_shares": "121260474526", + "num_delegators": 3, + "self_delegation_balance": "21583936551095", + "self_delegation_shares": "21502259619592" + }, + "in_validator_set": true, + "node_id": "2N4nbJ1ipTOhiqe8avC+yn/9gqZGw9IMwkbl1RAmy7U=", + "rank": 116, + "start_date": "2024-11-12T18:19:48Z", + "voting_power": 2060440435302, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 24921, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz8u0zqhcmgxalnjgwj6m0sg6wuy2vrsgyna2z7t", + "entity_id": "ms7M1v8HfItCnNNJ0tfE/PsYQsmeD+XpfGF1v0zR2Xo=", + "escrow": { + "active_balance": "9072681513501575", + "active_balance_24": "9072681513501575", + "active_shares": "6775510029121886", + "debonding_balance": "15577056475009", + "debonding_shares": "15577056475009", + "num_delegators": 160, + "self_delegation_balance": "892032513", + "self_delegation_shares": "666172975" + }, + "in_validator_set": false, + "media": { + "email": "inbox@everstake.one", + "keybase": "everstake", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/fa01e6109b3fd4579c4bdd445d75ad05_360_360.jpg", + "name": "Everstake", + "twitter": "everstake_pool", + "url": "https://everstake.one" + }, + "rank": 117, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qz86vltcdhjurzuvzfhkku4yaf7vf2umdvpwmtlv", + "entity_id": "PkN8wpUKIlTUOtK0vKfPLd+xNVFdIB8Za7+4/yx84dg=", + "escrow": { + "active_balance": "5685023714488115", + "active_shares": "4283822006235550", + "debonding_balance": "20187001773016", + "debonding_shares": "20187001773016", + "num_delegators": 186, + "self_delegation_balance": "30480914453", + "self_delegation_shares": "22968208870" + }, + "in_validator_set": false, + "media": { + "email": "hi@bisontrails.co", + "keybase": "coinbasecloud", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/68d8ed237f31e993a8eac1bca7512a05_360_360.jpg", + "name": "Coinbase Cloud", + "twitter": "CoinbaseCloud", + "url": "https://coinbase.com/cloud" + }, + "rank": 118, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qrxyndkhehffdme39urcp2v7m2t7k06xwsuyaxqq", + "entity_id": "a/LVFfoI3aRoasZs6tP/Lvn0CbG6RkvEFYHcVR/Vo9M=", + "escrow": { + "active_balance": "5277573126188633", + "active_balance_24": "5277573126188633", + "active_shares": "3789481327794766", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 20, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 119, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 20809, + "lower": 0, + "upper": 5000 + }, + "current_rate": 0, + "entity_address": "oasis1qpjwv9r7v7y9tw2j4xskck90mkggv9geuy748fqg", + "entity_id": "RlDu2itOjxNzDEZsn95IY6CQzzDE3V218gcp6LtUv0c=", + "escrow": { + "active_balance": "3286843812459094", + "active_balance_24": "3286843812459094", + "active_shares": "3105731138051524", + "debonding_balance": "1808097586846665", + "debonding_shares": "1808097586846665", + "num_delegators": 181, + "self_delegation_balance": "211663126417", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "media": { + "email": "contact@andromedapool.com", + "keybase": "andromedapool", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/eb2fa72eb025478beca43f249bf8bb05_360_360.jpg", + "name": "AndromedaPool | Zero fee to 2025", + "twitter": "andromedapool", + "url": "https://andromedapool.com" + }, + "rank": 120, + "start_date": "2023-01-28T13:53:56Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 510, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qzl8w5ka9y3p8a8gqlemqk98hzc33sn0tuezyc8l", + "entity_id": "EOsC+ZdDFqIyC41QlxSzRem69xfzwIT33hRu0pp4Itg=", + "escrow": { + "active_balance": "2237836797214676", + "active_shares": "1657350437778555", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 34, + "self_delegation_balance": "843906586421", + "self_delegation_shares": "625000425496" + }, + "in_validator_set": false, + "media": { + "email": "devops@staked.us", + "keybase": "stakedinc", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/313047df6e3b466844bd8df96e1b9505_360_360.jpg", + "name": "Staked", + "twitter": "staked_us", + "url": "https://staked.us" + }, + "rank": 121, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 10923, + "lower": 0, + "upper": 10000 + }, + "current_rate": 5000, + "entity_address": "oasis1qqzh32kr72v7x55cjnjp2me0pdn579u6as38kacz", + "entity_id": "2lmcqqXwGzeje6jGosIJrDKAe+rJXn9XcPcF7ezsJYw=", + "escrow": { + "active_balance": "1384510132788151", + "active_balance_24": "1384510132788151", + "active_shares": "1203793233111602", + "debonding_balance": "11895482036355", + "debonding_shares": "11895482036355", + "num_delegators": 387, + "self_delegation_balance": "1037049602365", + "self_delegation_shares": "901685920647" + }, + "in_validator_set": false, + "media": { + "email": "noderc0411@protonmail.com", + "keybase": "amrcstake", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/e6506066983bdcce3ba39cdcef7fa505_360_360.jpg", + "name": "Trifasicko", + "twitter": "amrcstake", + "url": "https://www.amrcorp.net/url" + }, + "rank": 122, + "start_date": "2021-11-24T06:05:57Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1641, + "lower": 19000, + "upper": 19500 + }, + "current_rate": 19000, + "entity_address": "oasis1qpgl52u29wy4hjla89f46ntkn2qsa6zpdvhv6s6n", + "entity_id": "gb8SHLeDc69Elk7OTfqhtVgE2sqxrBCDQI84xKR+Bjg=", + "escrow": { + "active_balance": "1295024482090691", + "active_balance_24": "1295024482090691", + "active_shares": "1001088766590052", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 12, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "support@bi23.com", + "keybase": "sunxmldapp", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/a084e1a96ecc3f24bd57dfec517a9205_360_360.jpg", + "name": "Bi23 Labs", + "twitter": "bi23com", + "url": "https://bi23.com" + }, + "rank": 123, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 24561, + "lower": 0, + "upper": 25000 + }, + "current_rate": 19900, + "entity_address": "oasis1qqqn56k79st0zy4060m0wvmec76vd3pl6czmg90a", + "entity_id": "BkBqXMdd10xDKn7b/iIXycHLBaroci6xoFxoEN1kQ+A=", + "escrow": { + "active_balance": "999665684540131", + "active_balance_24": "999648710384940", + "active_shares": "865646053341775", + "debonding_balance": "5824778056980", + "debonding_shares": "5824778056980", + "num_delegators": 34, + "self_delegation_balance": "1763578116470", + "self_delegation_shares": "1527144984460" + }, + "in_validator_set": false, + "media": { + "email": "zwang@ece.ubc.ca", + "name": "Oasis@UBC", + "twitter": "blockchainubc", + "url": "https://blockchain.ubc.ca/" + }, + "rank": 124, + "start_date": "2021-12-04T15:42:36Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qqdd4nmtcmarf4u9gdg24swxhec52du43cxzf302", + "entity_id": "LFxni1vOSZ2JSce6+RVIfAhujhja5PunF6AzLEPAdI8=", + "escrow": { + "active_balance": "897161669831078", + "active_shares": "767085454029167", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "897161394693261", + "self_delegation_shares": "767085218782584" + }, + "in_validator_set": false, + "rank": 125, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqmwnzfmr2cga5vt64hdkaafw66ttumwkcsf56kt", + "entity_id": "rQUq2qJqmR3tTDKluo+6IW5gXjrcyUHN5Obtmzjh32g=", + "escrow": { + "active_balance": "578449393677355", + "active_balance_24": "578449393677355", + "active_shares": "546534519330774", + "debonding_balance": "117112901722496", + "debonding_shares": "117112901722496", + "num_delegators": 64, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "support@stakeseeker.com", + "keybase": "stakeseeker", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/739222c33ba83c83b731320c311b0e05_360_360.jpg", + "name": "0% Fee StakeSeeker by BTCS", + "twitter": "NasdaqBTCS", + "url": "https://www.stakeseeker.com" + }, + "rank": 126, + "start_date": "2023-01-13T17:23:42Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 2855, + "lower": 0, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qzthup6qts0k689z2wy84yvk9ctnht66eyxl7268", + "entity_id": "GFuNKboc4wNDdYiWZPyL9cvmMI/xhdTh19NEVCB1jxw=", + "escrow": { + "active_balance": "543128916608754", + "active_shares": "404324068677163", + "debonding_balance": "2288309418676", + "debonding_shares": "2288309418676", + "num_delegators": 122, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 127, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzufmg23p7jprqmptvz0vyn69c7lk6vfwuz8xapf", + "entity_id": "xJ0RWfXPtf6eN4TstMR5vJ51SLJl476kcX2p52Ze6F4=", + "escrow": { + "active_balance": "479651237273408", + "active_shares": "415120733222692", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "479651237273408", + "self_delegation_shares": "415120733222692" + }, + "in_validator_set": false, + "rank": 128, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzz8zmehzgcynlueydeqfax9cznzdw3lvgark5h3", + "entity_id": "mQhANPn4RJQUTM/wkTf71XRzGZktobGV8WaLJFVvtVQ=", + "escrow": { + "active_balance": "478409909548506", + "active_shares": "396504663746067", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 6, + "self_delegation_balance": "478409165827404", + "self_delegation_shares": "396504047352302" + }, + "in_validator_set": false, + "rank": 129, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 510, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qz0tqva49ysnjk2p7xe83qfp86khxwms8sc2wf6e", + "entity_id": "M0EuGvS20xIjGSghpFrKGOTuTC6s8S/NAkun2AVJ1mo=", + "escrow": { + "active_balance": "445597640203186", + "active_shares": "329994824096040", + "debonding_balance": "2240839341303", + "debonding_shares": "2240839341303", + "num_delegators": 20, + "self_delegation_balance": "2018040441197", + "self_delegation_shares": "1494493777184" + }, + "in_validator_set": false, + "media": { + "name": "BlockOps" + }, + "rank": 130, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 15270, + "lower": 0, + "upper": 100000 + }, + "current_rate": 10000, + "entity_address": "oasis1qz68kwx74uqysx3mlnny4f32vj8ykrgdmgrt3g4x", + "entity_id": "KaDP7PF232ynLyx17serXsu25T1smMO9ZSrwiqwa+H4=", + "escrow": { + "active_balance": "441601942631097", + "active_shares": "420127607306442", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 32, + "self_delegation_balance": "1733553348009", + "self_delegation_shares": "1649253660203" + }, + "in_validator_set": false, + "media": { + "email": "staking@kucoin.com", + "keybase": "kucoin_assetbu", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/523ec2d04c5a833fa510e62e7937bb05_360_360.jpg", + "name": "KuCoin", + "url": "https://www.kucoin.com/" + }, + "rank": 131, + "start_date": "2022-06-27T04:34:59Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrvmxhcjpjvgel9dqfs6zrnza3hqjpa6ug2arc0d", + "entity_id": "TAv9qXjV4yBphnKLJcNkzois1TLoYUjaRPrMfY58Apo=", + "escrow": { + "active_balance": "200100000000000", + "active_shares": "200100000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 132, + "start_date": "2021-10-21T13:51:48Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qps7mh7usg7u4t35ujr0l8dxjs2ly2swhu9v0mr0", + "entity_id": "RiLoc3Wcvxagoqyz/vlIDeOGYuS8FIfUdt9cd7UwtG4=", + "escrow": { + "active_balance": "152299860437960", + "active_shares": "118819048889572", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 40, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "support@blockdaemon.com", + "name": "Blockdaemon", + "twitter": "_blockdaemon", + "url": "https://blockdaemon.com" + }, + "rank": 133, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 12410, + "lower": 0, + "upper": 25000 + }, + "current_rate": 14900, + "entity_address": "oasis1qp2vdltxqvglrwj6qur8s4dw97485vm6actrkcsm", + "entity_id": "zr4fuyH0KccZZVHsQ/ICJYWTynHiKtbBgzBWjgcCgt4=", + "escrow": { + "active_balance": "138444322791908", + "active_shares": "128261261828615", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 7, + "self_delegation_balance": "127579196688318", + "self_delegation_shares": "118195303500601" + }, + "in_validator_set": false, + "rank": 134, + "start_date": "2022-02-14T15:11:15Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qp3fd5rplv5uh6nc9vn85ejeaszewjv2xgvfts07", + "entity_id": "UC0Aaa2Czc25G5+X2HOio6H0wQuBJR550chCE2kieN0=", + "escrow": { + "active_balance": "113665468590541", + "active_shares": "100328346099182", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 5, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "contact@parastate.io", + "name": "ParaState", + "twitter": "_parastate", + "url": "https://www.parastate.io/" + }, + "rank": 135, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqfhayfeeecjcfzgp2wwan3xcvfkr50ructphafk", + "entity_id": "LLx3nfHQQZtNdZRBnVkvZzRw4Ws2AA4poIDwx+IkxVs=", + "escrow": { + "active_balance": "100000000000000", + "active_shares": "100000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 136, + "start_date": "2021-09-10T00:25:43Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 5635, + "lower": 0, + "upper": 25000 + }, + "current_rate": 0, + "entity_address": "oasis1qrwxcth2c6njtyan2vdt7k9ra2xkmadmpv7v9387", + "entity_id": "sX/HVyq+fWT0jVzIvIHJSAjTv1WtMKGMeWtVr/Wq+ug=", + "escrow": { + "active_balance": "84377850291787", + "active_shares": "82633194131937", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "278679833800", + "self_delegation_shares": "272917652292" + }, + "in_validator_set": false, + "media": { + "email": "info@lux8.net", + "keybase": "ama31337", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/fa84442c0af2c354042633e83bac7b05_360_360.jpg", + "name": "lux8.net", + "twitter": "lux8net", + "url": "https://lux8.net" + }, + "rank": 137, + "start_date": "2021-05-23T04:57:30Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1698, + "lower": 0, + "upper": 25000 + }, + "current_rate": 25000, + "entity_address": "oasis1qzrjsupecrjmvyfmg0aqz75sek4x7dn4ggchqx28", + "entity_id": "sRg0vKUArSC5xnjLmRTzIhVuny63VeHUizpkWnRfhkc=", + "escrow": { + "active_balance": "68155277953272", + "active_shares": "54472147169328", + "debonding_balance": "2472560521411", + "debonding_shares": "2472560521411", + "num_delegators": 22, + "self_delegation_balance": "502812894626", + "self_delegation_shares": "401866133001" + }, + "in_validator_set": false, + "media": { + "email": "huobipool@huobi.com", + "name": "HuobiPool", + "url": "https://huobipool.com" + }, + "rank": 138, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1596, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qzaracvtpgp87frlk9jshdcu8aczpsrz8y94jjg4", + "entity_id": "a4OjOCh3W8gDV15t2a1VQ2Nz7PABO262435/89jo8pE=", + "escrow": { + "active_balance": "60639038449516", + "active_balance_24": "60639038449516", + "active_shares": "44560710909033", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 9, + "self_delegation_balance": "676325287", + "self_delegation_shares": "496998903" + }, + "in_validator_set": false, + "rank": 139, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 7544, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qrt07xfajnree25q27dxnwvmxs7drj4g3sknwmh4", + "entity_id": "DUPCXhDoLZfOvZXBcK/dEgXdtuDmKeSKaETPXb67TFk=", + "escrow": { + "active_balance": "41727996876273", + "active_shares": "40976797127083", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 18, + "self_delegation_balance": "1343607688810", + "self_delegation_shares": "1319419665555" + }, + "in_validator_set": false, + "media": { + "name": "SeaStake", + "twitter": "SeaStake", + "url": "https://seastake.com" + }, + "rank": 140, + "start_date": "2021-07-15T16:17:27Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qr87t7j3csez6jknwr4ksjn4u2pwye2ku5xjcjcc", + "entity_id": "PJalurwzZ1pBwWfAMpjM6s/tAdiTrZnjkGoll4gmCqo=", + "escrow": { + "active_balance": "19585059699861", + "active_shares": "18332276259852", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "19585059699861", + "self_delegation_shares": "18332276259852" + }, + "in_validator_set": false, + "media": { + "email": "labs@londonblockchainlabs.com", + "name": "londonblockchainlabs (imperial)", + "twitter": "ldnlabs", + "url": "https://londonblockchainlabs.com" + }, + "rank": 141, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzsp62l07fqsxgdeqszwz8hm34hhwem9ny73qnpr", + "entity_id": "BzbHcCS9lWqJZCgKg/OJm0q1/OaJcpOiwpcxJdGvaag=", + "escrow": { + "active_balance": "14914067022474", + "active_shares": "12907643180354", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "14914067022473", + "self_delegation_shares": "12907643180353" + }, + "in_validator_set": false, + "rank": 142, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 28955, + "lower": 3000, + "upper": 3000 + }, + "current_rate": 3000, + "entity_address": "oasis1qrgex7s39uw6h6ff3vqqmgyj776xvwsyty2259pw", + "entity_id": "j3561NN1w1C6vBY6PKQX4z/sWJRFTJ1eiVKE1Ud5Gf4=", + "escrow": { + "active_balance": "13973832259826", + "active_balance_24": "13973832259826", + "active_shares": "13924712960718", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 5, + "self_delegation_balance": "316960238", + "self_delegation_shares": "315846094" + }, + "in_validator_set": false, + "media": { + "keybase": "leboissacreiboga", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/044f614c4e90a7ae4fef9f935c6dcc05_360_360.jpg", + "name": "Le Bois Sacré Iboga ... Shutting Down" + }, + "rank": 143, + "start_date": "2024-01-06T21:51:18Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 15000, + "entity_address": "oasis1qra3rvq7y055waxmnx8rc0nad3frr8na2s9l8l3f", + "entity_id": "4g2p36WoOzdHyXq6tOjFb3nv6y90/zyQcb1eQcy5doo=", + "escrow": { + "active_balance": "6934457080457", + "active_shares": "5648440105698", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 8, + "self_delegation_balance": "6411163158315", + "self_delegation_shares": "5222192694747" + }, + "in_validator_set": false, + "media": { + "email": "support@daylightnetwork.org", + "keybase": "daylightnetwork", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/bf9faf59c36fea15a54de57b41d8a105_360_360.jpg", + "name": "Daylight Network", + "twitter": "daylight_net", + "url": "https://daylightnetwork.org" + }, + "rank": 144, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qq45am6gzaur2rxhk26av9qf7ryhgca6ecg28clu", + "entity_id": "ZxJyyH+JPdGNfjy+ZPq+GpFY0fAJKm9VFXZIPwMcKm4=", + "escrow": { + "active_balance": "6623628830837", + "active_balance_24": "6623385152364", + "active_shares": "6599862275708", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "3211523418707", + "self_delegation_shares": "3200000000000" + }, + "in_validator_set": false, + "media": { + "email": "contact@aitivity.com", + "keybase": "jrastit", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/04cebfb7b13493edfa7cb60e80407705_360_360.jpg", + "name": "Jr", + "twitter": "zgenerator", + "url": "https://aitivity.com" + }, + "rank": 145, + "start_date": "2021-10-24T16:44:48Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1595, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qryreqam7w0slj7rhz70g9xvt9rct2024cepgqjj", + "entity_id": "6XvrCu3wqMKYc5a0d5UZzG7ZGeb3j//MzcqUMUHkMCk=", + "escrow": { + "active_balance": "6011000979731", + "active_balance_24": "6011000979731", + "active_shares": "4415640080345", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 146, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 8452, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qzzryyckptmgxxnyvt05twjufhl3ah0qtgcf4n8l", + "entity_id": "T4nMwtYOti9WSO96E2iRRvSDgRmbX03L8pvsaBEvCFw=", + "escrow": { + "active_balance": "5090398632241", + "active_shares": "4862816754607", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "cryptotigernews@gmail.com", + "keybase": "99F133D04EF7B568", + "name": "NodeWorks", + "twitter": "cryptotigernews", + "url": "https://node.works" + }, + "rank": 147, + "start_date": "2021-08-28T08:49:53Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrljxva97z9ak4a8d2v5fpc42xmahrw535z6589m", + "entity_id": "K1/F2dGhO7rrCeOVuLyBQ180t5ZkfBvqEbA/LIwbgI4=", + "escrow": { + "active_balance": "4273000038239", + "active_shares": "4263536856500", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "12276", + "self_delegation_shares": "12249" + }, + "in_validator_set": false, + "media": { + "keybase": "staca", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/a45064b3459b33547a9f778dd13c6f05_360_360.jpg", + "name": "staca-co", + "url": "https://www.staca.co" + }, + "rank": 148, + "start_date": "2021-10-03T22:48:28Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 4064, + "lower": 0, + "upper": 100000 + }, + "current_rate": 12000, + "entity_address": "oasis1qpp6s22fa3l86enkye5wlu2jgp83zrgspg4fzlhr", + "entity_id": "IVW4KEQECblM3Un9SjSRjYbN7zd1+6QXx6dVWzYvAgg=", + "escrow": { + "active_balance": "3710770171287", + "active_shares": "3334915769987", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 5, + "self_delegation_balance": "14546430078", + "self_delegation_shares": "13073059453" + }, + "in_validator_set": false, + "rank": 149, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 16232, + "lower": 0, + "upper": 5000 + }, + "current_rate": 3333, + "entity_address": "oasis1qrhr9cdr0e8vyz2gmacyvgjs5ts5xfzz5s9hr7kv", + "entity_id": "0t3HGVPQy3EkzfK5gl8BqARjapu4qhKx1zDQLH7pEXc=", + "escrow": { + "active_balance": "3251086427004", + "active_shares": "3123934664488", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "welcome@hackdsystem.com", + "keybase": "HackdSystem", + "name": "Hack'dSystem", + "twitter": "HackdSystem", + "url": "https://hackdsystem.com" + }, + "rank": 150, + "start_date": "2022-04-08T18:21:32Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 9601, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qq0lrzantpn5a4gx8ej7ampfw25cy8z78vh4uep7", + "entity_id": "fC7rVtrodVqE5rk3cy60pNGOmk8CdABar7+OdEVwEus=", + "escrow": { + "active_balance": "2462024104713", + "active_shares": "2456253313957", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 11, + "self_delegation_balance": "1253554145963", + "self_delegation_shares": "1250615913692" + }, + "in_validator_set": false, + "media": { + "email": "bigweb118@gmail.com", + "keybase": "bigweb", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/c0c4026c67bb97e7619ce07ab794e905_360_360.jpg", + "name": "Oasis.N次方", + "twitter": "mlook4u", + "url": "https://www.novanode.io" + }, + "rank": 151, + "start_date": "2021-10-17T12:52:36Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzfwn3erkpj292chryvz29f94ssmzxvfwvj2euuw", + "entity_id": "kB5gBbGmOIl4XW1XPBBWSSURZuPYpnYZHjuwui/rU/U=", + "escrow": { + "active_balance": "2005492429125", + "active_shares": "1940424112421", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "contact@feel-mining.com", + "name": "Feel Mining", + "twitter": "FeelMining", + "url": "https://feel-mining.com/" + }, + "rank": 152, + "start_date": "2021-08-23T14:55:18Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 13453, + "lower": 0, + "upper": 9000 + }, + "current_rate": 4900, + "entity_address": "oasis1qqcnfv69whlsmvgqvl6y4g8cfd0rxus9qynldlgw", + "entity_id": "MYKZBxOdwP98Y72MSOX5zFWHzOgrcbYFFLu5UKT+2vY=", + "escrow": { + "active_balance": "1660429551042", + "active_shares": "1652855561608", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 4, + "self_delegation_balance": "10258628999", + "self_delegation_shares": "10211834633" + }, + "in_validator_set": false, + "rank": 153, + "start_date": "2022-04-13T09:09:11Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qp5l7cfvyses0mcz7fnt7dlcer7h5e3mrc2uks9m", + "entity_id": "XCx3FEATjrRv0JEiOUbmmfHAU72MOssNvD5dX1ttZh4=", + "escrow": { + "active_balance": "1176467500283", + "active_shares": "1166537513551", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 4, + "self_delegation_balance": "252120684", + "self_delegation_shares": "249992657" + }, + "in_validator_set": false, + "media": { + "email": "nguyenkhachung@gmail.com", + "name": "kooltek68", + "twitter": "HungNgu76442123", + "url": "https://dataverse.vn" + }, + "rank": 154, + "start_date": "2022-05-31T15:10:13Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 2310, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qr3w66akc8ud9a4zsgyjw2muvcfjgfszn5ycgc0a", + "entity_id": "HPeLbzc88IoYEP0TC4nqSxfxdPCPjduLeJqFvmxFye8=", + "escrow": { + "active_balance": "1153975861242", + "active_shares": "995960111994", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 13, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "Michael.fairbairn@rmit.edu.au", + "keybase": "mikefairbairn", + "name": "RMIT Blockchain Innovation Hub", + "twitter": "BlockchainRMIT", + "url": "https://rmitblockchain.io" + }, + "rank": 155, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 14570, + "lower": 0, + "upper": 20000 + }, + "current_rate": 11110, + "entity_address": "oasis1qr2v5gj2kmyczyrcm7feunjds8kn5fdltg9jsn3z", + "entity_id": "5xjkO0lPuPH6MI/zg9qoU0JXw8GVkgQ3lLn82jLpVHY=", + "escrow": { + "active_balance": "1009267459708", + "active_shares": "1007173448579", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "1008739400151", + "self_delegation_shares": "1006646484631" + }, + "in_validator_set": false, + "media": { + "email": "mainnet@mms.team", + "keybase": "codebaze", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/fdcb09f923483e82ceda5b2bd2402905_360_360.jpg", + "name": "MMS", + "twitter": "0xMMS", + "url": "https://mms.team" + }, + "rank": 156, + "start_date": "2022-04-17T09:03:15Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrcc0c2tppgkc4ue55ykaxe2yznr7zlmkg7vw5a0", + "entity_id": "zTaXae6g9SX3WE2PCZtJnXYTxGtWQM/bw7abXQymNkQ=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 157, + "start_date": "2022-12-13T16:40:18Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qq82nmyquetakgt5gee2e4dnpgnav8d66sep40zj", + "entity_id": "wiq6T3PBtnQm+KWLdHl/v0cYHjVn+ASGHU2nGl9O8X8=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 158, + "start_date": "2022-12-16T16:42:45Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrct7ry2dcmk4ng2lcskzdv26c09xxmm4ytrlzzd", + "entity_id": "W3dPidk7Q+NVS6Q/248eS5K2IXpSbM6oQVXA6Kcxiao=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 159, + "start_date": "2022-12-13T16:42:33Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr223ththl07d227pwmg9stkqskqdwrj9sm7jkg3", + "entity_id": "tJv2wBXZ+gaPlV/4RLR5OkzcLbx56lqJzPtGYAKt1cs=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 160, + "start_date": "2022-12-16T16:42:39Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpz6gtyzec4dwq7vxhvseg9yutavyht36qjsyqm2", + "entity_id": "RlM7AQBuDeE7iLQcOG1lpFmp2MfwGa/UdzTytIMSM64=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 161, + "start_date": "2022-12-13T16:42:45Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzyue69pt2tfkkdp2nw9sk5dsmzvtzu8zsllx7dg", + "entity_id": "HzwG5aZbyDE4TsqR5Vd8rMJsx6NDCAJUUqtDVx97d7A=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 162, + "start_date": "2022-12-16T16:42:28Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrqz3yx3ujewxpuunlhd43xx3dcxwt90rcajfh3p", + "entity_id": "C+AdYzxJqd/CCYw1CXNTOSClV0wMoIaLj4RUHMviTQ0=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 163, + "start_date": "2022-12-13T16:42:39Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpte3ug90s0cvj80lsjthvhwdz697ptvhs0zlyyr", + "entity_id": "70K0o8zDkrDL1ciDOlXcErh2ABKnwJbNlUn0HOMIo/k=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 164, + "start_date": "2022-12-13T16:21:07Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzu5kewyckcdwjym2n78yvjxmdyye4njgsdjyvaf", + "entity_id": "1Sm8Cxc704Edq1O4y3yihHFjaPokwADbFluMGjRULFQ=", + "escrow": { + "active_balance": "1000000000000", + "active_shares": "1000000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 165, + "start_date": "2022-12-16T16:42:33Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1599, + "lower": 0, + "upper": 20000 + }, + "current_rate": 1000, + "entity_address": "oasis1qp8sn8t0fk727n2lwr8zzxwu5gyf7jy9xus6p4aq", + "entity_id": "z2JcHKG9dFvQChgD0Vsgccnlxq+dnkuEMxVMgxX5T/k=", + "escrow": { + "active_balance": "992027962826", + "active_shares": "989594972627", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "992027962826", + "self_delegation_shares": "989594972627" + }, + "in_validator_set": false, + "media": { + "name": "Sunny" + }, + "rank": 166, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1599, + "lower": 0, + "upper": 20000 + }, + "current_rate": 2000, + "entity_address": "oasis1qqzvrnpu4kw69wedg5g7mf8jy5tzuhu9vchpyh0j", + "entity_id": "CVfNUjUCwqsvvfAG0b7ZxVqevF7WTuUBDvslWOkjcIM=", + "escrow": { + "active_balance": "978458430035", + "active_shares": "977542591097", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "500458430035", + "self_delegation_shares": "499990000000" + }, + "in_validator_set": false, + "rank": 167, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqm6l2msa0lhp080wmd0xrudzpusqjp4puuusup5", + "entity_id": "iciuIKbNHSNEETzbO/Ah+BOlIqXe75onDujf4CXW1sI=", + "escrow": { + "active_balance": "892158888905", + "active_shares": "697804088189", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 18, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "info@fs-blockchain.de", + "name": "Frankfurt School Blockchain Center", + "twitter": "fsblockchain", + "url": "https://fs.de/blockchain" + }, + "rank": 168, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqa6tcu2w0x4ucxyhq4wxp55m0f08wwpjca43703", + "entity_id": "cxB3USCkM0ACAMQZtoYWUrKSm4iI9ll8t3yY1Mr1E6c=", + "escrow": { + "active_balance": "890000000000", + "active_shares": "890000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "890000000000", + "self_delegation_shares": "890000000000" + }, + "in_validator_set": false, + "rank": 169, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1599, + "lower": 0, + "upper": 20000 + }, + "current_rate": 0, + "entity_address": "oasis1qqgdt8ajchz7gytdh7q2yfk0xmq93mhn7g0l2lje", + "entity_id": "4jJNfvGw7aYCIejCZNzTf3cFc+ip2jLzAhVtP8iEN0I=", + "escrow": { + "active_balance": "800968679911", + "active_shares": "799802770406", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "800968679911", + "self_delegation_shares": "799802770406" + }, + "in_validator_set": false, + "media": { + "name": "Fast" + }, + "rank": 170, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrrd9sw5mf7z5yn8haltaqrkemd9qm7ldvzrumqs", + "entity_id": "oT3L7RJVJ7k2dBEGfVAP8/mdE3zoim4D61POvlySQs8=", + "escrow": { + "active_balance": "800000000000", + "active_shares": "800000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "800000000000", + "self_delegation_shares": "800000000000" + }, + "in_validator_set": false, + "rank": 171, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqzc9cet7l8z63h00vws283jwhjewkww9uf4fye5", + "entity_id": "5WqDZHrVEpndCoC+QBDbFRszZFXInkx3I7mzF4/uqcU=", + "escrow": { + "active_balance": "691437759930", + "active_shares": "690000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "691437759930", + "self_delegation_shares": "690000000000" + }, + "in_validator_set": false, + "rank": 172, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qz2tg4hsatlxfaf8yut9gxgv8990ujaz4sldgmzx", + "entity_id": "1vx76faX+ARwAY4sEoEaC9oMgZ/BFWfij17SrSS2iQ0=", + "escrow": { + "active_balance": "675700020000", + "active_shares": "675700020000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 4, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 173, + "start_date": "2024-06-29T10:40:47Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 20760, + "lower": 0, + "upper": 100000 + }, + "current_rate": 3000, + "entity_address": "oasis1qph0dea56zgkqpe6xngtpm5xdrkqa002csadmpa3", + "entity_id": "btrDmmjedVKvHTZskWKsn0t5C22gwxnwEwpEh/E8zh4=", + "escrow": { + "active_balance": "610358203122", + "active_shares": "606356184275", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "509782037830", + "self_delegation_shares": "506439480439" + }, + "in_validator_set": false, + "media": { + "email": "nicolas.metzger@feel-mining.com", + "keybase": "feelmining", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/74bae3a593cc7c291d4319fcee2e8105_360_360.jpg", + "name": "Feel-Mining", + "twitter": "FeelMining", + "url": "https://feel-mining.com/" + }, + "rank": 174, + "start_date": "2023-01-24T14:17:51Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 28958, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzs587tqyvwr3dxcxteax292h2lk4uga6cnerkhj", + "entity_id": "bGj6UshbW5vWxmp/atEl9xoGslEwSVZdAn7ThReHDWo=", + "escrow": { + "active_balance": "501000000001", + "active_balance_24": "501000000001", + "active_shares": "500572099038", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "keybase": "pachamamita", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/c9c65d6006c4ab884d271c7dd5ac3705_360_360.jpg", + "name": "Pacha Mamita" + }, + "rank": 175, + "start_date": "2024-01-07T01:31:37Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 1599, + "lower": 0, + "upper": 20000 + }, + "current_rate": 3000, + "entity_address": "oasis1qq7fn8e5zcl2q0x6t9a77ejgagt77anvhv3xlerw", + "entity_id": "0DUAc3vxh7ASCqDHfD3Sf/V7CkyuY7PRKcXcc9XKC2A=", + "escrow": { + "active_balance": "500531336362", + "active_shares": "499990000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "500531336362", + "self_delegation_shares": "499990000000" + }, + "in_validator_set": false, + "rank": 176, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqjcmrjz26kxr2excl726ft2eu0j0y3mluk2phuz", + "entity_id": "ebM/TU7AKmvSyFXr/xwb4YtZCc0450sSgqyq1065o8A=", + "escrow": { + "active_balance": "500000000000", + "active_shares": "500000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "500000000000", + "self_delegation_shares": "500000000000" + }, + "in_validator_set": false, + "rank": 177, + "start_date": "2022-02-01T11:54:40Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 4724, + "lower": 5000, + "upper": 25000 + }, + "current_rate": 5000, + "entity_address": "oasis1qrcaq6fgn9dnmg444asts3qkutur24hvpqp7luwa", + "entity_id": "0fHB54RNBXW+3YuIcmJ/L+WVElKnl9d41+Kdq/rAatM=", + "escrow": { + "active_balance": "415635498245", + "active_shares": "413728060932", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "216722650020", + "self_delegation_shares": "215728064931" + }, + "in_validator_set": false, + "media": { + "email": "regis@grousset.com", + "keybase": "groussettech", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/9f6d1d7c091c35638623640716c87605_360_360.jpg", + "name": "Columbia", + "twitter": "Grousset_Techno", + "url": "https://oasis.grousset.com" + }, + "rank": 178, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqxdawayk4jzpcsa5gc3hryql33thjseus97gjrc", + "entity_id": "NlnPkaqEH8+5We5bdBGHWybZsKpKNo3nLjWgn0JMxoY=", + "escrow": { + "active_balance": "405000000000", + "active_shares": "405000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "405000000000", + "self_delegation_shares": "405000000000" + }, + "in_validator_set": false, + "rank": 179, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 12573, + "lower": 0, + "upper": 100000 + }, + "current_rate": 100000, + "entity_address": "oasis1qrtvgssu2nxtnxdsgcgkmm2tj4pq9c0fy50ecazz", + "entity_id": "CNx8AEfm9Pk15bgu5VnqVpFEAUw6vau55Trdz6rZbXI=", + "escrow": { + "active_balance": "401343024920", + "active_shares": "401343024920", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "201443024920", + "self_delegation_shares": "201443024920" + }, + "in_validator_set": false, + "media": { + "keybase": "kikifinance", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/bf7afa09358c3ade451ad89c2ed73505_360_360.jpg", + "name": "KiKi Finance", + "url": "https://kiki.finance/" + }, + "rank": 180, + "start_date": "2022-03-07T13:51:44Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpjtunejghp668wcs0k3dkp60z49k6rkuywyw0gt", + "entity_id": "f+bXgST79DjaefQl2lIVGvPitcfi2sPGEeQI+JMIREU=", + "escrow": { + "active_balance": "400177177762", + "active_shares": "400000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "400177177762", + "self_delegation_shares": "400000000000" + }, + "in_validator_set": false, + "rank": 181, + "start_date": "2021-11-06T15:03:17Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qp6rcncrz8azcfdp56mjd3mfguze3yeja5lmxjan", + "entity_id": "/POAkC4yNT6kSDzUZHrQj3CNjohroRVMm5DW36xrLvI=", + "escrow": { + "active_balance": "400000000000", + "active_balance_24": "400000000000", + "active_shares": "400000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "400000000000", + "self_delegation_shares": "400000000000" + }, + "in_validator_set": false, + "rank": 182, + "start_date": "2024-08-27T14:28:55Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qryuak975pqx5vsrxtkk3jfdd07wj7nzr5dzffhe", + "entity_id": "OIjlSmHCzONkkov4QYyj7agFaS5FSCq8mX0yRzhJRIo=", + "escrow": { + "active_balance": "400000000000", + "active_shares": "400000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "400000000000", + "self_delegation_shares": "400000000000" + }, + "in_validator_set": false, + "rank": 183, + "start_date": "2022-03-18T03:09:52Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzxs0mhs34vkkerk49gqpvcyx7efvwwssung4593", + "entity_id": "8XIAXGYtA1K7sW498B7MA+gE9Pfycno3QiasxngckUw=", + "escrow": { + "active_balance": "400000000000", + "active_shares": "400000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "300000000000", + "self_delegation_shares": "300000000000" + }, + "in_validator_set": false, + "media": { + "email": "info@kon.am", + "name": "Konak Solutions", + "url": "https://t.me/konak_solutions_oasis_rose_stake" + }, + "rank": 184, + "start_date": "2022-05-06T17:44:16Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qq29xfkqdkqjxtnp8rfsjrzlp97gnw70cyh8acvq", + "entity_id": "1F5chbXR7ahScQCa8DKnOCbQJ3UXpDvzh5uPUhXc/OM=", + "escrow": { + "active_balance": "400000000000", + "active_shares": "400000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "400000000000", + "self_delegation_shares": "400000000000" + }, + "in_validator_set": false, + "rank": 185, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrmd5y5qatetmgchaxkk04y5dgnpxglzqcvezump", + "entity_id": "15NByf2quI0o7ldl9BGy7j92+r8/e5FHHwRyICTUPqk=", + "escrow": { + "active_balance": "400000000000", + "active_shares": "400000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "400000000000", + "self_delegation_shares": "400000000000" + }, + "in_validator_set": false, + "rank": 186, + "start_date": "2024-11-14T18:05:04Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 13507, + "lower": 0, + "upper": 25000 + }, + "current_rate": 12000, + "entity_address": "oasis1qz8kksv46jy4pgu6dzsvndqhsa9vaj550y6u9q4f", + "entity_id": "ccOxDm4qIdmv++/1mKNvRETAEtxvMUmcHPYFjvk/6kA=", + "escrow": { + "active_balance": "372184836528", + "active_shares": "371993014753", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "201125199665", + "self_delegation_shares": "201021540974" + }, + "in_validator_set": false, + "media": { + "name": "HashBase" + }, + "rank": 187, + "start_date": "2022-04-14T17:49:52Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqd77jc48wshc79e8w4m38224ss2xvcs95rw4x04", + "entity_id": "zQHP0zFsdHquNnq5p4UwjawXAMkknkGjDbH56jyvl8g=", + "escrow": { + "active_balance": "300000000000", + "active_shares": "300000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "300000000000", + "self_delegation_shares": "300000000000" + }, + "in_validator_set": false, + "rank": 188, + "start_date": "2021-10-28T21:46:07Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qz2kz3zkgf6trclyajtyg4jecw7es7p5tutfqaz0", + "entity_id": "yv0xp+txn3RUJraQj9tWXkiULV4iZ2RrN6P2FFfLbHM=", + "escrow": { + "active_balance": "300000000000", + "active_shares": "300000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "300000000000", + "self_delegation_shares": "300000000000" + }, + "in_validator_set": false, + "rank": 189, + "start_date": "2023-03-13T14:47:01Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzrpvmt0chyn4ar06772xcj6rzs5arnecq0y3jj6", + "entity_id": "peLVyam58BHuhrsPoBZXnfCOA6FjRHsTtPz2h6ExIL8=", + "escrow": { + "active_balance": "300000000000", + "active_shares": "300000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "300000000000", + "self_delegation_shares": "300000000000" + }, + "in_validator_set": false, + "rank": 190, + "start_date": "2022-12-14T08:40:24Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpwz0xvgz4nclgx7zd5s3x5dc2xnxex3sukxa3vl", + "entity_id": "GeIZNyoTYw9cHMb3QzW2nA2yQ45Nu08IkqxY2i3YZ9g=", + "escrow": { + "active_balance": "300000000000", + "active_shares": "300000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "300000000000", + "self_delegation_shares": "300000000000" + }, + "in_validator_set": false, + "rank": 191, + "start_date": "2021-10-31T17:29:43Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpfmj8rfwmzaxnng6n6h9jrtd43hq0radcmdg05w", + "entity_id": "3GVJFon61O9YEczxj9iU2MsE78eN7d0H+qJyItqooa0=", + "escrow": { + "active_balance": "300000000000", + "active_shares": "300000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "300000000000", + "self_delegation_shares": "300000000000" + }, + "in_validator_set": false, + "rank": 192, + "start_date": "2021-10-24T11:21:02Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11232, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqpxy2vp0u2ym4jltdafgrjxuh9y9fap9utzr2wg", + "entity_id": "uVqnD+OWAA8AErx0liDAuqwoJiWoG7qBfblDbqstxcs=", + "escrow": { + "active_balance": "299000000000", + "active_shares": "299000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "199000000000", + "self_delegation_shares": "199000000000" + }, + "in_validator_set": false, + "media": { + "email": "business@provalidator.com", + "keybase": "Provalidator", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/92cd665c2158b7380de6ed499d95ba05_360_360.jpg", + "name": "Provalidator", + "twitter": "Provalidator", + "url": "https://provalidator.com" + }, + "rank": 193, + "start_date": "2022-01-10T09:41:01Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 3051, + "lower": 0, + "upper": 25000 + }, + "current_rate": 20000, + "entity_address": "oasis1qqxg9s39jfqwhwnnv3nlpfzvdv9hqw5n2gdvuj3r", + "entity_id": "T/PgHnTLIQmkrPpgdAcPTHwKVo0/0EcYmVx0EtMpyhI=", + "escrow": { + "active_balance": "295354953012", + "active_shares": "260907010023", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "295354834955", + "self_delegation_shares": "260906905735" + }, + "in_validator_set": false, + "rank": 194, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr6fr4effjgztms230033me33ycrnf0a8cv0a7xp", + "entity_id": "Ai5UA2ZRvGm8rDWMGn7t18QX50UiSU+7ahq7lzTRKwg=", + "escrow": { + "active_balance": "290000000000", + "active_shares": "290000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "290000000000", + "self_delegation_shares": "290000000000" + }, + "in_validator_set": false, + "media": { + "keybase": "Adorid", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/93f63f495b5848cf10e798b1702bdb05_360_360.jpg", + "name": "Adorid", + "twitter": "Adorid3" + }, + "rank": 195, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr7c0pta4h9666zmpl52j63sthzfw2hszvp2de3v", + "entity_id": "Hfma8LMaOHjpU6uYOp9TxqjY7ZW5iS8eUjyImo9H0/o=", + "escrow": { + "active_balance": "219693237361", + "active_shares": "200982457248", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "218619316700", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 196, + "start_date": "2021-05-05T01:27:24Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqcf0zn6a9d20j99cq4pue8xx2dkp7d2uv55nz5v", + "entity_id": "aSd61GOCadMrmMT4ZvJvl9JPYRkQxOeBWO8ZLW+Udi0=", + "escrow": { + "active_balance": "210957421816", + "active_shares": "201390067785", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "209501316660", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 197, + "start_date": "2021-05-04T13:36:46Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 2853, + "lower": 10000, + "upper": 30000 + }, + "current_rate": 10000, + "entity_address": "oasis1qr2zw0l903skt999tryu2e99v7t4g20hxc5nka9s", + "entity_id": "iqxcbsETLiI7p8hycMlqTn+y0MUvuIblNEVLffBGhNI=", + "escrow": { + "active_balance": "202000000000", + "active_shares": "202000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "media": { + "email": "florian@grousset.com", + "keybase": "groussettech", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/9f6d1d7c091c35638623640716c87605_360_360.jpg", + "name": "Atlantis", + "twitter": "fgratx", + "url": "https://www.grousset.com" + }, + "rank": 198, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqpxw4qdhuwhqzuftsln2cz5rkevl5ehgv5jy5qa", + "entity_id": "1Suw6h7Ge8LUk5vr3rBynUKWC0Sjs6X+A9jMWRSU+Ig=", + "escrow": { + "active_balance": "200139773206", + "active_shares": "200000113288", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 3, + "self_delegation_balance": "200139659839", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 199, + "start_date": "2022-03-04T21:34:38Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qztsz3v57fgeyznckxe0rpah5wezr352ec8s0699", + "entity_id": "dvRcK8lX+m+Smg6tmmIIjnxzbMKetnervEro3W6gWGM=", + "escrow": { + "active_balance": "200002608172", + "active_shares": "200000020170", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "200002588002", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 200, + "start_date": "2021-05-02T16:08:34Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr69qkx36k7mf7lzgy54pmrs8rsg7nst5gln8zvh", + "entity_id": "q6W1C7CwWrurBe8NuX3mocR1l6obMQUlg5aOgJRKQkg=", + "escrow": { + "active_balance": "200000000001", + "active_shares": "200000000001", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000001", + "self_delegation_shares": "200000000001" + }, + "in_validator_set": false, + "media": { + "name": "StakeFAQ", + "twitter": "StakeFAQ", + "url": "https://stakefaq.com" + }, + "rank": 201, + "start_date": "2021-08-04T01:31:57Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr2n6vk3zexszt5vvfv0mpek4emd8nhc9u0pdhsh", + "entity_id": "VFhAljTsssfL4wQBGdFqZb00HvxYvbr/BS4i20odc3g=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 202, + "start_date": "2022-02-02T12:00:41Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qq6wlr5d26sycqylekpgd4wspgdg5jmjasldzrmc", + "entity_id": "uLdRXRMJnSt505UaLrYgIxApHsoyaCR8jfBqSkUiZjA=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 203, + "start_date": "2022-03-31T05:49:08Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr6qp6cz3hnzx3yweyll7rne79ctfalrlcf5qj09", + "entity_id": "OtnnPxG9U1V4ieDWCuqBsr4BziYAmw6IpFBpa3CpKPE=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 204, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzw5j0rxw9xdgt97wtrwrwxts0x7w0vk0c2gewtq", + "entity_id": "lfzsZzFZIbw63il5j717FjiVwsphYQG2/oU97ixEJgk=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "media": { + "email": "securite@stakelab.fr", + "keybase": "stakelab", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/63585765d299338807f158d6aadd2e05_360_360.jpg", + "name": "StakeLab", + "twitter": "StakeLab", + "url": "https://stakelab.fr" + }, + "rank": 205, + "start_date": "2022-01-16T12:53:33Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qp3a3ks7r99y3u7702ler3euxdp33d3h9s5lhp34", + "entity_id": "ipJJSOs8hSh/+RlsNTkupzm3QIH8S6xGdFdf3hgDTAM=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 206, + "start_date": "2021-10-15T20:20:07Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr0acnmfrjkga5e578h7y3v2m2g7h85t8vzl648z", + "entity_id": "DcplOZzEDthLHtPyjbtn9nldfzZ5b9r8EJFnD3JTGMI=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 207, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrtlzkh9akhrcuatl6g9kmjuf70p0365kvg0yp24", + "entity_id": "cuoEX6gvRsu+g4YlT8IiV5FF4NM3rj4Vq/DMtmIa7Sg=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 208, + "start_date": "2023-02-25T15:05:21Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr5qes9qvpuccx62k0q5s5lstl07rav99uwm22jg", + "entity_id": "7xn53Ajjz6o+zD1MuyHqtCyT7gWBrcmb4Ldk9sFv3YM=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 209, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qza428eat7ppvamd33ry7xs7tlqslqnydcrp70s0", + "entity_id": "7KdtH2EdgZ2VtQvWRIVNbiYYE4uQptw9CvGf7lGm3lQ=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "rank": 210, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 11650, + "lower": 0, + "upper": 7000 + }, + "current_rate": 2500, + "entity_address": "oasis1qzjp96xfmfauvpe6sz99r06q9tah8utlc5lkqr9w", + "entity_id": "3msqvkyk1oqx08+KGUoLlvHoicIr90qZIsm4/nm37lc=", + "escrow": { + "active_balance": "200000000000", + "active_shares": "200000000000", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "200000000000", + "self_delegation_shares": "200000000000" + }, + "in_validator_set": false, + "media": { + "keybase": "staketartare", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/282d132c874a37fd6a6014c0e1a7b405_360_360.jpg", + "name": "StakeTartare", + "twitter": "StakeTartare" + }, + "rank": 211, + "start_date": "2022-01-27T18:04:02Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qp6ela294e5nkay37n039fw8d50k9kygesxa8mzt", + "entity_id": "kDnNoOhBYRQeI+l7FT0XD2NMiDOAyz/GSSRozg19VaM=", + "escrow": { + "active_balance": "180576707169", + "active_shares": "175069306593", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "180555914460", + "self_delegation_shares": "175049148040" + }, + "in_validator_set": false, + "media": { + "email": "labs@londonblockchainlabs.com", + "name": "londonblockchainlabs (ucl)", + "twitter": "ldnlabs", + "url": "https://londonblockchainlabs.com" + }, + "rank": 212, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzws86jlwurt3e4vrm9tmywgpamhn7l8mglrxl6h", + "entity_id": "+dkArz44TMcBjJjDbxZG+dGsOf627bO682jt5bWyZF8=", + "escrow": { + "active_balance": "162637702716", + "active_shares": "157867685252", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "162637702716", + "self_delegation_shares": "157867685252" + }, + "in_validator_set": false, + "media": { + "email": "labs@londonblockchainlabs.com", + "name": "londonblockchainlabs (lse)", + "twitter": "ldnlabs", + "url": "https://londonblockchainlabs.com" + }, + "rank": 214, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 3175, + "lower": 999, + "upper": 100000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzl58e7v7pk50h66s2tv3u9rzf87twp7pcv7hul6", + "entity_id": "trheWccoAX4yy4FVnTBdt4u83GGHbgWs1gy6OBifClc=", + "escrow": { + "active_balance": "101602399302", + "active_shares": "91908957693", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "blockscape-dev@mwaysolutions.com", + "keybase": "blockscapeval", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/0df6d91e7e57b42a7e17b2cc62541905_360_360.jpg", + "name": "blockscape", + "twitter": "BlockscapeLab", + "url": "https://blockscape.network/" + }, + "rank": 215, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 28956, + "lower": 6000, + "upper": 6000 + }, + "current_rate": 6000, + "entity_address": "oasis1qzkhrgegnfvvv0k393e3uh4m7sushefj3uxzzlpz", + "entity_id": "O88dgj6a1gpTN/Aaf8R9tLSPomoP/6IG7NLMHQqjfsM=", + "escrow": { + "active_balance": "101002690339", + "active_balance_24": "101002690339", + "active_shares": "100987681046", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 2, + "self_delegation_balance": "2690339", + "self_delegation_shares": "2689939" + }, + "in_validator_set": false, + "media": { + "keybase": "lasoupequantique", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/6a728e9f3da5b3eb6102f37deb5b3f05_360_360.jpg", + "name": "La Soupe Quantique" + }, + "rank": 216, + "start_date": "2024-01-07T00:32:30Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 5940, + "lower": 0, + "upper": 25000 + }, + "current_rate": 10000, + "entity_address": "oasis1qz04lk6qzm9ml3ff4qt3f7qjepdqh4l6dyr4lsmu", + "entity_id": "Su/yJtjZURWNw0J4K413YghcNpwehvolWUDbvqjbwWg=", + "escrow": { + "active_balance": "32792113300", + "active_shares": "30665801425", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 4, + "self_delegation_balance": "31526153395", + "self_delegation_shares": "29481929111" + }, + "in_validator_set": false, + "media": { + "name": "A" + }, + "rank": 218, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qz6j6elhypc70gv8faax3rlpv8ygx39grc55lwwm", + "entity_id": "BhVn8vaynXJqNeqwE26N5HeqtvxlbrozavGT26sG5ik=", + "escrow": { + "active_balance": "8392801339", + "active_shares": "7591898955", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 12, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "support@blockdaemon.com", + "name": "Blockdaemon 2", + "twitter": "_blockdaemon", + "url": "https://blockdaemon.com/" + }, + "rank": 219, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 5217, + "lower": 0, + "upper": 20000 + }, + "current_rate": 20000, + "entity_address": "oasis1qr8al5vcpqzjspdl8yt27fqc3pydz4alhs0xqp5e", + "entity_id": "oPekghIahmyMUzB31IFbXQd6DKdo7lnOYsXIppK2IWU=", + "escrow": { + "active_balance": "7675437684", + "active_shares": "6624097043", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "7675437684", + "self_delegation_shares": "6624097043" + }, + "in_validator_set": false, + "media": { + "email": "slavaa129@gmail.com", + "keybase": "vitassim", + "name": "ViTAssIM|BrAzZzeRs ", + "twitter": "tHWunE7JUkFY5F8" + }, + "rank": 220, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qztpw0744zmes3mchg0ga24zkr2muwdglgs2pk5e", + "entity_id": "kt2+K4MMVD0IoPxHcTm31XpqNJVpguWhy8aBJvk98RQ=", + "escrow": { + "active_balance": "642508456", + "active_shares": "641388381", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "642508456", + "self_delegation_shares": "641388381" + }, + "in_validator_set": false, + "rank": 221, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 2221, + "lower": 0, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qrecdyjt5wu4ynkugv9ns8qjl5wl7gzprukywrly", + "entity_id": "zbcsPBH1YmuC41SrOdkiBizsppzdXVeJ/B03zfKdObI=", + "escrow": { + "active_balance": "256986173", + "active_shares": "200901272", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 6, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 222, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 2114, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qqa3d6e2h3dcdj38rnpgk04grcf6p4weh534vmfs", + "entity_id": "qFLhQqBtg66RSAQhECNshQqn8LIDCTp4Zn5ogK/vhs0=", + "escrow": { + "active_balance": "80209205", + "active_shares": "66383497", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "80209205", + "self_delegation_shares": "66383497" + }, + "in_validator_set": false, + "media": { + "email": "SSSnodes@163.com", + "keybase": "SSSnodes", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/4f63c88e3fc7c1b719ebdc7562eee505_360_360.jpg", + "name": "SSSnodes", + "twitter": "SUPERHILL3", + "url": "https://www.sssnodes.com" + }, + "rank": 224, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqvljqym4nd7xa48rtq5nmwswlxt5n83uv24l7zu", + "entity_id": "9evetZ2+gz5EytUN+oKTtjk/tk4IJLoxbtERjE6xc3g=", + "escrow": { + "active_balance": "64918121", + "active_shares": "64895030", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "64918121", + "self_delegation_shares": "64895030" + }, + "in_validator_set": false, + "media": { + "keybase": "hashmesan", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/984022256da20635152ae218d170f205_360_360.jpg", + "name": "QuantaStakes", + "url": "https://quantalabsinc.github.io" + }, + "rank": 225, + "start_date": "2021-09-09T14:33:59Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 13575, + "lower": 0, + "upper": 20000 + }, + "current_rate": 1000, + "entity_address": "oasis1qzgfrauyppwvfpkjcsxmhjxu5qtp909qtuvslqjc", + "entity_id": "4AfzFStFRGEbfiAZl10gk8+xA8NVkWtumxJPY7cf0gg=", + "escrow": { + "active_balance": "31440", + "active_shares": "31363", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 227, + "start_date": "2022-04-18T13:47:38Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 10784, + "lower": 0, + "upper": 25000 + }, + "current_rate": 5000, + "entity_address": "oasis1qzf7u0w4ueuapvppslgufy02hznef0l8lvhp4q9p", + "entity_id": "r+yk07pGQ8gi9CiMZX1skI/nrrHyRXMpALFs5YWj/z4=", + "escrow": { + "active_balance": "30852", + "active_shares": "29671", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "keybase": "jcjs", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/46ab03d52a0283e53a97ecbcbb94f005_360_360.jpg", + "name": "Cypherpunk Capital" + }, + "rank": 228, + "start_date": "2021-12-21T20:36:29Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qq9dy5xlkrp6y3ckfp8rx8edq77c88ttl5qe3p2u", + "entity_id": "+MBgzI9mlzJsOxIDVib7XsY4X4a4YqX67dpH8It9sX4=", + "escrow": { + "active_balance": "3825", + "active_shares": "3822", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 1, + "self_delegation_balance": "3825", + "self_delegation_shares": "3822" + }, + "in_validator_set": false, + "rank": 229, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 3147, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qrs8xpzhevja678g435afvkvs4h6xm6qzgdz6slf", + "entity_id": "Z/nXBiuk1Oyg1foSdXKqjyynjGBTROsikO0S1qDhGJQ=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 230, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqudydgysjs9pd82hg3ng33p6756z7g9j5qtpfdx", + "entity_id": "yWhpN98Hw4y2ecAnj83hAG8xpIu1caG7dB3ZVWnrmU0=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 232, + "start_date": "2023-03-02T19:23:06Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzk4yehq4f7lskpldq359tm3tp7w2wcurvgrgx76", + "entity_id": "XE+UbZoMDSvTflXv+Ij6+U34P7eko77EhwsUtawBr+I=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 234, + "start_date": "2021-11-28T08:04:54Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 3210, + "lower": 0, + "upper": 25000 + }, + "current_rate": 2000, + "entity_address": "oasis1qpw9clas6p53f44vq9vu7m5kzta2z23gcu8qezq5", + "entity_id": "vchiMjbV2Da7pgmadLeMsPqonsvJD6d0ejN0S+2I4pA=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 241, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzskrjsl94cg74apwd5890dppu4fafg8rgyuuceu", + "entity_id": "uU3iYuGjlaYTR6Xf/x2XSUueTY6ByXpXRsbSdD+IhNg=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 242, + "start_date": "2021-05-24T06:54:32Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqywzjl46m5ju5vfj3h62pz3jaydkg3agu2grpc5", + "entity_id": "u7vTHuaFoUcRqUQQWB9d5K7SLtWikkcO9co8CA3GcwU=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 243, + "start_date": "2022-01-21T06:58:10Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpq9ezgwhptl6897f96g2m6d92wgxq692vte54jt", + "entity_id": "U03eVZSaaFjBvZgegmOE5Mxj7pGshdzlYWrrYE5gaTw=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "name": "shutdown" + }, + "rank": 244, + "start_date": "2021-04-30T04:16:44Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qp7x33cuvy8ydr0xwvqrdxn26wa04yj5lcl6r3v7", + "entity_id": "Qeign1c5EYmWrFOU2iydJ3zQUP5yQoNbdxckqLpVYfI=", + "escrow": { + "active_balance": "0", + "active_balance_24": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "security@nodexis.xyz", + "keybase": "ADC6F5238CAC7AC2", + "name": "NodeXis", + "url": "https://www.nodexis.xyz" + }, + "rank": 251, + "start_date": "2024-08-16T08:14:51Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 3156, + "lower": 0, + "upper": 25000 + }, + "current_rate": 15000, + "entity_address": "oasis1qzpltjryl38jdmd03309z8z87gcl32v53q6xshwq", + "entity_id": "OxR/p3foYvl2S70WOD3n4miOg7/pArPjN/B2RgBZalU=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 254, + "start_date": "2021-04-28T16:00:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpdqexmqzhf86c7n3rar5dsw439yttugpvuvnv28", + "entity_id": "JnaLeRjP7xDPJlnD2mv3+PduIWJXqwjpZsaYuV0B5A0=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 263, + "start_date": "2022-12-13T09:51:09Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qphhnqpgrylyz6ku2lypg8gv0dr54xam9ujj0kdd", + "entity_id": "iS7TNJcNdSD2TZCxLegFsaO8xPXW4VD8ZSKHrb47LgI=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 264, + "start_date": "2021-08-26T05:26:13Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 7607, + "lower": 0, + "upper": 20000 + }, + "current_rate": 7000, + "entity_address": "oasis1qqm6hnxzwm5h04zqh4fm0w2eygx0kuj9rymg48m5", + "entity_id": "GHeH3rj01wkAeQk2ghpQ00VucabZr7NIr75xXAJ6E2Y=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "keybase": "hashfabric", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/951b357eb90132ce4f2e2728ee54b805_360_360.jpg", + "name": "HashFabric", + "url": "https://hashfabric.net" + }, + "rank": 266, + "start_date": "2021-06-28T01:47:00Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qzfsjhnm56fgnkfvjqsk3lt38ya9mjemzqh3h5ds", + "entity_id": "G/gp/iArj7kSCzDEDIkZSGx8UGGu33cVnboT6UUoDmk=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 267, + "start_date": "2021-12-10T15:12:50Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqffexvlhd7d4u8vrqdgzc9qlkdzzz4dcvdf7juk", + "entity_id": "febKv2xIfcJxGKO14Qvk/zY9cHpxxwZosD/Zf+Lsk8s=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 268, + "start_date": "2021-09-25T07:39:54Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 28633, + "lower": 1000, + "upper": 20000 + }, + "current_rate": 10000, + "entity_address": "oasis1qzlh9lv59v880qh7xd2z3nkqdzdxvcj7h5kpq3pg", + "entity_id": "EmteZub24u2lUqW86dixuqAp7sUE0B3/BzJlvI91aBQ=", + "escrow": { + "active_balance": "0", + "active_balance_24": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "keybase": "razmataz", + "logoUrl": "https://s3.amazonaws.com/keybase_processed_uploads/6b19b5530bbb695b6441b5dd0baede05_360_360.jpg", + "name": "DeviseR", + "twitter": "razonchain" + }, + "rank": 269, + "start_date": "2023-12-24T15:40:23Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqsdf7mk3wqp0ugztzj5duysn4yn097gqvkfugfw", + "entity_id": "EBhHtXqZSM2fxEh0a5f2oSlSan6eXqo6tAZvRWOmohQ=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 272, + "start_date": "2021-10-25T18:59:14Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qr83gwvsy5zhxhcf442uluzf2lsx7ufdqv0qes78", + "entity_id": "c06cJwTc8P/W+Ub/XkTldOPTlOsLWHzxLJjw8ZmdhN4=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 275, + "start_date": "2023-03-07T11:05:58Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qpdlqz373hcqvafadd3lxptj42x84sws35s02r4r", + "entity_id": "BPL6tN82ouSd3KOo3nxyo1JvVjUKDHgHBUoR9r3Wcsc=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 276, + "start_date": "2022-02-08T17:23:32Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 5671, + "lower": 0, + "upper": 7500 + }, + "current_rate": 500, + "entity_address": "oasis1qq5huvjkenm46zzsvgdt6evgjq6h7xp92cdh6826", + "entity_id": "BgBsi5dWiR97nyu3OT5cS2f4z4L9DTknMBSCWvk7P3c=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 277, + "start_date": "2021-05-01T16:27:42Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qrsdled3q29nfgt5w9zfw9u8ddpwsmepxgnvqhyf", + "entity_id": "8A45DG3yEfglxgFpeAPDDIFjhFhaAk+1ZGIRMDpLek8=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 278, + "start_date": "2021-05-10T11:02:06Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 31537, + "lower": 1000, + "upper": 5000 + }, + "current_rate": 1000, + "entity_address": "oasis1qp2sah0sskcymat5f0mpntphp8ysrxaklgwl8eh7", + "entity_id": "6WbfEngydST9lOWGiiIN83bcKn52Facn9WjuZ/I/vTs=", + "escrow": { + "active_balance": "0", + "active_balance_24": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "media": { + "email": "stake@khastor.com", + "name": "Khastor" + }, + "rank": 280, + "start_date": "2024-04-22T18:56:19Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + }, + { + "active": false, + "current_commission_bound": { + "epoch_end": 0, + "epoch_start": 0, + "lower": 0, + "upper": 0 + }, + "current_rate": 0, + "entity_address": "oasis1qqxqueckyxhtwn98h2slhq6h8kd94vl5qgetwh48", + "entity_id": "64K+LTFoIjyXw0muLAtEWRkZyq0R+3/efPFA6+ZAf+U=", + "escrow": { + "active_balance": "0", + "active_shares": "0", + "debonding_balance": "0", + "debonding_shares": "0", + "num_delegators": 0, + "self_delegation_balance": "0", + "self_delegation_shares": "0" + }, + "in_validator_set": false, + "rank": 281, + "start_date": "2021-12-02T00:18:45Z", + "voting_power": 0, + "voting_power_cumulative": 232169749058465630 + } + ] +} diff --git a/src/vendors/oasisscan/dump_validators.json b/src/vendors/oasisscan/dump_validators.json deleted file mode 100644 index 7e209895ee..0000000000 --- a/src/vendors/oasisscan/dump_validators.json +++ /dev/null @@ -1,7690 +0,0 @@ -{ - "dump_timestamp": 1720809704133, - "dump_timestamp_iso": "2024-07-12T18:41:44Z", - "list": [ - { - "rank": 5, - "entityId": "zAhtGrpk1L3bBLaP5enm3natUTCoj7MEFryq9+MG4tE=", - "entityAddress": "oasis1qq0xmq7r0z9sdv02t5j9zs7en3n6574gtg8v9fyt", - "nodeId": "PsfFUQrXqGoFtowWZcoc8ilh8xHP94LvNYHvqQHpw1E=", - "nodeAddress": "oasis1qqnucpyju04fjxlg5j5a0akscqhf34ulnsupnwx3", - "name": "Mars Staking | Long term fee 1%", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/f30f9b2207b7d83ef05219ca483b6f05_360_360.jpg", - "website": "https://linktr.ee/marssuper", - "twitter": null, - "keybase": "marssuper", - "email": "marssuper@outlook.com", - "description": null, - "escrow": "142700409.40", - "escrowChange24": "31644.24", - "escrowPercent": 0.0345, - "balance": "9107.72", - "totalShares": "104389772.69", - "signs": 19287464, - "proposals": 456705, - "nonce": 0, - "score": 20200874, - "delegators": 23514, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.01, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 1, - "entityId": "eZuacXy5s3/nolB/E3gF4vqUYdvfOlVaaBXGfZcGwKc=", - "entityAddress": "oasis1qq3xrq0urs8qcffhvmhfhz4p0mu7ewc8rscnlwxe", - "nodeId": "SQZZd1wsWXdFsqswUoh6hZtmzu+ejuSnrGeHtgIBJDo=", - "nodeAddress": "oasis1qphhk4g0ncqut2ds40mr932s5p8tkqcu3yaae227", - "name": "stakefish", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e1378cd4d5203ded716906687ad53905_360_360.jpg", - "website": "https://stake.fish", - "twitter": "stakefish", - "keybase": "bflabs", - "email": "hi@stake.fish", - "description": null, - "escrow": "188724116.04", - "escrowChange24": "132779.78", - "escrowPercent": 0.0457, - "balance": "5.65", - "totalShares": "135016022.34", - "signs": 19102904, - "proposals": 1051317, - "nonce": 0, - "score": 21205538, - "delegators": 8888, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 3, - "entityId": "9sAhd+Wi6tG5nAr3LwXD0y9mUKLYqfAbS2+7SZdNHB4=", - "entityAddress": "oasis1qqekv2ymgzmd8j2s2u7g0hhc7e77e654kvwqtjwm", - "nodeId": "6wbL5/OxvFGxi55o7AxcwKmfjXbXGC1hw4lfnEZxBXA=", - "nodeAddress": "oasis1qqp0h2h92eev7nsxgqctvuegt8ge3vyg0qyluc4k", - "name": "BinanceStaking", - "icon": null, - "website": "https://www.binance.com", - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "166555652.11", - "escrowChange24": "58438.41", - "escrowPercent": 0.0403, - "balance": "102.82", - "totalShares": "131668151.72", - "signs": 17245598, - "proposals": 1484480, - "nonce": 0, - "score": 20214558, - "delegators": 8094, - "nodes": null, - "uptime": "99%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 36, - "entityId": "J2nwlXuYEPNZ0mMH2Phg5RofbZzj65xDvQMNdy9Ji0E=", - "entityAddress": "oasis1qz22xm9vyg0uqxncc667m4j4p5mrsj455c743lfn", - "nodeId": "ITrwEekdZNqXrEzvw3GT6Q3AtHDd51f19nD2nVU/f0c=", - "nodeAddress": "oasis1qzs429ts5f4pvnylnhkhhfgjvtqj35asc5mv68sz", - "name": "S5", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/de32b7ca9108d3d7de68949f81114205_360_360.jpg", - "website": "https://www.stake5labs.com", - "twitter": "stake5labs", - "keybase": "stake5labs", - "email": null, - "description": null, - "escrow": "39940217.07", - "escrowChange24": "12712.08", - "escrowPercent": 0.0097, - "balance": "19610.66", - "totalShares": "29885708.37", - "signs": 19356193, - "proposals": 302661, - "nonce": 0, - "score": 19961515, - "delegators": 5127, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 35, - "entityId": "ko5wr5SMqhKb+P1kimM1EF/T4SqvW/WjSOwPHigQl+k=", - "entityAddress": "oasis1qz72lvk2jchk0fjrz7u2swpazj3t5p0edsdv7sf8", - "nodeId": "aJFHeID4Q7qUfMa42dRwaa9PQrZ/cVDiE3WNt4bQjo0=", - "nodeAddress": "oasis1qrt395hkglxv82xdlaw043253llcl5uz3s8la238", - "name": "Ocean Stake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/98c72d275087af707ff08549edd06a05_360_360.jpg", - "website": "https://keybase.io/oceanabcde", - "twitter": null, - "keybase": "oceanabcde", - "email": null, - "description": null, - "escrow": "39999131.18", - "escrowChange24": "2610.67", - "escrowPercent": 0.0097, - "balance": "234.25", - "totalShares": "30012676.93", - "signs": 19324963, - "proposals": 402291, - "nonce": 0, - "score": 20129545, - "delegators": 3754, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 6, - "entityId": "9D+kziTxFhg77+cyt+Fwd6eXREkZ1wHw7WX7VG57MeA=", - "entityAddress": "oasis1qpn83e8hm3gdhvpfv66xj3qsetkj3ulmkugmmxn3", - "nodeId": "SCA1zoR15jpC2eugP1P/CZBQhMjHEtmJ7+hWemgTdWo=", - "nodeAddress": "oasis1qrs74qakgmxcrj4vcvl6javrps65awk6x5656msr", - "name": "Chorus One", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/3a844f583b686ec5285403694b738a05_360_360.jpg", - "website": "https://chorus.one", - "twitter": "ChorusOne", - "keybase": null, - "email": null, - "description": null, - "escrow": "135770958.07", - "escrowChange24": "7235.91", - "escrowPercent": 0.0328, - "balance": "5942.01", - "totalShares": "96998078.67", - "signs": 19387218, - "proposals": 827507, - "nonce": 0, - "score": 21042232, - "delegators": 2402, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 61, - "entityId": "4gbOOU09bcyvM53Up1lTnP+sLb0feniJu0OcUUPCBSs=", - "entityAddress": "oasis1qzl99wft8jtt7ppprk7ce7s079z3r3t77s6pf3dd", - "nodeId": "+zVbgQqOdY90Z2NQKXFByNT0OwLxj/Ho4j4qT5u2yKM=", - "nodeAddress": "oasis1qp62cjgdl77hgs67nmgmlsd90y034eh5kg53jvlp", - "name": "DCC Capital", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/6f43e231fb8bdea6bf55a13b910fb405_360_360.jpg", - "website": "https://dcc.capital/", - "twitter": "dcccapital", - "keybase": "dcccapital", - "email": "dcccapital123@gmail.com", - "description": null, - "escrow": "24013145.46", - "escrowChange24": "1630.92", - "escrowPercent": 0.0058, - "balance": "7998.64", - "totalShares": "18069694.35", - "signs": 19302711, - "proposals": 211856, - "nonce": 0, - "score": 19726423, - "delegators": 2233, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 33, - "entityId": "/AI8TCLc1a5U98yBoxOji5bheVT1pc75v+tGDdM6se4=", - "entityAddress": "oasis1qp60saapdcrhe5zp3c3zk52r4dcfkr2uyuc5qjxp", - "nodeId": "wdxW8Bk1hZvQANQHRCO8MzbgRsdC5c7mpLjsNYLM82I=", - "nodeAddress": "oasis1qq9hpt5ljzc592cdhgvex08cct3s6928tq54qvky", - "name": "Tessellated Geometry", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/1be50ea4c1a26ff72b068a3ab0590205_360_360.jpg", - "website": "https://tessellatedgeometry.com", - "twitter": "tessellatedgeo", - "keybase": "tessellatedgeo", - "email": "hello@tessellatedgeometry.com", - "description": null, - "escrow": "45374421.20", - "escrowChange24": "-6854.37", - "escrowPercent": 0.011, - "balance": "2.10", - "totalShares": "32209664.01", - "signs": 19242631, - "proposals": 229550, - "nonce": 0, - "score": 19701731, - "delegators": 1803, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.03, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 50, - "entityId": "bb1zWp0gzS1ij1OY3KzxC0BJNdqkAiJ26z3iD8slt7c=", - "entityAddress": "oasis1qpqz2ut6a6prfcjm64xnpnjhsnqny6jqfyav829v", - "nodeId": "DudLYGDVKMgh/OZ0rOsoxeCNzSxalm4bvQsrsE/H9XA=", - "nodeAddress": "oasis1qzhpchu80rdy0z76uxnc29p09yc39lrmnuhrd04m", - "name": "GoStaking", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/796f004b2fa2a5ff17299d361b78b005_360_360.jpg", - "website": null, - "twitter": "StakingGo", - "keybase": "gostaking", - "email": "GoStaking8@gmail.com", - "description": null, - "escrow": "27152577.00", - "escrowChange24": "1844.14", - "escrowPercent": 0.0066, - "balance": "164.34", - "totalShares": "20491240.04", - "signs": 17825326, - "proposals": 254560, - "nonce": 0, - "score": 18334446, - "delegators": 1216, - "nodes": null, - "uptime": "97%", - "active": true, - "commission": 0.18, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 47, - "entityId": "kfr2A6K6TlvhQm4nz88Hczzkd2Aq5PlkxSpnmUUBAFs=", - "entityAddress": "oasis1qr0jwz65c29l044a204e3cllvumdg8cmsgt2k3ql", - "nodeId": "lbxs4hlud9XNloIOdhJPaCahd7HtiY8QATCgGnFfCM0=", - "nodeAddress": "oasis1qp0lt6y2kq8g7ffzy49acga2l8uefngz0yf9v0jk", - "name": "Staking Fund", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/d48739023a250815c4ac564c9870ec05_360_360.jpg", - "website": "https://staking.fund", - "twitter": "StakingFund", - "keybase": "StakingFund", - "email": "go@staking.fund", - "description": null, - "escrow": "30532765.38", - "escrowChange24": "2073.71", - "escrowPercent": 0.0074, - "balance": "63.85", - "totalShares": "22591944.38", - "signs": 19385637, - "proposals": 546575, - "nonce": 0, - "score": 20478787, - "delegators": 819, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 40, - "entityId": "QNXjdhgd/NSfLbHeZB0n8yv5dSyl6jm4MSHjjduuj5M=", - "entityAddress": "oasis1qpg5vq3jt6djfw5rq9l8kcwkt4s7vmjn4vvxujwv", - "nodeId": "g4GC/b200mEkFXNhsOJxQKdo39DAHayAxrO+c1AhfhI=", - "nodeAddress": "oasis1qrj75uh2ga923kvfz74rwfpqn8fjec55ev9wplud", - "name": "AutoStake 🛡️ Slash Protected", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/2fe4767915f79a22b1a3c4a0f2ffe505_360_360.jpg", - "website": "https://autostake.net", - "twitter": "AutoStake_", - "keybase": "autostake", - "email": "support@autostake.net", - "description": null, - "escrow": "35301147.01", - "escrowChange24": "6037.45", - "escrowPercent": 0.0085, - "balance": "460.97", - "totalShares": "30644445.98", - "signs": 12475194, - "proposals": 51299, - "nonce": 0, - "score": 12577792, - "delegators": 761, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 15, - "entityId": "32KS5Z9LWTD2UEUOqhRwZyJvb0lb12iiE9UYgoFjsKQ=", - "entityAddress": "oasis1qzu358mpd4z5frmrq6vnwq87cqfvdmfxh5ax57cj", - "nodeId": "apKOntFDXWhpOfYAn1r84IWDG2KGBBAox4usIDhZcns=", - "nodeAddress": "oasis1qzf8kvej5x952h5d07pw6yh5cm9u2w26ngkj5dzc", - "name": "Citadel.one", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/774aea32c735d04662b2173dc3683005_360_360.jpg", - "website": "https://citadel.one", - "twitter": "CitadelDAO", - "keybase": "krewedk0", - "email": "support@citadel.one", - "description": null, - "escrow": "69451203.62", - "escrowChange24": "17823.55", - "escrowPercent": 0.0168, - "balance": "2.35", - "totalShares": "50632642.93", - "signs": 18955796, - "proposals": 143375, - "nonce": 0, - "score": 19242546, - "delegators": 711, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 90, - "entityId": "Ph5b+2q8cFT3ppda6yhlvZVZa/VnbNsaZ6+IMv29Qm8=", - "entityAddress": "oasis1qrjwzudz53vfy2vfqe5tavae370tukt9fulj27l0", - "nodeId": "YOg6j3mfRIscs0oW+IzeiheXd8zS+6QVXZS/fPr8go4=", - "nodeAddress": "oasis1qqrzkvrvt4w2d2ksy45slq8am4hlv88wsgmhkq28", - "name": "RoseDrop", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/b35a59602ceee57d6b2fbc71af727205_360_360.jpg", - "website": "https://rosedrop.es", - "twitter": "AlphaGrowth_xyz", - "keybase": "TaLiNiTo", - "email": "nodosag@alphagrowth.es", - "description": null, - "escrow": "10337452.57", - "escrowChange24": "4851.97", - "escrowPercent": 0.0025, - "balance": "3600.32", - "totalShares": "10029544.85", - "signs": 6093774, - "proposals": 10622, - "nonce": 0, - "score": 6115018, - "delegators": 600, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 7, - "entityId": "WazI78lMcmjyCH5+5RKkkfOTUR+XheHIohlqMu+a9As=", - "entityAddress": "oasis1qz0ea28d8p4xk8xztems60wq22f9pm2yyyd82tmt", - "nodeId": "xHvUU4I+dQ4oKvlfe4IXoKi8OT8vdAgfszQ5ciPL6HI=", - "nodeAddress": "oasis1qr60nw7vxmzyn3vq4yeg9fuzp7uhfwu69cu3gpp7", - "name": "Simply Staking", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/27d4669503119b84bbc4bd4ae7f0bf05_360_360.jpg", - "website": "https://simply-vc.com.mt/", - "twitter": "Simply_VC", - "keybase": "simplyvc", - "email": "staking@simply-vc.com.mt", - "description": null, - "escrow": "121068497.02", - "escrowChange24": "8222.68", - "escrowPercent": 0.0293, - "balance": "2844139.00", - "totalShares": "88177225.23", - "signs": 19390551, - "proposals": 696752, - "nonce": 0, - "score": 20784055, - "delegators": 573, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 67, - "entityId": "aOefxt5MUuXEbErxpD+ZttJWh/3d9if+t+PBTeAgKpo=", - "entityAddress": "oasis1qz2rxs50p4kn537tcupjhg7ad3zcm9s7uuyrrd9e", - "nodeId": "vBGuFf/8tdEMQPiiPggnLlWT9aCbIQgNcRM+EKh2kX0=", - "nodeAddress": "oasis1qzpzq4gs5c2ywr2q6sp9c6l82vy6jzm60ytjvf5y", - "name": "Staky.io", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/802332fc652f99a333844817aaddc105_360_360.jpg", - "website": "https://staky.io", - "twitter": "staky_validator", - "keybase": "staky", - "email": "hello@staky.io", - "description": null, - "escrow": "16782551.23", - "escrowChange24": "1139.83", - "escrowPercent": 0.0041, - "balance": "16397.40", - "totalShares": "12644702.14", - "signs": 17893252, - "proposals": 113163, - "nonce": 0, - "score": 18119578, - "delegators": 550, - "nodes": null, - "uptime": "87%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 125, - "entityId": "2lmcqqXwGzeje6jGosIJrDKAe+rJXn9XcPcF7ezsJYw=", - "entityAddress": "oasis1qqzh32kr72v7x55cjnjp2me0pdn579u6as38kacz", - "nodeId": "+isN1pgldZUB/ayTb8e1rbD4vXWiOsFKxOjZlZKvcEU=", - "nodeAddress": "oasis1qrhuymyr683x0wdtdh3pqu7g0z9w505h5gufk487", - "name": "Trifasicko", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e6506066983bdcce3ba39cdcef7fa505_360_360.jpg", - "website": "https://www.amrcorp.net/url", - "twitter": "amrcstake", - "keybase": "amrcstake", - "email": "noderc0411@protonmail.com", - "description": null, - "escrow": "1939630.01", - "escrowChange24": "0.00", - "escrowPercent": 0.0005, - "balance": "4.89", - "totalShares": "1686454.60", - "signs": 10798425, - "proposals": 18277, - "nonce": 0, - "score": 10834979, - "delegators": 481, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 38, - "entityId": "YDHYz/R+Y7pCodhmgkCqzoqqN54gzRfVE5fjZriX+RI=", - "entityAddress": "oasis1qzrehfnnntdaeshy5f6kfa8v3p35yu7mluaapmgc", - "nodeId": "6XcILTcGhjvVaWI/tRvZfUTp4huxgg6OBvFQrNmx9DY=", - "nodeAddress": "oasis1qzgephk58r8a6uvu5rgred45n8prjgtj6ucxqs9y", - "name": "University of Malta - Centre for DLT", - "icon": null, - "website": "https://www.um.edu.mt/dlt", - "twitter": null, - "keybase": null, - "email": "dlt@um.edu.mt", - "description": null, - "escrow": "37593695.53", - "escrowChange24": "-8731.87", - "escrowPercent": 0.0091, - "balance": "125000.21", - "totalShares": "26855716.81", - "signs": 19383683, - "proposals": 108855, - "nonce": 0, - "score": 19601393, - "delegators": 374, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 75, - "entityId": "drOpGoCNcPxc+MpfbJU7KoBqQZa0eTQUdjTDpe3qvrY=", - "entityAddress": "oasis1qp9q8g56dwuak0nwsmnykyzsfahj6z49xczp6d8c", - "nodeId": "LupNjD/E7Mgn0TKmUZeQRUpNwDadUyKinseDz28px5A=", - "nodeAddress": "oasis1qrmznmpwujw5mw76w5cl7m0qyyvfx2q0ssrkm2dp", - "name": "Validator.ONE | 0% Fee to 2026 | High Self-Stake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/be512247bd3574fb9fb8318de3e3eb05_360_360.jpg", - "website": "https://validator.one", - "twitter": "validatorone", - "keybase": "validator_one", - "email": "admin@validator.one", - "description": null, - "escrow": "13794763.78", - "escrowChange24": "8341.49", - "escrowPercent": 0.0033, - "balance": "0.82", - "totalShares": "12904315.37", - "signs": 8783314, - "proposals": 10038, - "nonce": 0, - "score": 8803390, - "delegators": 366, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 8, - "entityId": "UkwjS1YvEfHx9b6MMT5Q1WvCY3aWn2lxRDsB/Pw+zGk=", - "entityAddress": "oasis1qrdx0n7lgheek24t24vejdks9uqmfldtmgdv7jzz", - "nodeId": "4bv9f6NqLf4+6+QII+p48KgpagFXk9PgIdefbuo2spA=", - "nodeAddress": "oasis1qz557a3rmflgxtn46f8hegrnfdak7es4gcedfme6", - "name": "Bit Cat🐱", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e6d2c9be95cde136dcf0ade7238f1705_360_360.jpg", - "website": "https://www.bitcat365.com", - "twitter": "bitcat365", - "keybase": "bitcat365", - "email": "hi@bitcat365.com", - "description": null, - "escrow": "87738802.64", - "escrowChange24": "5959.01", - "escrowPercent": 0.0212, - "balance": "9823.89", - "totalShares": "65948595.95", - "signs": 19373523, - "proposals": 331412, - "nonce": 0, - "score": 20036347, - "delegators": 350, - "nodes": null, - "uptime": "97%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 71, - "entityId": "pMObKfyj3dlGVgf55VX9NUAERkHLXteFvKExpOAn/tc=", - "entityAddress": "oasis1qp4tj3u9qkcgjqrrjvwljrqcyx3g5ygjqgtm37t3", - "nodeId": "MJc6tzSAEQOxgduime6zcs8bhlfb79AaICG1Xi7fCFA=", - "nodeAddress": "oasis1qqstyxmvfpgrtuf9k5ulc2cypfmle3f6ps0s9wlk", - "name": "Strata One", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/04596292f98bb67304f8cfea15625b05_360_360.jpg", - "website": "https://strataone.io", - "twitter": "Strata_ONE", - "keybase": "Strata_ONE", - "email": "support@strataone.io", - "description": null, - "escrow": "15935355.05", - "escrowChange24": "2917.23", - "escrowPercent": 0.0039, - "balance": "85.94", - "totalShares": "14201898.36", - "signs": 11566886, - "proposals": 22050, - "nonce": 0, - "score": 11610986, - "delegators": 350, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 84, - "entityId": "5gBr+GeuXD6Dwbs1u0Nsrk0P/fbtdFou4W3JB0YGgSA=", - "entityAddress": "oasis1qqlckx8uus05llpl5jdcsck6zceal06zgg3ll75t", - "nodeId": "lt3KIEsVunHEMDfgnekDbFFr7Y5aqXmNgbfJMzJzYDM=", - "nodeAddress": "oasis1qr3k3q0wrv0kpjq0fx629kzqzpearnq4s58cgwt0", - "name": "Orion", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/0c6385396acbe5ed0d2c60e12c58c005_360_360.jpg", - "website": "https://orionstaking.com", - "twitter": "orionstaking", - "keybase": "orionstaking", - "email": "contact@orionstaking.com", - "description": null, - "escrow": "12451106.15", - "escrowChange24": "1062.65", - "escrowPercent": 0.003, - "balance": "5.23", - "totalShares": "11019452.10", - "signs": 11991315, - "proposals": 15686, - "nonce": 0, - "score": 12022687, - "delegators": 295, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 11, - "entityId": "nw+8VTk+LbrZ4mSmeKYuQGu/swFgAOpPB5ls4STzh1g=", - "entityAddress": "oasis1qpl883gp995zs9n6a279tqsavnaxxf0rzcdlauwu", - "nodeId": "XCiPWblWT3n1aN2NI0vslmlfV9GOkxE2Ih2SI66ZR38=", - "nodeAddress": "oasis1qrk0dwufyq3j23uqg9l4d8snmp4csx8xmggy8sj4", - "name": "Princess Stake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/7abefc0db8113014f7079a4dd4576005_360_360.jpg", - "website": "https://princess-stake.github.io/", - "twitter": null, - "keybase": "princess_stake", - "email": null, - "description": null, - "escrow": "78548353.18", - "escrowChange24": "5334.82", - "escrowPercent": 0.019, - "balance": "600.20", - "totalShares": "65639904.95", - "signs": 14739865, - "proposals": 129116, - "nonce": 0, - "score": 14998097, - "delegators": 273, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 43, - "entityId": "iGs5cCGos/I5KQv82MwgGMNENaxy3bhuWdFXtINcu0U=", - "entityAddress": "oasis1qpavd66xsezz8s4wjw2fyycxw8jm2nlpnuejlg2g", - "nodeId": "pnzDjfjrjsN+7TZJSw/HzZq+jA6HN3jPsSEOkh9kKWE=", - "nodeAddress": "oasis1qq8mv2g8t86v9qn9jd7t4mem48smna993s74nqks", - "name": "Spherical One", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/749a019fada9ce72d7818330647b2705_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "sphericalone", - "email": "nodes@spherical.one", - "description": null, - "escrow": "33212089.17", - "escrowChange24": "2255.69", - "escrowPercent": 0.008, - "balance": "3.09", - "totalShares": "29007588.99", - "signs": 12518633, - "proposals": 51028, - "nonce": 0, - "score": 12620689, - "delegators": 249, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 94, - "entityId": "RlDu2itOjxNzDEZsn95IY6CQzzDE3V218gcp6LtUv0c=", - "entityAddress": "oasis1qpjwv9r7v7y9tw2j4xskck90mkggv9geuy748fqg", - "nodeId": "r4AL9Xu6vOR+ktf4p7q1zo8Fsei9meit9J3orlyhpak=", - "nodeAddress": "oasis1qqj47tschc3nzzag09ycvtfp6wdrr50ylyfes06m", - "name": "AndromedaPool | Zero fee to 2025", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/eb2fa72eb025478beca43f249bf8bb05_360_360.jpg", - "website": "https://andromedapool.com", - "twitter": "andromedapool", - "keybase": "andromedapool", - "email": "contact@andromedapool.com", - "description": null, - "escrow": "8515178.86", - "escrowChange24": "578.33", - "escrowPercent": 0.0021, - "balance": "1519.07", - "totalShares": "8140334.60", - "signs": 6979574, - "proposals": 8355, - "nonce": 0, - "score": 6996284, - "delegators": 247, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 2, - "entityId": "FDqRmM1FyhaGas+lquWmGAKgMsU2rj7UESAlnOHtxco=", - "entityAddress": "oasis1qq7vyz4ewrdh00yujw0mgkf459et306xmvh2h3zg", - "nodeId": "5UbIi8RQj4flFn9N8wHjQqp6QwZFJi2QdD2mOYLa/sY=", - "nodeAddress": "oasis1qzgs6akhvl9qgnepas3p0tf97p9cuv63ps8v6qgx", - "name": "P2P.ORG - P2P Validator", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/0e54d989cbe0b1eed716e222bf2cdd05_360_360.jpg", - "website": "https://p2p.org/", - "twitter": "P2Pvalidator", - "keybase": "p2p_org_", - "email": "p.pavlov@p2p.org", - "description": null, - "escrow": "172272621.35", - "escrowChange24": "11700.34", - "escrowPercent": 0.0417, - "balance": "1.98", - "totalShares": "125266067.83", - "signs": 19366364, - "proposals": 420929, - "nonce": 0, - "score": 20208222, - "delegators": 210, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 29, - "entityId": "UFXCpcvXBOHbxtObG4psGcn+LgZOedvDDUAqVengpPk=", - "entityAddress": "oasis1qrs8zlh0mj37ug0jzlcykz808ylw93xwkvknm7yc", - "nodeId": "RyR58ibjevY8DqFHaqDfJhe1zm0XeY83hPk78qtcUic=", - "nodeAddress": "oasis1qqd5s0436fnd7qm523d4dwnmp5sry43gtgv365ad", - "name": "Bitoven", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/695a44c03aa16422aaa8c7c6b1191605_360_360.jpg", - "website": "https://bitoven.me", - "twitter": null, - "keybase": "bitoven", - "email": "bitoven@protonmail.com", - "description": null, - "escrow": "47604279.42", - "escrowChange24": "3233.17", - "escrowPercent": 0.0115, - "balance": "20080.36", - "totalShares": "35784867.60", - "signs": 19394945, - "proposals": 281012, - "nonce": 0, - "score": 19956969, - "delegators": 210, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 122, - "entityId": "PkN8wpUKIlTUOtK0vKfPLd+xNVFdIB8Za7+4/yx84dg=", - "entityAddress": "oasis1qz86vltcdhjurzuvzfhkku4yaf7vf2umdvpwmtlv", - "nodeId": "ZsA76RMHOOMS4tJhoCM0X1T6TN+JmFyXGWz54WBnw14=", - "nodeAddress": "oasis1qpf76sutrrk7kzj7ke2cz8kxesm8fqhm7gwyp4lh", - "name": "Coinbase Cloud", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/68d8ed237f31e993a8eac1bca7512a05_360_360.jpg", - "website": "https://coinbase.com/cloud", - "twitter": "CoinbaseCloud", - "keybase": "coinbasecloud", - "email": "hi@bisontrails.co", - "description": null, - "escrow": "7395310.52", - "escrowChange24": "0.00", - "escrowPercent": 0.0018, - "balance": "3023.26", - "totalShares": "5572570.23", - "signs": 12701162, - "proposals": 228522, - "nonce": 0, - "score": 13158206, - "delegators": 209, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 121, - "entityId": "ms7M1v8HfItCnNNJ0tfE/PsYQsmeD+XpfGF1v0zR2Xo=", - "entityAddress": "oasis1qz8u0zqhcmgxalnjgwj6m0sg6wuy2vrsgyna2z7t", - "nodeId": "AFg3reZ2n4Xmz1io3+oLQz9ZkfNRkLopO1DkWZuzUCQ=", - "nodeAddress": "oasis1qzfrzpvqyrn2uam6ngs2xu5t7wntjc2xzyglmvvc", - "name": "Everstake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/fa01e6109b3fd4579c4bdd445d75ad05_360_360.jpg", - "website": "https://everstake.one", - "twitter": "everstake_pool", - "keybase": "everstake", - "email": "inbox@everstake.one", - "description": null, - "escrow": "10147127.70", - "escrowChange24": "0.00", - "escrowPercent": 0.0025, - "balance": "10.13", - "totalShares": "7577910.17", - "signs": 16372877, - "proposals": 215202, - "nonce": 0, - "score": 16803281, - "delegators": 180, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 99, - "entityId": "AaemJ+W/+IKfvWQSVjwVFLU4M7g9VyDgbFQfWNqkU2Q=", - "entityAddress": "oasis1qqc35xprrs0x595d9s0hrz0p60aey4cm8ya8at66", - "nodeId": "Vql2WfvlHnF0delOCNiV34Gizw05hCpZfsekGav7F9I=", - "nodeAddress": "oasis1qz24zu242wdwcf8ghr9rmcn9anr94y7jmga8n9kd", - "name": "Terminet", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/46e892f65b076481e8a4196ca6066005_360_360.jpg", - "website": "https://www.terminet.io", - "twitter": "Terminet123", - "keybase": "ferland", - "email": "support@terminet.io ", - "description": null, - "escrow": "6189663.89", - "escrowChange24": "-587.17", - "escrowPercent": 0.0015, - "balance": "2.08", - "totalShares": "5529906.04", - "signs": 11290374, - "proposals": 9872, - "nonce": 0, - "score": 11310118, - "delegators": 172, - "nodes": null, - "uptime": "85%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 113, - "entityId": "eHY1nPuUkCr168VEeefDUW75w7Z5n54sJ2J70NSzNcA=", - "entityAddress": "oasis1qr5dfqd9qw4k9829ajt2xa873gwuwjdmusc0smdh", - "nodeId": "5sCeNfer0j+/7H1VUAeCWphA3CDfZ2MxFA1zFVzPgPU=", - "nodeAddress": "oasis1qqmmqsy9k5e5tykwhq92ac8ndag6y7ld0gwc22vk", - "name": "LaunchGarden", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/cde8a7489a856ffe1ae1ee216f616c05_360_360.jpg", - "website": "https://www.launch.garden/", - "twitter": "launch_garden", - "keybase": "launchgarden", - "email": "node@launch.garden", - "description": null, - "escrow": "1352557.77", - "escrowChange24": "91.86", - "escrowPercent": 0.0003, - "balance": "5051.07", - "totalShares": "1261652.77", - "signs": 9747796, - "proposals": 11536, - "nonce": 0, - "score": 9770868, - "delegators": 164, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 97, - "entityId": "+uMsNOARzhq1lJfh7bcoa3/iiUeLSYPMkQHgYICUF2A=", - "entityAddress": "oasis1qpjk62axdvn2g97felfa9jpxxrptqzm4mgwh540r", - "nodeId": "P5PjvHDpeiFQGxh4OTaO6qXwRC0AJfhlTfwPj0ZYEzA=", - "nodeAddress": "oasis1qzzuvg5540zhzfwsy6pulkxsftex2jwqxqpq4efg", - "name": "PoS Node", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/919e27a6b7601599af7b4cf67fe9f705_360_360.jpg", - "website": "https://www.posnode.com", - "twitter": null, - "keybase": "pos_node", - "email": "support@posnode.com", - "description": null, - "escrow": "7128599.87", - "escrowChange24": "484.16", - "escrowPercent": 0.0017, - "balance": "922.93", - "totalShares": "6347482.64", - "signs": 11805047, - "proposals": 10825, - "nonce": 0, - "score": 11826697, - "delegators": 154, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 106, - "entityId": "2bgTFAzVLsQuQnA7cNn/pRLJvemueq/73GhzFFDVdZc=", - "entityAddress": "oasis1qrgmg0t3zxn4lgary6w227dv6c5dl55rfvh6p6k2", - "nodeId": "bbkPZRl8KA//0joD1R9HPnucJ4GklCoAtUoJrincsoo=", - "nodeAddress": "oasis1qpq2ujrvl9d72c6qw9kfx9zwpvq5u38us56xm6ca", - "name": "Hyperblockspro", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/9b9d1d2e5c27d408fcbe83fe4f9b7905_360_360.jpg", - "website": "https://hyperblocks.pro/", - "twitter": "hyper_blocks", - "keybase": "hyperblockspro", - "email": "info@hyperblocks.pro", - "description": null, - "escrow": "3631021.02", - "escrowChange24": "246.61", - "escrowPercent": 0.0009, - "balance": "4.36", - "totalShares": "2812936.25", - "signs": 16505647, - "proposals": 19519, - "nonce": 0, - "score": 16544685, - "delegators": 133, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 127, - "entityId": "GFuNKboc4wNDdYiWZPyL9cvmMI/xhdTh19NEVCB1jxw=", - "entityAddress": "oasis1qzthup6qts0k689z2wy84yvk9ctnht66eyxl7268", - "nodeId": "f1wwQPdE6avSzRoaayfIwEe8PukXdIYOuDdJ9CDQLCE=", - "nodeAddress": "oasis1qzt42a4qy999lmk3emez4q367ktdr9qszu0we9zp", - "name": "Figment", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/bd5fb87f241bd78a9c4bceaaa849ca05_360_360.jpg", - "website": "https://figment.io", - "twitter": "Figment_io", - "keybase": null, - "email": null, - "description": null, - "escrow": "1546631.03", - "escrowChange24": "0.00", - "escrowPercent": 0.0004, - "balance": "213504.41", - "totalShares": "1151365.97", - "signs": 14146988, - "proposals": 152443, - "nonce": 0, - "score": 14451874, - "delegators": 133, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 107, - "entityId": "RDCyARTIdpiG75L9vVXAYIhRCToSrchZkv3JUW3Pji8=", - "entityAddress": "oasis1qztpm422n7v98f4s7ja0wt5jey7fy3xpg5ye2vtl", - "nodeId": "GWBXv2OxowCLsRGyT/cND2TKEs9kpo4xtvr1JTsB8R0=", - "nodeAddress": "oasis1qp0l8r2s3076n4xrq8av0uuqegj7z9kq55gu5exy", - "name": "Second State", - "icon": null, - "website": "https://www.secondstate.io", - "twitter": "secondstateinc", - "keybase": null, - "email": "contact@secondstate.io", - "description": null, - "escrow": "3161917.54", - "escrowChange24": "214.75", - "escrowPercent": 0.0008, - "balance": "132.24", - "totalShares": "2286842.28", - "signs": 18957009, - "proposals": 119245, - "nonce": 0, - "score": 19195499, - "delegators": 126, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 111, - "entityId": "MfN+qM5pwFRl6i/UVDSBll2UB0D6b2vKy7He1g5CEok=", - "entityAddress": "oasis1qq4jqh66ga62pe9td5zsnfge3c9rfp6zucjr03q8", - "nodeId": "g1N1PdE7dBT5yYyhCbVa44637hhsIpIH8EF8gFlmiIQ=", - "nodeAddress": "oasis1qq9y9ymp7ujj5n703l075lszvfw2gkys8ya8vp9j", - "name": "Moonstake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e80eaee4f1db47a6296ba935ffc07105_360_360.jpg", - "website": "https://moonstake.io", - "twitter": "moonstake", - "keybase": "moonstake", - "email": null, - "description": null, - "escrow": "1656923.45", - "escrowChange24": "112.53", - "escrowPercent": 0.0004, - "balance": "292.34", - "totalShares": "1545566.71", - "signs": 8094466, - "proposals": 2173, - "nonce": 0, - "score": 8098812, - "delegators": 124, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 22, - "entityId": "uxSkvFu6x4MIYV+M1VrDu3m/qbADs/1Ae3mWAcEmnaQ=", - "entityAddress": "oasis1qrtq873ddwnnjqyv66ezdc9ql2a07l37d5vae9k0", - "nodeId": "IEkIQb2o8l0xlFIpN47FmOYcBmFch9DsZGs8OuZqQ6g=", - "nodeAddress": "oasis1qqvkk79jfcvm7d09a84thv7rak9885wdgu7270tl", - "name": "Forbole", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/f5b0771af36b2e3d6a196a29751e1f05_360_360.jpeg", - "website": "https://forbole.com", - "twitter": "forbole", - "keybase": "forbole", - "email": "info@forbole.com", - "description": null, - "escrow": "56664821.82", - "escrowChange24": "4200.43", - "escrowPercent": 0.0137, - "balance": "0.11", - "totalShares": "42609621.70", - "signs": 19259616, - "proposals": 268146, - "nonce": 0, - "score": 19795908, - "delegators": 123, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 109, - "entityId": "rQUq2qJqmR3tTDKluo+6IW5gXjrcyUHN5Obtmzjh32g=", - "entityAddress": "oasis1qqmwnzfmr2cga5vt64hdkaafw66ttumwkcsf56kt", - "nodeId": "SnJS6IlyTGeQRNuk8dFv5w0aQbyz0Cwig+QRbLOh5yk=", - "nodeAddress": "oasis1qrate9ccek6ymfnn63ufcxul27jdmwqlmcglhxzf", - "name": "0% Fee StakeSeeker by BTCS", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/739222c33ba83c83b731320c311b0e05_360_360.jpg", - "website": "https://www.stakeseeker.com", - "twitter": "NasdaqBTCS", - "keybase": "stakeseeker", - "email": "support@stakeseeker.com", - "description": null, - "escrow": "2536883.95", - "escrowChange24": "150.76", - "escrowPercent": 0.0006, - "balance": "305.92", - "totalShares": "2409273.01", - "signs": 7459885, - "proposals": 5943, - "nonce": 0, - "score": 7471771, - "delegators": 122, - "nodes": null, - "uptime": "95%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 45, - "entityId": "D8oCKJab4LtOMQJR0YQZXx+fMw6QHyTiv3YCfN8tM18=", - "entityAddress": "oasis1qqf6wmc0ax3mykd028ltgtqr49h3qffcm50gwag3", - "nodeId": "9R8sWVuwyIoE64JXu2sdDWR6vdqFr/X9aEWvPE8G824=", - "nodeAddress": "oasis1qr9h9zlr7kd2wkclwxdekers5ekg96zskcjppwap", - "name": "ou812", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/ab2fd838c7cd35e2ee608520e64aca05_360_360.jpg", - "website": "https://www.kruptosnomisma.org/", - "twitter": null, - "keybase": "thecovertcrypto", - "email": null, - "description": null, - "escrow": "31242887.15", - "escrowChange24": "2121.94", - "escrowPercent": 0.0076, - "balance": "700.95", - "totalShares": "23114629.25", - "signs": 17940903, - "proposals": 126929, - "nonce": 0, - "score": 18194761, - "delegators": 108, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 98, - "entityId": "3DRMMM7ye2HREvk8zz06OjMG6BuWjs84PLdSYChNHAw=", - "entityAddress": "oasis1qpjuke27se2wnmvx6e8uc4l5h44yjp9h7g2clqfq", - "nodeId": "3xkzy9g5wL1sqGY8cnd6A7kFuwFM4yuUt0nEJrdHNJ0=", - "nodeAddress": "oasis1qqyzheah4xulyqz74m5v6vt552rrh54lnyghy7et", - "name": "RockX", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/1f47c0873584c67d4692e7abcee2bf05_360_360.jpg", - "website": "https://rockx.com", - "twitter": "rockx_official", - "keybase": "rockxrocks", - "email": "support@rockx.com", - "description": null, - "escrow": "6850603.04", - "escrowChange24": "465.28", - "escrowPercent": 0.0017, - "balance": "1445259.40", - "totalShares": "5131418.99", - "signs": 19260250, - "proposals": 170692, - "nonce": 0, - "score": 19601634, - "delegators": 105, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 101, - "entityId": "Hgacs48hpElimzXAoMmox5T7sAalPLp7vdVr1wAPevo=", - "entityAddress": "oasis1qrw8xd7sewarn0qm3jc5km4e0j2l3qdhfqexqqry", - "nodeId": "6iVX2oi9FANusFaQPmIDSWu3qLNE2YKMPhQeO1EhUNQ=", - "nodeAddress": "oasis1qqs99gty894fhgpxvjcwx5dlzkd5nk6fgv0epx0r", - "name": "CryptoSJ.net", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e59f98d0d1a7e16594d89602bd8d5b05_360_360.jpg", - "website": "https://cryptosj.net", - "twitter": "CryptoSJNet", - "keybase": "CryptoSJNet", - "email": "cryptosjnet@gmail.com", - "description": null, - "escrow": "5984268.69", - "escrowChange24": "406.44", - "escrowPercent": 0.0014, - "balance": "14.80", - "totalShares": "5841416.08", - "signs": 4704591, - "proposals": 4344, - "nonce": 0, - "score": 4713279, - "delegators": 104, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.03, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 114, - "entityId": "KVsiBHzBommqe0VwchA2QHqp/JT8B136up4Ru+r/xkg=", - "entityAddress": "oasis1qzm74el4utw4jssrl95ujq87g3ks3xfmjytvtaaa", - "nodeId": "u0ljAJgP5+HyEykOsa+tEqXdKJD41/5bxJ5tAA9eIxg=", - "nodeAddress": "oasis1qzyfyy67xhkaxxeyzwhvm06luu7503lk6v4h86gr", - "name": "Based", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/a4e80b3f4d24cee9be1b8fa08affb605_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "basedvalidator", - "email": "based.validator@gmail.com", - "description": null, - "escrow": "766008.72", - "escrowChange24": "52.03", - "escrowPercent": 0.0002, - "balance": "113.15", - "totalShares": "575457.94", - "signs": 19216041, - "proposals": 278176, - "nonce": 0, - "score": 19772393, - "delegators": 87, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 4, - "entityId": "c+Kr/VTZLJes6N2u6nTEj7aWje8wHApJeVEoOdvhCh8=", - "entityAddress": "oasis1qqtmpsavs44vz8868p008uwjulfq03pcjswslutz", - "nodeId": "jKA6PqWwftnglxywnQQPoIcb7j2HQVu7anf2i7LWU2c=", - "nodeAddress": "oasis1qq5c20yqk5cfey43m49h8slqrmm42zd9qg352f53", - "name": "Kiln", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e976400f2c6613037aa555dd11394305_360_360.jpg", - "website": "https://kiln.fi", - "twitter": "Kiln_finance", - "keybase": "kilnfi", - "email": "contact@kiln.fi", - "description": null, - "escrow": "151210862.97", - "escrowChange24": "10269.88", - "escrowPercent": 0.0366, - "balance": "134.97", - "totalShares": "144135082.44", - "signs": 7628790, - "proposals": 32164, - "nonce": 0, - "score": 7693118, - "delegators": 77, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.08, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 10, - "entityId": "1aTTEfSIcVxsPS86uIA7rSD2Jmb+aIVj1grCEjyzlzQ=", - "entityAddress": "oasis1qpwrq93z8s9ytu2hfjtqggc9edgwfadzevs3trvm", - "nodeId": "UCKrtVNlmCaCdKpMMDT8AQxqVs/JP1/zQUH4yxUY4mM=", - "nodeAddress": "oasis1qrxvr94pgj6kt36fkwn4al3uttj2veh5ey8jvapv", - "name": "Munay Network", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e46b46540baf3a06ac7babf28a06db05_360_360.jpg", - "website": null, - "twitter": "MunayNetwork", - "keybase": "munaynetwork", - "email": null, - "description": null, - "escrow": "80813400.61", - "escrowChange24": "5259.97", - "escrowPercent": 0.0196, - "balance": "0.00", - "totalShares": "67572351.66", - "signs": 15600792, - "proposals": 183106, - "nonce": 0, - "score": 15967004, - "delegators": 74, - "nodes": null, - "uptime": "97%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 31, - "entityId": "g9UqzvW6JvfKrflRKbCPBpm41rH/O+4apCK+KkD2tG4=", - "entityAddress": "oasis1qzk6qlmgnq40cq2n3jfkw3307feqngt4gvksfml6", - "nodeId": "GYJsEu4Yp+CGEQVjy4owQAG6l6xEvGzcNM1xBHaEv6U=", - "nodeAddress": "oasis1qzdvnqsguq5caa6txftmanad4qc2f6yazsq75lay", - "name": "GateOmega", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/d6c0f46ff553d80c101c974324a1ab05_360_360.jpg", - "website": "https://gateomega.com", - "twitter": "GateOmega", - "keybase": "gateomega", - "email": "hello@gateomega.com", - "description": null, - "escrow": "46284660.06", - "escrowChange24": "3143.54", - "escrowPercent": 0.0112, - "balance": "198544.67", - "totalShares": "38585310.06", - "signs": 15698949, - "proposals": 117056, - "nonce": 0, - "score": 15933061, - "delegators": 72, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 14, - "entityId": "aiTgGyYB2l4uAMG93Ajq5S4EXPIRkYDg1ICLjWD45Ck=", - "entityAddress": "oasis1qrugz89g5esmhs0ezer0plsfvmcgctge35n32vmr", - "nodeId": "oFa261SRphbFBQ+QW6xcd9SZBMJrzsmDrYecSblNHv0=", - "nodeAddress": "oasis1qzuu4ahklv8ejy266lukpvad76k5ch8dputx2fze", - "name": "Validatrium.com", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/ff96631d063abf8c89ebeda32d884d05_360_360.jpg", - "website": "https://www.validatrium.com", - "twitter": "validatrium", - "keybase": "validatrium", - "email": "validatrium@gmail.com", - "description": null, - "escrow": "71352189.21", - "escrowChange24": "4644.16", - "escrowPercent": 0.0173, - "balance": "194185.12", - "totalShares": "58040560.03", - "signs": 15885056, - "proposals": 95544, - "nonce": 0, - "score": 16076144, - "delegators": 71, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 24, - "entityId": "JuHLTlYMfnBtwHawFRRqvMOi+1P0mx+mfhFqnrpo3L0=", - "entityAddress": "oasis1qpcz9k0q3nzq4289rzq2hw2pwgep0ygnysa5pjdj", - "nodeId": "Fg9vlXWjuP7OZHhLMliDzfTOenuxtYo93VxQquFDUxw=", - "nodeAddress": "oasis1qrf6yxtgkxaeggsd5amu8acjus27txzx2uxz0pa5", - "name": "Magic Rose", - "icon": null, - "website": null, - "twitter": null, - "keybase": "magicadam1", - "email": "contact@gmaicnode.club", - "description": null, - "escrow": "53166856.26", - "escrowChange24": "3610.97", - "escrowPercent": 0.0129, - "balance": "2177.98", - "totalShares": "50464545.66", - "signs": 8161920, - "proposals": 90995, - "nonce": 0, - "score": 8343910, - "delegators": 69, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 117, - "entityId": "dUF4nN35B7VmJllLtIID0HwyjVCXzGmAk+og9hpAARY=", - "entityAddress": "oasis1qrc8s2trrm9zgha8wq636yetx7sxjf7x35pf3vrc", - "nodeId": "J2vFhYaht7l1B++dBUTzqubT72WfOeeBkI8rOamrgGc=", - "nodeAddress": "oasis1qqmq4n0kkertts8fe884k3sr26jpre8k3svzpr5j", - "name": "StakeHaven", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "353875.12", - "escrowChange24": "24.03", - "escrowPercent": 0.0001, - "balance": "428.29", - "totalShares": "330796.03", - "signs": 6107614, - "proposals": 549, - "nonce": 0, - "score": 6108712, - "delegators": 63, - "nodes": null, - "uptime": "98%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 110, - "entityId": "IYoCG9YW+623ri5Mgzr0rcrnJTGaLhTeq/JdOzMx2Mw=", - "entityAddress": "oasis1qp3rhyfjagkj65cnn6lt8ej305gh3kamsvzspluq", - "nodeId": "0/0TJw2+i1XVYn3Z7igQSpdGoZ0cFdyI4GVcopmH2hI=", - "nodeAddress": "oasis1qrllj6u73fpe5uylcs6m3y5hvc40r3wa4cg0ajjp", - "name": "Oxnode", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/46049b6c4201d0b6ca65662e94998905_360_360.jpg", - "website": "https://oxnode.org", - "twitter": null, - "keybase": "oxnodeorg", - "email": "oasis@oxnode.org", - "description": null, - "escrow": "1868131.88", - "escrowChange24": "126.88", - "escrowPercent": 0.0005, - "balance": "5100.72", - "totalShares": "1354693.07", - "signs": 19239590, - "proposals": 111611, - "nonce": 0, - "score": 19462812, - "delegators": 62, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.09, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 52, - "entityId": "7n6AYdYIuGar561yxifDtrR9NVekDavFlpeHVZinCSc=", - "entityAddress": "oasis1qzp8e4ldf9zq27jle847nawll5jwwa9x75y6spaz", - "nodeId": "HnLtoQyiKOkr2NMcQsQ4UH0HW8qkLRGWn4mgkDLNoEo=", - "nodeAddress": "oasis1qztgkw8kklepfu3javhp6gz0qqtx8xmu6ccc8ctn", - "name": "Hashed x DELIGHT", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/0518bbd1ad17cab82dd63a5908ffaa05_360_360.jpg", - "website": "https://hashed.com", - "twitter": "hashed_official", - "keybase": "hashed_delight", - "email": "contact@hashed.com", - "description": null, - "escrow": "26031386.58", - "escrowChange24": "1767.99", - "escrowPercent": 0.0063, - "balance": "20456.56", - "totalShares": "18906917.32", - "signs": 19280778, - "proposals": 190444, - "nonce": 0, - "score": 19661666, - "delegators": 60, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 46, - "entityId": "cgXH87+sYoe2mXsdDKWCyRvWZ8JqnVnxJkCq09LlBoI=", - "entityAddress": "oasis1qp0xuvw2a93w4yp8jwthfz93gxy87u7hes9eu2ev", - "nodeId": "REB7DjPPyYCknxakN3MyAOS746YWJtgE41g9ac+oZXU=", - "nodeAddress": "oasis1qzz46k8w6mlyy2slyz2dwn0mmgf5xu66ggt8ytp4", - "name": "Stardust", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/ebedfe937bee6c76d68a12d0df524405_360_360.jpg", - "website": "https://starduststaking.com", - "twitter": "DenysK59319343", - "keybase": "stardust_staking", - "email": "oasis@starduststaking.com", - "description": null, - "escrow": "30666037.00", - "escrowChange24": "2082.76", - "escrowPercent": 0.0074, - "balance": "723.25", - "totalShares": "24375917.24", - "signs": 17249137, - "proposals": 71141, - "nonce": 0, - "score": 17391419, - "delegators": 56, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 25, - "entityId": "9NtPTr6f0Sc0+y/z3as4OzytmNHgrD8SV541PBKb2XA=", - "entityAddress": "oasis1qrtz5ywlwjx9gca7qqxdr5f5s7sh7dkhks44cpvx", - "nodeId": "b+6HsJ3SRI9f3eecG0bSZG/7UQzEBcJsIi4z07ytmEA=", - "nodeAddress": "oasis1qry9qmdajrrkkyxvvjvn9meekzdjdgdsw5r8n6uf", - "name": "RoseOnline", - "icon": null, - "website": "https://oasisprotocol.org", - "twitter": null, - "keybase": "nikko440", - "email": "nikko@onlinenodes.top", - "description": null, - "escrow": "52871063.19", - "escrowChange24": "3590.88", - "escrowPercent": 0.0128, - "balance": "830.89", - "totalShares": "50183655.43", - "signs": 8163346, - "proposals": 90664, - "nonce": 0, - "score": 8344674, - "delegators": 53, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 133, - "entityId": "RiLoc3Wcvxagoqyz/vlIDeOGYuS8FIfUdt9cd7UwtG4=", - "entityAddress": "oasis1qps7mh7usg7u4t35ujr0l8dxjs2ly2swhu9v0mr0", - "nodeId": "25hzSeb4IPl2+wsn2LPe7hw9IlLmfj1aTdO36XAaB1s=", - "nodeAddress": "oasis1qq32rts3qsuvty8hupenratl8yyzc67suun6mc3v", - "name": "Blockdaemon", - "icon": null, - "website": "https://blockdaemon.com", - "twitter": "_blockdaemon", - "keybase": null, - "email": "support@blockdaemon.com", - "description": null, - "escrow": "180386.25", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "140731.07", - "signs": 11267836, - "proposals": 111169, - "nonce": 0, - "score": 11490174, - "delegators": 47, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 26, - "entityId": "7hvHIq4ykrbyJPaEiEGetCisIXHVGTdpMYv5JhSwGFY=", - "entityAddress": "oasis1qq2stnud2we0gfkvrf2stgg96qxhsh3fyc9mxt82", - "nodeId": "napBTcD5bfZJuheWQLWrfMnvr0mgdjrd93cTJzpJD1I=", - "nodeAddress": "oasis1qpwa7euhrplrnpz2wz5r7nu5sfye5cv0acflr79v", - "name": "Fast Rose", - "icon": null, - "website": "https://fastvalidator.com", - "twitter": null, - "keybase": null, - "email": "jay@fastvalidator.com", - "description": null, - "escrow": "50963697.61", - "escrowChange24": "3461.33", - "escrowPercent": 0.0123, - "balance": "195.17", - "totalShares": "48372890.19", - "signs": 8155945, - "proposals": 88869, - "nonce": 0, - "score": 8333683, - "delegators": 46, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 116, - "entityId": "BkBqXMdd10xDKn7b/iIXycHLBaroci6xoFxoEN1kQ+A=", - "entityAddress": "oasis1qqqn56k79st0zy4060m0wvmec76vd3pl6czmg90a", - "nodeId": "vVcKIFmjqLRSp/sjKeX3yPQ3R/jf3lU2hAzXYd+4wnk=", - "nodeAddress": "oasis1qq7g7546ckdh3tgj4us278yk27400xnf25y5y50s", - "name": "Oasis@UBC", - "icon": null, - "website": "https://blockchain.ubc.ca/", - "twitter": "blockchainubc", - "keybase": null, - "email": "zwang@ece.ubc.ca", - "description": null, - "escrow": "585897.82", - "escrowChange24": "39.79", - "escrowPercent": 0.0001, - "balance": "0.01", - "totalShares": "508538.01", - "signs": 12364598, - "proposals": 44016, - "nonce": 0, - "score": 12452630, - "delegators": 45, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.199, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 83, - "entityId": "WKCE1sMmJLe+DsdIQBMkPiKEgBpAQO+PjCeWjmLA1EM=", - "entityAddress": "oasis1qrflth3g7k0ymkut2zrca3ktagw6g882yvqmgzdv", - "nodeId": "DGntJaRFwLUKi879qSLbt1uP3w5cE5vMAlYMispiaFE=", - "nodeAddress": "oasis1qq7rq7zxpk0pwfkkdv5nkg7tcc3j7tl6kclcc6sv", - "name": "Datax Staking", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/59881d43f954b391d5a8bacad93e1f05_360_360.jpg", - "website": "https://datax.io/staking/", - "twitter": "DataxStaking", - "keybase": "dataxstaking", - "email": "staking@datax.io", - "description": null, - "escrow": "12523431.23", - "escrowChange24": "850.56", - "escrowPercent": 0.003, - "balance": "10.09", - "totalShares": "10906365.35", - "signs": 13358507, - "proposals": 28391, - "nonce": 0, - "score": 13415289, - "delegators": 44, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 55, - "entityId": "AX8zJsi0DnrrdwCi/8JJptXSy62kZgQcAYKlCYD4oN8=", - "entityAddress": "oasis1qpntrlgxp5tt36pkdezdjt5d27fzkvp22y46qura", - "nodeId": "o5GsCptt8lelHPe2vSoEEBvSosOczh+cRom2+Gouhlo=", - "nodeAddress": "oasis1qz7knh9g5myce3ezn40x0j7sjwrnk4uyhycmara5", - "name": "Chloris Network", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/683b223740ca14fc0da8bb1b51380505_360_360.jpg", - "website": "https://www.chlorisnetwork.com/", - "twitter": "chlorisnetwork", - "keybase": "chlorisnetwork", - "email": "info@chlorisnetwork.com", - "description": null, - "escrow": "25694685.31", - "escrowChange24": "1745.12", - "escrowPercent": 0.0062, - "balance": "5.52", - "totalShares": "23210916.68", - "signs": 12036246, - "proposals": 37593, - "nonce": 0, - "score": 12111432, - "delegators": 43, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 130, - "entityId": "KaDP7PF232ynLyx17serXsu25T1smMO9ZSrwiqwa+H4=", - "entityAddress": "oasis1qz68kwx74uqysx3mlnny4f32vj8ykrgdmgrt3g4x", - "nodeId": "uq9jpZiBZaNAgZA0bHCwwKNOp+82bT0F68HQsOcYJkw=", - "nodeAddress": "oasis1qzss3vqjy7jmn7lkp6wrnpjg4vn6azh7c59ft8aw", - "name": "KuCoin", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/523ec2d04c5a833fa510e62e7937bb05_360_360.jpg", - "website": "https://www.kucoin.com/", - "twitter": null, - "keybase": "kucoin_assetbu", - "email": "staking@kucoin.com", - "description": null, - "escrow": "491270.74", - "escrowChange24": "0.00", - "escrowPercent": 0.0001, - "balance": "545.94", - "totalShares": "467381.10", - "signs": 3533270, - "proposals": 13472, - "nonce": 0, - "score": 3560214, - "delegators": 41, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 124, - "entityId": "EOsC+ZdDFqIyC41QlxSzRem69xfzwIT33hRu0pp4Itg=", - "entityAddress": "oasis1qzl8w5ka9y3p8a8gqlemqk98hzc33sn0tuezyc8l", - "nodeId": "SW5hffFy0nOLvIfmbkFk9to5NFO8w+QxkxiAfx4a094=", - "nodeAddress": "oasis1qzuarp2q70gpn23vru5s43qpm24892lqngt46zzc", - "name": "Staked", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/313047df6e3b466844bd8df96e1b9505_360_360.jpg", - "website": "https://staked.us", - "twitter": "staked_us", - "keybase": "stakedinc", - "email": "devops@staked.us", - "description": null, - "escrow": "2418930.13", - "escrowChange24": "0.00", - "escrowPercent": 0.0006, - "balance": "0.27", - "totalShares": "1791468.85", - "signs": 15277563, - "proposals": 127180, - "nonce": 0, - "score": 15531923, - "delegators": 40, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 13, - "entityId": "/ZcvHCNyKIwyFEF075X1wqFGhKxEhYeJRdDtoyaTC/w=", - "entityAddress": "oasis1qzv2rktycpcykhudyvg5l6u75v08lpfcw5nt7aj5", - "nodeId": "GbyaSlSmHP7INTdznI0NzlN0VWGrPJX5ZQqTNZqNC7o=", - "nodeAddress": "oasis1qqzv4zn3yhvags3kqv2r3fhnyxusa20k659gn4p9", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "72974369.24", - "escrowChange24": "4956.24", - "escrowPercent": 0.0177, - "balance": "0.00", - "totalShares": "54711001.71", - "signs": 19131666, - "proposals": 371980, - "nonce": 0, - "score": 19875626, - "delegators": 39, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.12, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 53, - "entityId": "LQaKibf9tD8KXO210NhiDUHzXTsRIeK5l/3ITmfg118=", - "entityAddress": "oasis1qp7626tphkh9784tpf2lhdmskjmrk7p2ds40e9me", - "nodeId": "kyMt+dLOuEKW1GXST1tQdf4AbEdc4zJt40/apqitmWA=", - "nodeAddress": "oasis1qrf0zjdhv306aef52n0amvrtjxs27uex7u20d5gt", - "name": "WeHaveServers.com", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/8da0fcf8249815d831953f275e534b05_360_360.jpg", - "website": "https://wehaveservers.com", - "twitter": null, - "keybase": "wehaveservers", - "email": null, - "description": null, - "escrow": "25954678.19", - "escrowChange24": "1762.78", - "escrowPercent": 0.0063, - "balance": "0.47", - "totalShares": "24540612.16", - "signs": 8273534, - "proposals": 14353, - "nonce": 0, - "score": 8302240, - "delegators": 38, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 96, - "entityId": "KmMS+RzjQ9vm9J2aX9YihJnmmSc/IBquCysbhPxVDFM=", - "entityAddress": "oasis1qqlq8jplttrmw982rrhp0svl8054xqevecks5yqr", - "nodeId": "eudq22Uwt0ciC7/BYN3TsUy+MCataTkQjwS/BBlgvJE=", - "nodeAddress": "oasis1qpm8f53qe4hjhukuelmaasr3r0n09n8nzyp9rvls", - "name": "Smart Stake", - "icon": null, - "website": "https://smartstake.io", - "twitter": "smartstake", - "keybase": null, - "email": "aionsmartstake@gmail.com", - "description": null, - "escrow": "7751888.66", - "escrowChange24": "526.49", - "escrowPercent": 0.0019, - "balance": "833.36", - "totalShares": "5806339.11", - "signs": 19358724, - "proposals": 124866, - "nonce": 0, - "score": 19608456, - "delegators": 38, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.195, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 64, - "entityId": "iNKCs9v4NJCuApCLPD4bRBoqTs/5DBxS0hourBkhxQo=", - "entityAddress": "oasis1qp334gzlzrap6k2ch6wc9vxxplw9sg3v9cfvvgsy", - "nodeId": "VHs9SQr/IC3ElqF1rNxFuCrkx/pWbhy46So19MQlZLE=", - "nodeAddress": "oasis1qzhkxnz8a7fxy7m66cc3vmsj6fl05u5585nz3aar", - "name": "Alive29", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/c86f2c6b74071b00802adf552ccac805_360_360.jpg", - "website": "https://keybase.io/alive29", - "twitter": null, - "keybase": "alive29", - "email": "alive29@yandex.ru", - "description": null, - "escrow": "20583352.15", - "escrowChange24": "1397.97", - "escrowPercent": 0.005, - "balance": "1.15", - "totalShares": "16540370.76", - "signs": 16599383, - "proposals": 54497, - "nonce": 0, - "score": 16708377, - "delegators": 37, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 34, - "entityId": "wCGlLKUiTNr9Ba49YA6dDuqm9rdtPcKKsKzHqMBn+rc=", - "entityAddress": "oasis1qzzytegg6jc7hxu6y8feuzkgmr75ms7hc54mz85p", - "nodeId": "pjWGVgRla8SJGvBWIP5gPPHgxsr1c2EOsUP5KJvQjgk=", - "nodeAddress": "oasis1qqhh2jjeahvsdum6nsg7r52fmz7wngj8kus0crue", - "name": "Doorgod", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/3d3fb3889f26e4b24dcd35165f9bcc05_360_360.jpg", - "website": "https://doorgod42.github.io", - "twitter": "doorgod42", - "keybase": "doorgod", - "email": "doorgod42@gmail.com", - "description": null, - "escrow": "44134160.02", - "escrowChange24": "2997.49", - "escrowPercent": 0.0107, - "balance": "321.93", - "totalShares": "37139514.18", - "signs": 15465027, - "proposals": 152732, - "nonce": 0, - "score": 15770491, - "delegators": 35, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 88, - "entityId": "jzTWYikeN6NIuMQ6l4iqdDOF9jyfOJG2FcnQaNBn9+s=", - "entityAddress": "oasis1qp4rp7adhegfktyg4aq3w6jelqumx6klfv5t7kvv", - "nodeId": "1Eh9S7bnBnYzhdMuRc8W1DtGsjgMptbRktoE7tw/HiA=", - "nodeAddress": "oasis1qrd64zucfaugv677fwkhynte4dz450yffgp0k06t", - "name": "moonli.me", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/d1c943413294d35174aeb0464ddd1305_360_360.jpg", - "website": "https://moonli.me", - "twitter": "moonli_me", - "keybase": "y3v63n", - "email": "tequila@moonli.me", - "description": null, - "escrow": "11212273.09", - "escrowChange24": "761.51", - "escrowPercent": 0.0027, - "balance": "0.33", - "totalShares": "8324269.71", - "signs": 19386365, - "proposals": 147199, - "nonce": 0, - "score": 19680763, - "delegators": 35, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 91, - "entityId": "3NKMT/Qz11e2xklwSCV/zeawLE3BIO/Rn4LfaV47QJI=", - "entityAddress": "oasis1qppjm5sxqwps4dpyekdvz530sjmq3e5eusp7hdan", - "nodeId": "GrfIMoanLXIPuS91RhqdikNLcebWN26tMM2/iIA8cAE=", - "nodeAddress": "oasis1qzv8hqggfsywpgvu3km4xnukzrfltslxwytpq5w7", - "name": "Ubik Capital", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/b3273b5e67fbb587d207293e478aab05_360_360.jpg", - "website": "https://ubik.capital", - "twitter": "ubikcapital", - "keybase": "ubikcosmos", - "email": "contact@ubik.capital", - "description": null, - "escrow": "10244165.66", - "escrowChange24": "695.76", - "escrowPercent": 0.0025, - "balance": "550.12", - "totalShares": "7685004.96", - "signs": 19320722, - "proposals": 126011, - "nonce": 0, - "score": 19572744, - "delegators": 35, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.195, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 69, - "entityId": "DIbPacWGEiealk+226eYEafYmKJpD98PYoWp/tcPXJI=", - "entityAddress": "oasis1qpsnzv8qz4fu3lwps2tc3eg5pnryzl4h7cqxruzf", - "nodeId": "AZJhDCByjr/YdTvA7uFnIeYcg7iuHPGiDrJRKaEOYHA=", - "nodeAddress": "oasis1qzplwqappgvpw67jvw5ngr30acaal5vuqq9raghp", - "name": "0base.vc", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/c96cf0ee2dc8f102b6c3eaf1fbdf4c05_360_360.jpg", - "website": "https://0base.vc", - "twitter": "0basevc", - "keybase": "0basevc", - "email": "0@0base.vc", - "description": null, - "escrow": "16130018.27", - "escrowChange24": "1095.51", - "escrowPercent": 0.0039, - "balance": "26169.23", - "totalShares": "12069788.28", - "signs": 19360741, - "proposals": 165242, - "nonce": 0, - "score": 19691225, - "delegators": 34, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 123, - "entityId": "a/LVFfoI3aRoasZs6tP/Lvn0CbG6RkvEFYHcVR/Vo9M=", - "entityAddress": "oasis1qrxyndkhehffdme39urcp2v7m2t7k06xwsuyaxqq", - "nodeId": "hDQp4FhwWREN09nSGMPJAEYKeCmxG/joQivxfY3vyi8=", - "nodeAddress": "oasis1qpjnxewql7g3aqrt6axxux3c7kvr5en5cu5j57h0", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "5524230.28", - "escrowChange24": "0.00", - "escrowPercent": 0.0013, - "balance": "544.42", - "totalShares": "3966589.76", - "signs": 18382129, - "proposals": 82696, - "nonce": 0, - "score": 18547521, - "delegators": 33, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 78, - "entityId": "erpPSkQwGnb9j+/qqyJmeRK2e1mhJc/Do78jNdpPjk0=", - "entityAddress": "oasis1qryc94hn6hucev6ex79ceheve2pjesenc50svvvp", - "nodeId": "skPNqlh8lnR83RyK2clbAscktu5jY/fWq5OzcSZL6Iw=", - "nodeAddress": "oasis1qpjkzn47d7q770vefjwc4lvj2vqlnsgstcggthmh", - "name": "InfStones", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/6a3d9cbed6425d5a695224d987f82105_360_360.jpg", - "website": "https://infstones.com", - "twitter": "infstones", - "keybase": "infstones", - "email": "contact@infstones.com", - "description": null, - "escrow": "13278965.45", - "escrowChange24": "901.88", - "escrowPercent": 0.0032, - "balance": "57006.26", - "totalShares": "9773273.15", - "signs": 19345437, - "proposals": 179333, - "nonce": 0, - "score": 19704103, - "delegators": 32, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 28, - "entityId": "RMa2ER0wvraR+4u5QOGOrRTwmMVOYNcOot7sFppPRP0=", - "entityAddress": "oasis1qp9xlxurlcx3k5h3pkays56mp48zfv9nmcf982kn", - "nodeId": "orWbpXiShG+xIy/BxDtokUdZwNCg3A4oNSbqkpjbvZQ=", - "nodeAddress": "oasis1qrus8qjjmhegyyzxk8djxxkre6fas7d2gsy7xfl9", - "name": "ELYSIUM", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/f3a3448b7b51683b63a684cb7405b805_360_360.jpg", - "website": null, - "twitter": "ceron_trader", - "keybase": "elysium1", - "email": null, - "description": null, - "escrow": "49416781.64", - "escrowChange24": "3356.27", - "escrowPercent": 0.012, - "balance": "10.19", - "totalShares": "43209918.82", - "signs": 13935937, - "proposals": 92780, - "nonce": 0, - "score": 14121497, - "delegators": 31, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 39, - "entityId": "WXs7ElBlm30la2fG4oZDpubeFu5sKkjDVeflWo+YuIA=", - "entityAddress": "oasis1qql4alk30frfa6xua42eu7tynkqf9vd5ug95yqpn", - "nodeId": "ioLADiyiFmIms+8fib3N36/TX5XEnHrs2vWcH5LxHGo=", - "nodeAddress": "oasis1qqcrnmx9qvqm268sklcr9czylu2f8lv3kuudghpr", - "name": "Breathe and Stake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/f107a3f7240f835e7449119812e4a905_360_360.jpg", - "website": "https://keybase.io/code_breader", - "twitter": null, - "keybase": "code_breader", - "email": null, - "description": null, - "escrow": "37559935.32", - "escrowChange24": "2550.98", - "escrowPercent": 0.0091, - "balance": "552737.98", - "totalShares": "28271136.10", - "signs": 19390239, - "proposals": 149375, - "nonce": 0, - "score": 19688989, - "delegators": 30, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 120, - "entityId": "UjRo9HS8ho/tkzQZyJ7AD//CqOuH0YvXILKTpmfD3dg=", - "entityAddress": "oasis1qq3df975et3rwst0qfc5dq4lmygp8hxjzq9z3hlt", - "nodeId": "MLczDReN6Kco4BF8GCI0+h1CALWxu37ZtWQNx+j3d8U=", - "nodeAddress": "oasis1qqmhaurha4fcr47dxg929shmnxus7ddexuay2sj4", - "name": "Colossus", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/546315ad9a0ab74e33173317db8be505_360_360.jpg", - "website": "https://colossus.digital/", - "twitter": "Colossusitaly", - "keybase": "colossusdigital", - "email": "info@colossus.digital", - "description": null, - "escrow": "85071.01", - "escrowChange24": "5.78", - "escrowPercent": 0, - "balance": "100.22", - "totalShares": "83138.93", - "signs": 4028642, - "proposals": 5463, - "nonce": 0, - "score": 4039568, - "delegators": 30, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.04, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 19, - "entityId": "p1VsfSsedbKn/5GzkPsr15XD+/AOIfbPda1/2yT84N4=", - "entityAddress": "oasis1qqrv4g5wu543wa7fcae76eucqfn2uc77zgqw8fxk", - "nodeId": "5GNoYx8mSk4PjcXLyi2I50Bw7n1ATsqAtttVjRzTuEY=", - "nodeAddress": "oasis1qrmj8mthtszl4hfwgdj7xz8hwqdkgj5u2veqqwf0", - "name": "Lusia", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": "cryptolusia@protonmail.com", - "description": null, - "escrow": "60742732.00", - "escrowChange24": "4125.50", - "escrowPercent": 0.0147, - "balance": "4785.58", - "totalShares": "52650799.98", - "signs": 14429412, - "proposals": 90371, - "nonce": 0, - "score": 14610154, - "delegators": 29, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 87, - "entityId": "29VJbrrthqvw/ti3Vj7cASwkM9VMVa/RTKiwMBdWDQk=", - "entityAddress": "oasis1qr9wccuk6pqcr5ld8t2uf599e4ch5348hqeq53x4", - "nodeId": "+7Jku1SXiunTIHYxYNu4WGNo2g3uSQh2bXych4f1fDc=", - "nodeAddress": "oasis1qz22tfax52pskfc7qw7zdwjpwa7s4j5dsuq8sz82", - "name": "Blockscale - Planet-Scale Blockchain Services", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/1c6896d62117c36fd120c54d7ddcd605_360_360.jpg", - "website": "https://blockscale.net/", - "twitter": "blockscale", - "keybase": "lukeyoungblood", - "email": "contact@blockscale.net", - "description": null, - "escrow": "11286050.16", - "escrowChange24": "766.52", - "escrowPercent": 0.0027, - "balance": "71320.93", - "totalShares": "8475529.60", - "signs": 19319886, - "proposals": 116075, - "nonce": 0, - "score": 19552036, - "delegators": 29, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 27, - "entityId": "J3ou5m1abrwcbYwTksSj1Hj21QoDjyrSkjB40rEKV4E=", - "entityAddress": "oasis1qqnmppt4j5d2yl584euhn6g2cw9gewdswga9frg4", - "nodeId": "dMaOtmpPbdB7ukYfXdo+ssTTCjX2Qspmi1YJIg5Hcr0=", - "nodeAddress": "oasis1qz2yqlvtkpkveg733p4vtgkndrfrgd8pscsuenst", - "name": "Nodeasy", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/d8c764c7e286d36525b9e037fdd7aa05_360_360.jpg", - "website": "https://www.nodeasy.com", - "twitter": "Nodeasy", - "keybase": "bitopia", - "email": "yuanjun@bitopia.cn", - "description": null, - "escrow": "50014877.64", - "escrowChange24": "3396.89", - "escrowPercent": 0.0121, - "balance": "38003.29", - "totalShares": "37334090.95", - "signs": 19354805, - "proposals": 190317, - "nonce": 0, - "score": 19735439, - "delegators": 28, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.18, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 65, - "entityId": "fhXoWYc8Ml153jBBvFrQ4CRY7vnbCk9j269rVLeg7cE=", - "entityAddress": "oasis1qz0pvg26eudajp60835wl3jxhdxqz03q5qt9us34", - "nodeId": "2cCzBxxmU/xnZwBf7aEoPiKXx5JWURZrkfHHXML8bmk=", - "nodeAddress": "oasis1qpca22hc0may5zkgm6r3h2s7gdd77dw8ey9rlxg9", - "name": "AnkaStake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/0abefae10692c72e637614171b6e7505_360_360.jpg", - "website": "https://www.ankastake.com/", - "twitter": "ankastake", - "keybase": "ankastake", - "email": "hello@ankastake.com", - "description": null, - "escrow": "18156371.62", - "escrowChange24": "1233.14", - "escrowPercent": 0.0044, - "balance": "49967.29", - "totalShares": "16359165.70", - "signs": 12050506, - "proposals": 25811, - "nonce": 0, - "score": 12102128, - "delegators": 28, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 9, - "entityId": "N+3/m12DoAqzFS0yF3R/kXSkSj7pZnWhq8nRCo/MKwk=", - "entityAddress": "oasis1qp53ud2pcmm73mlf4qywnrr245222mvlz5a2e5ty", - "nodeId": "6drUHh4qocfbBsA12qM8pTerEcbqhdaHt+v33sEr5kk=", - "nodeAddress": "oasis1qq22f368g9c4pn26ncrpvzgj9jtrl57c8g7wznxv", - "name": "SerGo", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/cd8f93d411033d0d08f463906f245405_360_360.jpg", - "website": "https://sergo.top/", - "twitter": "SGolovatenko", - "keybase": "crazysergo", - "email": null, - "description": null, - "escrow": "83018527.17", - "escrowChange24": "5638.42", - "escrowPercent": 0.0201, - "balance": "1773.08", - "totalShares": "70544504.94", - "signs": 15259979, - "proposals": 148747, - "nonce": 0, - "score": 15557473, - "delegators": 27, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 12, - "entityId": "hNBVs2ay1IWvufQwX0TbYA6X4ocKaMpzpyaMTHggi6Q=", - "entityAddress": "oasis1qz8vfnkcc48grazt83gstfm6yjwyptalny8cywtp", - "nodeId": "ao6m4qMGefemuUiwr6GoqxaeWoX14uQ7YTxTajKADQg=", - "nodeAddress": "oasis1qpeend7sgmdzy0dhtjhrhyjyextepzsx2su29g9a", - "name": "Kumaji", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/f37d5d76fb6ad338ee06f438b4ab7605_360_360.jpg", - "website": null, - "twitter": "RathBlayde", - "keybase": "kumaji", - "email": null, - "description": null, - "escrow": "73190394.50", - "escrowChange24": "4970.92", - "escrowPercent": 0.0177, - "balance": "177173.50", - "totalShares": "64238392.20", - "signs": 13746071, - "proposals": 104205, - "nonce": 0, - "score": 13954481, - "delegators": 27, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 51, - "entityId": "BTAJNDyd6/UQ+pfhTDdPGsothzJ+C5/C/g52a3DIlMw=", - "entityAddress": "oasis1qrgxl0ylc7lvkj0akv6s32rj4k98nr0f7smf6m4k", - "nodeId": "Kv7anzrQTWYDQRLCo1/pkMRV65HpvJCvSEjO/R8wHkc=", - "nodeAddress": "oasis1qrz30rk856uaf7zv5dpu3wkvs8vcpv7tjqnddpk3", - "name": "itokenpool", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/e9abda3d9767c89f046348c6cc595405_360_360.jpg", - "website": "https://www.itokenpool.com", - "twitter": "itokenpool", - "keybase": "haizhitiantang", - "email": "haizhitiantang1@163.com", - "description": null, - "escrow": "26295900.93", - "escrowChange24": "1385.63", - "escrowPercent": 0.0064, - "balance": "640.46", - "totalShares": "19770440.12", - "signs": 19302027, - "proposals": 151869, - "nonce": 0, - "score": 19605765, - "delegators": 27, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 60, - "entityId": "L4OY/0mNEduAS9z6jh2xLp72b8gZURgcrd76AOiRIXk=", - "entityAddress": "oasis1qzt4fvcc6cw9af69tek9p3mfjwn3a5e5vcyrw7ac", - "nodeId": "HZGW8QfuMUv/JEa1HqT19HrGTdJY3mWH4nogaWrWK+0=", - "nodeAddress": "oasis1qq5d925vszdwj9p9mhu39pkvnfdczjn6kgzmvwtv", - "name": "StakeService", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/b4d40c29622fb018a807ee16e4e9f205_360_360.jpg", - "website": "https://stakeservice.com/", - "twitter": "stakeservice", - "keybase": "stakeservice", - "email": "tech@stakeservice.com", - "description": null, - "escrow": "24264473.29", - "escrowChange24": "1647.98", - "escrowPercent": 0.0059, - "balance": "6.00", - "totalShares": "19375985.10", - "signs": 16986603, - "proposals": 63406, - "nonce": 0, - "score": 17113415, - "delegators": 27, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.18, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 37, - "entityId": "bTok0el8GbmUzTAAgcQ78uww/TsgeWwXpM3N2S49qBQ=", - "entityAddress": "oasis1qp4f47plgld98n5g2ltalalnndnzz96euv9n89lz", - "nodeId": "AVQbWvlbKOHi3z8uibbOVl3xsCJsw2YtWG5XXdbhhpI=", - "nodeAddress": "oasis1qr3g3ay3l2xzu3zplyt3vn7qx58jze0etqktc96d", - "name": "Julia-Ju", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/127dc934642b7ae27de0a2314cba6605_360_360.jpg", - "website": "https://keybase.io/julia_ju", - "twitter": null, - "keybase": "julia_ju", - "email": null, - "description": null, - "escrow": "39851230.43", - "escrowChange24": "2706.60", - "escrowPercent": 0.0096, - "balance": "506443.57", - "totalShares": "30003192.59", - "signs": 19393017, - "proposals": 157783, - "nonce": 0, - "score": 19708583, - "delegators": 26, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 104, - "entityId": "o8leC3xb2Wsrt3FwX33R9S9vKQJR8zPBSB62YyNRAQc=", - "entityAddress": "oasis1qq58f3mqxt6htvtxcayt4zfshysj36zksvwkmjg9", - "nodeId": "kilLHKVgCJC5T62styokgO0IHWmLClT85XzFDSBCjok=", - "nodeAddress": "oasis1qqpevlj6hu5cmjradlzzcdpscev6an42hgpull05", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "4489916.97", - "escrowChange24": "304.94", - "escrowPercent": 0.0011, - "balance": "842.24", - "totalShares": "3793823.28", - "signs": 14698962, - "proposals": 16074, - "nonce": 0, - "score": 14731110, - "delegators": 26, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 115, - "entityId": "KJ6lElmvyHyJfV22d58nkWc7JJECyh+0fYskFNFfQ4s=", - "entityAddress": "oasis1qpxcfulzydlj6hzc2w5tsaxajdmk47raa5ydg0ac", - "nodeId": "9xI8zcswI9cRxR/VkGxqKDZXlDs2WyVFlk9gDo2Hoy0=", - "nodeAddress": "oasis1qzc6y7tfn8xg3g5ytwrjn3sw3fuw67lrec2efxww", - "name": "Kraymerica", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/de0b1e2026784b948bb35f81d7936f05_360_360.jpg", - "website": "https://kraymerica.com", - "twitter": "KraymericaM", - "keybase": "kraymerica", - "email": "admin@kraymerica.com", - "description": null, - "escrow": "680051.84", - "escrowChange24": "42.34", - "escrowPercent": 0.0002, - "balance": "1.00", - "totalShares": "669979.57", - "signs": 3161446, - "proposals": 406, - "nonce": 0, - "score": 3162258, - "delegators": 26, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 81, - "entityId": "1YeMK0NAZtE1ZK8u6KWddkKGZoD5VLfG9EAZI3b8HzE=", - "entityAddress": "oasis1qpv6xr9zf4epy67wycy9llqtspjfaxpzs5u2e0lv", - "nodeId": "SWzqmOU0EDxeQvko0tvQStepEdSjTdqhMQNEfoRonvI=", - "nodeAddress": "oasis1qrtu50aqeg7kpxa8mtpt2pggc4lm5eglkvpynlln", - "name": "w3coins", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/1b01fcc940b47fdbe4d48a0fa192b205_360_360.jpg", - "website": "https://www.w3coins.io", - "twitter": "w3coins_io", - "keybase": "w3coins", - "email": "info@w3coins.io", - "description": null, - "escrow": "13087721.51", - "escrowChange24": "888.89", - "escrowPercent": 0.0032, - "balance": "37054.06", - "totalShares": "12495410.79", - "signs": 7394716, - "proposals": 14182, - "nonce": 0, - "score": 7423080, - "delegators": 25, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 103, - "entityId": "7DwKCCQV9THNLyTELQTBCWNPIHZJdAq7qGk1D7vx2zo=", - "entityAddress": "oasis1qp0j5v5mkxk3eg4kxfdsk8tj6p22g4685qk76fw6", - "nodeId": "mRRMUc8eU8zbqUWAiHDiBeRo6wqVImqQs91TxkGjuuU=", - "nodeAddress": "oasis1qrrydyt6pz5xv9yya8xt6w7w9er2s5vvq50xwvj3", - "name": "Esya's node", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/cc48f9fbff29c60ed8dd05f871b5ab05_360_360.jpg", - "website": "https://github.com/esya", - "twitter": "esyacreations", - "keybase": "esya", - "email": "tristan.foureur@gmail.com", - "description": null, - "escrow": "5682621.36", - "escrowChange24": "385.95", - "escrowPercent": 0.0014, - "balance": "52.10", - "totalShares": "4578769.68", - "signs": 17018096, - "proposals": 36415, - "nonce": 0, - "score": 17090926, - "delegators": 25, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 137, - "entityId": "sRg0vKUArSC5xnjLmRTzIhVuny63VeHUizpkWnRfhkc=", - "entityAddress": "oasis1qzrjsupecrjmvyfmg0aqz75sek4x7dn4ggchqx28", - "nodeId": "/6Dm7sBPDRXL4maL+RVHFHb3JCxZw5u6Fn0cfSxeolg=", - "nodeAddress": "oasis1qrcgy7gg4nmgyrmsdrt034vzz8dmt3ulvu8ezvp0", - "name": "HuobiPool", - "icon": null, - "website": "https://huobipool.com", - "twitter": null, - "keybase": null, - "email": "huobipool@huobi.com", - "description": null, - "escrow": "73577.58", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "3.89", - "totalShares": "58805.85", - "signs": 9427002, - "proposals": 135781, - "nonce": 0, - "score": 9698564, - "delegators": 25, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.25, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 17, - "entityId": "kupW3Pt0XMeERSkdDWyZMU4oZrk0wGysVXVyqX3rylc=", - "entityAddress": "oasis1qz26ty8q6gwt6zah7dtt8jpepvwnttkg8ssnxjl7", - "nodeId": "zSmbn1Z/1k3TjkxlAg5iLeVgeOB/ruibSwNym1GHJBE=", - "nodeAddress": "oasis1qqtmz2mxxtz5ltl2cuasdccgqfcyaqgkvs2xxffm", - "name": "Jr", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/04cebfb7b13493edfa7cb60e80407705_360_360.jpg", - "website": "https://aitivity.com", - "twitter": "zgenerator", - "keybase": "jrastit", - "email": "contact@aitivity.com", - "description": null, - "escrow": "67485847.11", - "escrowChange24": "4583.48", - "escrowPercent": 0.0163, - "balance": "73257.37", - "totalShares": "50626080.12", - "signs": 19096424, - "proposals": 206196, - "nonce": 0, - "score": 19508816, - "delegators": 24, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 49, - "entityId": "klORAmjq81QKiUA0CsXaANxYVesTWM7CKdaSlm7u9tM=", - "entityAddress": "oasis1qpxpnxxk4qcgl7n55tx0yuqmrcw5cy2u5vzjq5u4", - "nodeId": "IdElhqKVZCHY9Lo6222te1wSdhPPAz/OCsoSRkWrXXw=", - "nodeAddress": "oasis1qr2s9hkyc2yf3330uwfnlqlegesj9dp42saftg5c", - "name": "Perfect Stake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/cee688a7dde6d4edf15e1fa2a880ea05_360_360.jpg", - "website": "https://perfectstake.com", - "twitter": "perfectstake", - "keybase": "perfectstake", - "email": "perfectstake@gmail.com", - "description": null, - "escrow": "28760883.67", - "escrowChange24": "1953.37", - "escrowPercent": 0.007, - "balance": "610106.00", - "totalShares": "23390591.86", - "signs": 16987858, - "proposals": 66879, - "nonce": 0, - "score": 17121616, - "delegators": 24, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 126, - "entityId": "M0EuGvS20xIjGSghpFrKGOTuTC6s8S/NAkun2AVJ1mo=", - "entityAddress": "oasis1qz0tqva49ysnjk2p7xe83qfp86khxwms8sc2wf6e", - "nodeId": "0NNKQ47YtOqSioa05EBWgW9Lrh8vQlp2Fe9q3uzdoxk=", - "nodeAddress": "oasis1qrfjkh3adcm8vlkc9rnk85lghtsfuy2ywvksaux0", - "name": "BlockOps", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "1568207.38", - "escrowChange24": "0.00", - "escrowPercent": 0.0004, - "balance": "0.64", - "totalShares": "1161362.34", - "signs": 15273840, - "proposals": 115324, - "nonce": 0, - "score": 15504488, - "delegators": 24, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 118, - "entityId": "ec2xIwO8mRx8EFoee05rLE3WNSSajX7X5dm8UzN33ro=", - "entityAddress": "oasis1qq49hl4c08rtnclqhzzql4v8ymkueq2c0595t9pl", - "nodeId": "yFJ3E+vjY1g2x4fGGkIrfM1mRCg+5Ri+cKELTyGlTMk=", - "nodeAddress": "oasis1qq7x4lg8zz2zlzpjqjw8x9exwgfnx2qesvdus7zn", - "name": "ptr", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/ef2c20c2c1e1a6584d91c49303fd8e05_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "ptrs", - "email": null, - "description": null, - "escrow": "167514.41", - "escrowChange24": "11.38", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "165227.49", - "signs": 3041255, - "proposals": 244, - "nonce": 0, - "score": 3041743, - "delegators": 23, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.04, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 32, - "entityId": "kN01v7L/wv6hvrd1ak83pgCedGDnpgbGJVkXezhUUJ8=", - "entityAddress": "oasis1qrw82ag2sypeytse9x9k4uxym53l5lc5jyfs2sxv", - "nodeId": "c7ycVhiEqHbQfOdeeaj965nuxN8Hsb4BxMPbaPIipRw=", - "nodeAddress": "oasis1qq720jlr6y2wn7wt8ts6al792hey322zmqqaex6u", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "45490417.10", - "escrowChange24": "772.42", - "escrowPercent": 0.011, - "balance": "103.20", - "totalShares": "34681712.85", - "signs": 18808195, - "proposals": 191442, - "nonce": 0, - "score": 19191079, - "delegators": 22, - "nodes": null, - "uptime": "98%", - "active": true, - "commission": 0.1961, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 16, - "entityId": "T5k7PtOR01oZrdnZveDpO9AFpMUhEREZk7WSSfm8Gtg=", - "entityAddress": "oasis1qzugextrcdueshq63w7l9x4xglnusznsgqa95w7e", - "nodeId": "4rUqFOE27urnaltMm2XqyuxcghXs4xRep3AV3mXSTt4=", - "nodeAddress": "oasis1qz7sam9dh3g4e70egpzs8n54rf6m3xumav3z6uyy", - "name": "Alexander (aka Bambarello) Validator", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/54d9aa8c94a4c2a8b9893fe94a721305_360_360.jpg", - "website": "https://keybase.io/bambarello", - "twitter": null, - "keybase": "bambarello", - "email": "bambarello@keybase.io", - "description": null, - "escrow": "67705489.46", - "escrowChange24": "4598.39", - "escrowPercent": 0.0164, - "balance": "1555909.24", - "totalShares": "50808303.46", - "signs": 19394959, - "proposals": 227592, - "nonce": 0, - "score": 19850143, - "delegators": 21, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 151, - "entityId": "iciuIKbNHSNEETzbO/Ah+BOlIqXe75onDujf4CXW1sI=", - "entityAddress": "oasis1qqm6l2msa0lhp080wmd0xrudzpusqjp4puuusup5", - "nodeId": "h8I6YXqxPe9f7zjDcObn/lnhMyPEMyPglpGpHunOx50=", - "nodeAddress": "oasis1qp72ehghs3qc72nve9ym2g9jvdtws3dtkcfjym99", - "name": "Frankfurt School Blockchain Center", - "icon": null, - "website": "https://fs.de/blockchain", - "twitter": "fsblockchain", - "keybase": null, - "email": "info@fs-blockchain.de", - "description": null, - "escrow": "1697.24", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "1327.50", - "signs": 10933609, - "proposals": 22510, - "nonce": 0, - "score": 10978629, - "delegators": 20, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 21, - "entityId": "oOVxTw2hEYgYvSrTjjKODCt/Soy3OLcQV9YBy/PF/xY=", - "entityAddress": "oasis1qzf03q57jdgdwp2w7y6a8yww6mak9khuag9qt0kd", - "nodeId": "jVPUq8aUDKe9jawIs7wPB4NBml27ft5kICIY7SBh/yQ=", - "nodeAddress": "oasis1qrr32q34hsngq85jzgtzx2xh82kgk6aqqunx2cwv", - "name": "Spectrum Staking", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/8a620e1f2ea45576f792a06f0da08705_360_360.jpg", - "website": "https://spectrumstaking.net", - "twitter": "SpectrumStaking", - "keybase": "spectrum_staking", - "email": "info@spectrumstaking.net", - "description": null, - "escrow": "58017133.40", - "escrowChange24": "3940.38", - "escrowPercent": 0.014, - "balance": "124414.35", - "totalShares": "48893985.82", - "signs": 15052949, - "proposals": 100753, - "nonce": 0, - "score": 15254455, - "delegators": 19, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.17, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 119, - "entityId": "9h2pHzNn2PBUpQhZxUzcLBbAbxh82CySXENxC3AQuU8=", - "entityAddress": "oasis1qzu6fvune28lsa8tllsc3t3nk2s0gcpllv8am6tk", - "nodeId": "SKq6gjJOJEOtVn6fVHPO+B1GeSDsoQnNRyLS+eUGDKY=", - "nodeAddress": "oasis1qrw7lnmqjt5eny5t4wyvcpmuqarwchrd95vravs9", - "name": "SpaceStake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/8e649d7686a3a95d8b063477fa8ff705_360_360.jpg", - "website": "https://docs.spacestake.tech", - "twitter": "SpaceStakeTech", - "keybase": "spacestaketech", - "email": "support@spacestake.tech", - "description": null, - "escrow": "166902.20", - "escrowChange24": "11.34", - "escrowPercent": 0, - "balance": "54.80", - "totalShares": "165810.70", - "signs": 1392654, - "proposals": 77, - "nonce": 0, - "score": 1392808, - "delegators": 19, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 58, - "entityId": "8rh2lgEm7QscCrLkVqcLMkRxfbNDIe+laI4H8nI/d74=", - "entityAddress": "oasis1qr5f26k9rnfa2pg6wgsuljyq7lecej3gaqqhyra5", - "nodeId": "K5roq8kvag0dzkdauemq4PLfQG/rA4ZeItZ/op2PfGo=", - "nodeAddress": "oasis1qprf9qmumjdpxxfz7cn3ahfsdugprvw3lqdlenln", - "name": "HashKey Cloud", - "icon": null, - "website": "https://www.hashkey.cloud/", - "twitter": "HashKeyCloud", - "keybase": "CB79CF86DBD56A19", - "email": null, - "description": null, - "escrow": "25031041.88", - "escrowChange24": "1700.05", - "escrowPercent": 0.0061, - "balance": "100.45", - "totalShares": "18677266.86", - "signs": 19318985, - "proposals": 127784, - "nonce": 0, - "score": 19574553, - "delegators": 18, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.18, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 66, - "entityId": "PrCDIA3uyoLqNOZJ1PrRWdyviFn6K0PWFz91qQ9QyTw=", - "entityAddress": "oasis1qqyynj90zkvyhja33w4ltgej45pr48f45ymmnsrx", - "nodeId": "QFAWexckwRHNxkIty67NCpY8LHwlrcGp/v0ziDSlgFs=", - "nodeAddress": "oasis1qzz6d383exa42wfeep70f497zjehqtr94vfts2v7", - "name": "WolfEdge Capital", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/a885aecc57fdb3eaf07ea896532c1705_360_360.jpg", - "website": "https://wolfedge.capital/", - "twitter": null, - "keybase": "wolfedge", - "email": "hello@wolfedge.capital", - "description": null, - "escrow": "18044391.45", - "escrowChange24": "1225.53", - "escrowPercent": 0.0044, - "balance": "500.10", - "totalShares": "13343745.89", - "signs": 19322042, - "proposals": 140022, - "nonce": 0, - "score": 19602086, - "delegators": 18, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 138, - "entityId": "DUPCXhDoLZfOvZXBcK/dEgXdtuDmKeSKaETPXb67TFk=", - "entityAddress": "oasis1qrt07xfajnree25q27dxnwvmxs7drj4g3sknwmh4", - "nodeId": "6cGKK8dxk1xLfYEczzW3h7CZQJJcBtAciyojWEePU3c=", - "nodeAddress": "oasis1qr5u5q6cnwp5r5vvnuvtszj75768drkujv4h3jzs", - "name": "SeaStake", - "icon": null, - "website": "https://seastake.com", - "twitter": "SeaStake", - "keybase": null, - "email": null, - "description": null, - "escrow": "41728.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "9.90", - "totalShares": "40976.80", - "signs": 674922, - "proposals": 138, - "nonce": 0, - "score": 675198, - "delegators": 18, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 54, - "entityId": "LaKJUKndAqH57DVExspTjdRTRNGJOSqArzM0pm8REZw=", - "entityAddress": "oasis1qrmexg6kh67xvnp7k42sx482nja5760stcrcdkhm", - "nodeId": "Nt7uVVgoz9DfwTAifgrhIgSQiOa5iet+O+fl65jVfVQ=", - "nodeAddress": "oasis1qr867pr7ms8mnjp6v5qch27w2a4432tghuf3ja93", - "name": "ushakov", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/3476fe9f5565f97c1169474fd0b6f505_360_360.jpg", - "website": "https://stake2.me", - "twitter": "1lucky_star", - "keybase": "ushakov", - "email": null, - "description": null, - "escrow": "25937763.67", - "escrowChange24": "1761.63", - "escrowPercent": 0.0063, - "balance": "909.03", - "totalShares": "19322629.47", - "signs": 19389375, - "proposals": 158226, - "nonce": 0, - "score": 19705827, - "delegators": 16, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.17, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 72, - "entityId": "TWLcdgEfahwyFPTC7nN3rZacPO2aXlLfZIDt7uXbzEI=", - "entityAddress": "oasis1qqxqhx9t52rsevhhtfspdxp4gsaft6ewyyeqnqy3", - "nodeId": "MDvOFuiehs/VbW/s0e6DTn5b4fnsteQhCVd9E7T80Hs=", - "nodeAddress": "oasis1qqxghu07qny9wj370m9z9kgjmk55v0e5u5ls8jr9", - "name": "LDV", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/ec5c87e2f710581ba3a91fbc59313905_360_360.jpg", - "website": "https://keybase.io/ludasik", - "twitter": null, - "keybase": "ludasik", - "email": null, - "description": null, - "escrow": "15822196.20", - "escrowChange24": "1074.61", - "escrowPercent": 0.0038, - "balance": "504037.91", - "totalShares": "12962519.52", - "signs": 16411292, - "proposals": 47129, - "nonce": 0, - "score": 16505550, - "delegators": 16, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 89, - "entityId": "xQN6ffLSdc51EfEQ2BzltK1iWYAw6Y1CkBAbFzlhhEQ=", - "entityAddress": "oasis1qzp84num6xgspdst65yv7yqegln6ndcxmuuq8s9w", - "nodeId": "Kb6opWKGbJHL0LK2Lto+m5ROIAXLhIr1lxQz0/kAOUM=", - "nodeAddress": "oasis1qqzjrsadvr2q5qq5ev6xyspjses8cjxxdcrth0g7", - "name": "hybridx.exchange", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/0499c54ed711603331b320b00007b205_360_360.jpg", - "website": "https://hybridx.exchange", - "twitter": "HybridxExchange", - "keybase": "hybridxexchange", - "email": "cherideal@gmail.com", - "description": null, - "escrow": "11178595.84", - "escrowChange24": "759.22", - "escrowPercent": 0.0027, - "balance": "201.28", - "totalShares": "8865422.62", - "signs": 17090572, - "proposals": 26661, - "nonce": 0, - "score": 17143894, - "delegators": 16, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 18, - "entityId": "UDV5FoaIkssdSFWC4asZtxvsyagoyrIS5rPX8p/np2U=", - "entityAddress": "oasis1qpqz8g88kvw49m402k8m2r6nv4p62vsdkv5d0u6r", - "nodeId": "Y/wwhwec6KZFgmM25vKNCTw1FS71/9iv5Q2lWtFX2PA=", - "nodeAddress": "oasis1qp4yxwtjuu8eadr63laq78t0qvy7cy95pg9vvr8g", - "name": "Dobrynya Hukutu4", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/cfd29b95316ef33355e49e3ae2099205_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "hukutu4", - "email": "rusakhmadeev@gmail.com", - "description": null, - "escrow": "67429059.95", - "escrowChange24": "4579.62", - "escrowPercent": 0.0163, - "balance": "0.91", - "totalShares": "57324841.74", - "signs": 15205861, - "proposals": 111523, - "nonce": 0, - "score": 15428907, - "delegators": 14, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 30, - "entityId": "cVGc1fI6xu0WeI2GUrLIwDpH/JtBE3PwD+P66YkSKg8=", - "entityAddress": "oasis1qqw05utlqvf2ska0fyjf5yr7peg2z4tuxcjmqztp", - "nodeId": "y6LXNa3NMtZzeXnz9GNBj9MZuSCwBvfBLkZu2YG2fU4=", - "nodeAddress": "oasis1qq683clfckkj9afaxgzgep8sqgdecx5f6s6d82ry", - "name": "RedHead", - "icon": null, - "website": null, - "twitter": "Red__Head", - "keybase": null, - "email": null, - "description": null, - "escrow": "46877519.67", - "escrowChange24": "3183.81", - "escrowPercent": 0.0113, - "balance": "5638.94", - "totalShares": "39832990.66", - "signs": 15250277, - "proposals": 89841, - "nonce": 0, - "score": 15429959, - "delegators": 14, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 62, - "entityId": "/ylWdaid2DDlI4BMVkX6gAR6eaBYlLolHbjCmHitrzc=", - "entityAddress": "oasis1qp6fzgx9zhamsk6c77cwzjeme06xwswffvhk6js2", - "nodeId": "JThJEQbC1iFVbdy6nFz6mSwChY5xgnOwbWAV3igG6mE=", - "nodeAddress": "oasis1qqc4er3l8ey0kxk884pysmrjxw0mp2cx3vhnyuls", - "name": "Making.Cash Validator", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/1ea3ba236f36f7ff1846fe8bc353da05_360_360.jpg", - "website": "https://www.making.cash", - "twitter": null, - "keybase": "makingcash", - "email": "info@making.cash", - "description": null, - "escrow": "23009915.98", - "escrowChange24": "1562.78", - "escrowPercent": 0.0056, - "balance": "526670.34", - "totalShares": "17266390.20", - "signs": 19372025, - "proposals": 148786, - "nonce": 0, - "score": 19669597, - "delegators": 14, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 92, - "entityId": "Vt63FfFzNMgUngrMvnKks+icySi5LwkjniJEJMZAimM=", - "entityAddress": "oasis1qq4f2h225gv6g8w8w23fm740aze9lke4qun72n59", - "nodeId": "LHA2Gbme/AReIFXmxwD9m/Ae8sZ1d2U/DFRfecT72YM=", - "nodeAddress": "oasis1qqvgrcwnulmvy604rvy4sgmakxjacg0y6uhpc4xw", - "name": "gunray", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/d9315769d8f437f14be90dc070ddc805_360_360.jpg", - "website": "https://gunray.xyz", - "twitter": null, - "keybase": "gunray", - "email": "staking@gunray.xyz", - "description": null, - "escrow": "10081989.68", - "escrowChange24": "684.74", - "escrowPercent": 0.0024, - "balance": "253.90", - "totalShares": "7504918.83", - "signs": 19392478, - "proposals": 123609, - "nonce": 0, - "score": 19639696, - "delegators": 14, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.17, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 153, - "entityId": "HPeLbzc88IoYEP0TC4nqSxfxdPCPjduLeJqFvmxFye8=", - "entityAddress": "oasis1qr3w66akc8ud9a4zsgyjw2muvcfjgfszn5ycgc0a", - "nodeId": "wqd9Yy3n7TWKfYRn2bI9Hd6/623CfC7NCUoRbQ5UkR8=", - "nodeAddress": "oasis1qqrcrvv0k3uurs8c5zdhcqu55yztwdc3dv3lew7h", - "name": "RMIT Blockchain Innovation Hub", - "icon": null, - "website": "https://rmitblockchain.io", - "twitter": "BlockchainRMIT", - "keybase": "mikefairbairn", - "email": "Michael.fairbairn@rmit.edu.au", - "description": null, - "escrow": "1255.24", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "1083.36", - "signs": 7811839, - "proposals": 5533, - "nonce": 0, - "score": 7822905, - "delegators": 14, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 44, - "entityId": "tcon38rBr3dHmURuXOTUFpDPKwE4eOU82F121rX9esE=", - "entityAddress": "oasis1qqx820g2geqzeyeyfnm5hgz72eaj9emajgqmscy0", - "nodeId": "ejPrx9xTpKV3GTZgthFQWf3UPMFFBseRtc0A17ak1TU=", - "nodeAddress": "oasis1qreek0uuuj0nzkdp5spj2rqt9mk4q78k658nzmkq", - "name": "max999", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/9bfdffc819f8599631ce55d0b08ec405_360_360.jpg", - "website": null, - "twitter": "ValyaSukhov", - "keybase": "sukhov", - "email": null, - "description": null, - "escrow": "32322175.60", - "escrowChange24": "2195.24", - "escrowPercent": 0.0078, - "balance": "496.10", - "totalShares": "24161912.76", - "signs": 19396665, - "proposals": 144305, - "nonce": 0, - "score": 19685275, - "delegators": 13, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.18, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 79, - "entityId": "izy38AmUeU4b4L23kVy4BlxbkHGOPy4KPSSLnJglrV0=", - "entityAddress": "oasis1qz65awwegd9pr8msfxkg7hpwyjemm2qdlysyc8jq", - "nodeId": "4Tz2fSohCN3mm3I9sA6hAQMv/8nmj4ssIXKoOBnxBek=", - "nodeAddress": "oasis1qzd94cr2k22ph405pmk9fd675ggmc9yudvkr3ng2", - "name": "Wetez", - "icon": null, - "website": "https://www.wetez.io", - "twitter": "Wetez_wallet", - "keybase": "26FA2B24F46A98EF", - "email": null, - "description": null, - "escrow": "13269852.78", - "escrowChange24": "901.26", - "escrowPercent": 0.0032, - "balance": "7489.69", - "totalShares": "9816798.51", - "signs": 19184812, - "proposals": 154008, - "nonce": 0, - "score": 19492828, - "delegators": 13, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 112, - "entityId": "1kZdUPgo42/mQB8rIsCQBPeqkJr1VEBX+4lZfUo6bAA=", - "entityAddress": "oasis1qzg6dct605z9vm5d265uzskqj6szhkx3zugae2a3", - "nodeId": "UZ3Fz1nYHt41zR1eyL1g0kocea3WMUsbfoAkOvBcZko=", - "nodeAddress": "oasis1qpe0vnm0ahczgc353vytvtz9r829le4pjux8lc5z", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "1500758.68", - "escrowChange24": "101.93", - "escrowPercent": 0.0004, - "balance": "0.00", - "totalShares": "1483785.34", - "signs": 2409317, - "proposals": 575, - "nonce": 0, - "score": 2410467, - "delegators": 13, - "nodes": null, - "uptime": "96%", - "active": true, - "commission": 0.001, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 76, - "entityId": "6reBpCKHsqMX1Y26o3p5V+95in5ka16I969CWyiRudY=", - "entityAddress": "oasis1qpg763ex50jp0e34lsu789smlzqvcv7025v7m7yx", - "nodeId": "vMQ22VnjLoqniEhCIaIIMvmIBykplV4rqawcGdvFAqY=", - "nodeAddress": "oasis1qqss4wjavxrjf5dj558dszfx0xlkulvungzj3htz", - "name": "BlockOG Capital", - "icon": null, - "website": "https://blockog.capital/", - "twitter": "prateek_jain321", - "keybase": null, - "email": "info@blockog.capital", - "description": null, - "escrow": "13666822.99", - "escrowChange24": "928.22", - "escrowPercent": 0.0033, - "balance": "539.59", - "totalShares": "10132111.51", - "signs": 17417321, - "proposals": 104673, - "nonce": 0, - "score": 17626667, - "delegators": 12, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 102, - "entityId": "Y+ve+O0hlBco/1YzuFODIn7Jo3D5c9BOqduhc7KZM8E=", - "entityAddress": "oasis1qq3fq8hxrlq6pedw0q3f57daea43a6v7q5rwf0ll", - "nodeId": "TK0FcEOwv/hU5TI8PqWrhQiOy8VfP0vc8m7QViD4VMo=", - "nodeAddress": "oasis1qqxnqu55qmmffv63pph049qa9dxz8av9j5g284m7", - "name": "Maria Mirabella❤️ ROSE ", - "icon": null, - "website": null, - "twitter": "Alenka_kitty_00", - "keybase": "ostrovmaria", - "email": "icomun01@yandex.ru", - "description": null, - "escrow": "5941628.97", - "escrowChange24": "403.54", - "escrowPercent": 0.0014, - "balance": "284.50", - "totalShares": "4514226.56", - "signs": 18770542, - "proposals": 83594, - "nonce": 0, - "score": 18937730, - "delegators": 12, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.195, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 128, - "entityId": "gb8SHLeDc69Elk7OTfqhtVgE2sqxrBCDQI84xKR+Bjg=", - "entityAddress": "oasis1qpgl52u29wy4hjla89f46ntkn2qsa6zpdvhv6s6n", - "nodeId": "5RIMVgnsN1D/HdvNxXCpE+lWH5U/SGYUrYsvhsTMbyA=", - "nodeAddress": "oasis1qpwjxz56xu7723c9vfh0chslvx4wjjpp0sjx3emd", - "name": "Bi23 Labs", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/a084e1a96ecc3f24bd57dfec517a9205_360_360.jpg", - "website": "https://bi23.com", - "twitter": "bi23com", - "keybase": "sunxmldapp", - "email": "support@bi23.com", - "description": null, - "escrow": "1295024.48", - "escrowChange24": "0.00", - "escrowPercent": 0.0003, - "balance": "0.43", - "totalShares": "1001088.77", - "signs": 15957438, - "proposals": 29613, - "nonce": 0, - "score": 16016664, - "delegators": 12, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 195, - "entityId": "BhVn8vaynXJqNeqwE26N5HeqtvxlbrozavGT26sG5ik=", - "entityAddress": "oasis1qz6j6elhypc70gv8faax3rlpv8ygx39grc55lwwm", - "nodeId": "O/j1/dOPY6KqmfStvSWr97dZxb/9eptitxqdl2nfND4=", - "nodeAddress": "oasis1qzppl74jt70cj2ru7dpft8tgt6upkt3w0s0wlals", - "name": "Blockdaemon 2", - "icon": null, - "website": "https://blockdaemon.com/", - "twitter": "_blockdaemon", - "keybase": null, - "email": "support@blockdaemon.com", - "description": null, - "escrow": "8.39", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "7.59", - "signs": 2627657, - "proposals": 3879, - "nonce": 0, - "score": 2635415, - "delegators": 12, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 20, - "entityId": "9yOiPY3NnNMpEzB+6XS/OqahzFwwX8mFhmT2fvbxlVI=", - "entityAddress": "oasis1qr9zuf3n8g3znm786st3sldfw677pk3a6v85w9ds", - "nodeId": "CPLy/FYKtIVK7JOspFi3G1Afkurqmh2tAtiDq4rnSfI=", - "nodeAddress": "oasis1qzm6k2acwql9gfuxapa62c3sf68ugcqlwug2p90r", - "name": "glebanyy", - "icon": null, - "website": "https://t.me/glebanyy", - "twitter": null, - "keybase": null, - "email": "glebanyy@yandex.ru", - "description": null, - "escrow": "59255845.85", - "escrowChange24": "4024.51", - "escrowPercent": 0.0143, - "balance": "1.27", - "totalShares": "50344156.29", - "signs": 15266649, - "proposals": 95226, - "nonce": 0, - "score": 15457101, - "delegators": 11, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 63, - "entityId": "VsrHPScBde1FUb+BDWONvLxxwKOKevLB7FRbUAaiF+Y=", - "entityAddress": "oasis1qqs5wnxvsk009swtt7ehm5fslxve96kczszwt47s", - "nodeId": "e25jqMK9FwlwuV1VPS/dkriJlYh7zKp+1H9B8xAu2LI=", - "nodeAddress": "oasis1qz8lhyfpr9n5ydxk20e5etr93058h2sq4cf45ytd", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "22648203.42", - "escrowChange24": "1301.98", - "escrowPercent": 0.0055, - "balance": "0.69", - "totalShares": "17352126.20", - "signs": 19041479, - "proposals": 64172, - "nonce": 0, - "score": 19169823, - "delegators": 11, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 93, - "entityId": "Z3uLK0KpBUE/sQcianpZy/Dkock7RzOOvI4TJnfJvik=", - "entityAddress": "oasis1qpfcsun7zju6ku7d2mdh54j9nsmxvj76uqk35w57", - "nodeId": "U7xmDzxndm9uL4qfFWau6d1dadgeH2yEP6q1L332lTE=", - "nodeAddress": "oasis1qr8m5u9aq3pp77gautt7ypd969tt8es46s55eag8", - "name": "01node", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/82c0a77a4fa7eadcc7c19db426535e05_360_360.jpg", - "website": "https://01node.com", - "twitter": "01node", - "keybase": "01node", - "email": "hello@01node.com", - "description": null, - "escrow": "9280199.25", - "escrowChange24": "630.29", - "escrowPercent": 0.0022, - "balance": "99.99", - "totalShares": "8155536.06", - "signs": 13272870, - "proposals": 15917, - "nonce": 0, - "score": 13304704, - "delegators": 11, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 149, - "entityId": "fC7rVtrodVqE5rk3cy60pNGOmk8CdABar7+OdEVwEus=", - "entityAddress": "oasis1qq0lrzantpn5a4gx8ej7ampfw25cy8z78vh4uep7", - "nodeId": "Ojgt/joedFvYbHg6NCp5dC1IEuSkgY13+V48M/pGTSk=", - "nodeAddress": "oasis1qrz0hctlrwztuadveml2dfug2e7t2pg94ck3xnv4", - "name": "Oasis.N次方", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/c0c4026c67bb97e7619ce07ab794e905_360_360.jpg", - "website": "https://www.novanode.io", - "twitter": "mlook4u", - "keybase": "bigweb", - "email": "bigweb118@gmail.com", - "description": null, - "escrow": "2462.02", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1133.70", - "totalShares": "2456.25", - "signs": 103800, - "proposals": 3, - "nonce": 0, - "score": 103806, - "delegators": 11, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 41, - "entityId": "RZowTXmfT+b6H6Vuz97VECIy2cq8tytTilv8AxbtvO8=", - "entityAddress": "oasis1qram2p9w3yxm4px5nth8n7ugggk5rr6ay5d284at", - "nodeId": "MnmXWIpf1hEok0rIcynmHfYR6kvWuyH6VdCJARVN5oY=", - "nodeAddress": "oasis1qqd78tnekpc4j5tltxcrxy6phvad48exuyd2z3c9", - "name": "Realizable", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/3276bba0e280285e7c4c6ba9faa0d305_360_360.jpg", - "website": "https://www.realizable.com/", - "twitter": null, - "keybase": "realizable", - "email": "info@realizable.com", - "description": null, - "escrow": "35156788.80", - "escrowChange24": "2288.28", - "escrowPercent": 0.0085, - "balance": "668.37", - "totalShares": "26209917.13", - "signs": 19390372, - "proposals": 196877, - "nonce": 0, - "score": 19784126, - "delegators": 10, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 48, - "entityId": "sDi9ZxHYB+rHTpVh4abNFXDMRSecfGe4QzbyGK8ZgQg=", - "entityAddress": "oasis1qqewwznmvwfvee0dyq9g48acy0wcw890g549pukz", - "nodeId": "XanOOptLq+tmEky6Olf3dVO6HZcUJs8f6ESxIvMmO0E=", - "nodeAddress": "oasis1qphrrdd0kktcjcelmyq59y6w4ng8zyj00gmw4n4x", - "name": "Wanderer Staking", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/130665f78bca5329c21ebb7942cd1c05_360_360.jpg", - "website": "https://keybase.io/wanderer_s", - "twitter": null, - "keybase": "wanderer_s", - "email": null, - "description": null, - "escrow": "30516715.99", - "escrowChange24": "2072.62", - "escrowPercent": 0.0074, - "balance": "158614.89", - "totalShares": "22903117.39", - "signs": 19382313, - "proposals": 148808, - "nonce": 0, - "score": 19679929, - "delegators": 10, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 56, - "entityId": "XSQLBoubhOq/X86vKIj4Xzouo1Fhe39+kLF/2PDgKpM=", - "entityAddress": "oasis1qqr8y5cez0aczdlnfp9fre82whjsdgqgd5xxtv6p", - "nodeId": "e5ebJbZikm11u56wEOM9Ka1uVUS1Pckgc8RGmahs8Ss=", - "nodeAddress": "oasis1qpdwcm7guaqrvxwt0yv4s8enh77ppww4pggulwq8", - "name": "BroMyb", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/297b51044729efde1222031813c06f05_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "bromyb", - "email": null, - "description": null, - "escrow": "25364170.51", - "escrowChange24": "1722.67", - "escrowPercent": 0.0061, - "balance": "1000.00", - "totalShares": "21494890.58", - "signs": 15254755, - "proposals": 57508, - "nonce": 0, - "score": 15369771, - "delegators": 10, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 57, - "entityId": "/Foi5kZdBc70HPmlguvY6AzBILNrNiPDgKQLOITuIEI=", - "entityAddress": "oasis1qps9drw07z0gmh5z2pn7zwl3z53ate2yvqf3uzq5", - "nodeId": "GY1goAIuGGSeVrhjhgVAp4JB0y6l3P5+TnozeBxu/kw=", - "nodeAddress": "oasis1qrflpa8fz5qkzqcqg049rq4gkpy6qe07052f34mt", - "name": "cherkes", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/b8b4a8365e10e870a60455ed1da57f05_360_360.jpg", - "website": null, - "twitter": "CryptoMad77", - "keybase": "cherkes", - "email": null, - "description": null, - "escrow": "25316878.02", - "escrowChange24": "1719.46", - "escrowPercent": 0.0061, - "balance": "262521.00", - "totalShares": "21451457.16", - "signs": 15989671, - "proposals": 57048, - "nonce": 0, - "score": 16103767, - "delegators": 10, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.17, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 82, - "entityId": "a4OjOCh3W8gDV15t2a1VQ2Nz7PABO262435/89jo8pE=", - "entityAddress": "oasis1qzaracvtpgp87frlk9jshdcu8aczpsrz8y94jjg4", - "nodeId": "+Y5BKnMuB33ekK6AL+xbBLe1c4JECQwzIg7eAmSyrKE=", - "nodeAddress": "oasis1qzrectfc8fgd9ve6hj06g8fmndmk7ccstgegsfzq", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "12551115.25", - "escrowChange24": "852.44", - "escrowPercent": 0.003, - "balance": "916205.55", - "totalShares": "9282393.26", - "signs": 19305431, - "proposals": 134574, - "nonce": 0, - "score": 19574579, - "delegators": 10, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 105, - "entityId": "WqBX+RyP1S8WsCuxrkwk1KUEqpPxkMSYyvl0rjL+NCo=", - "entityAddress": "oasis1qp4ajz4vdgx3ze42ulk7m0jkxfstqcl87qymg9nx", - "nodeId": "ONNtkoEg0gKzrYd+ERdUz5Xq/D7S72IyCGbc6lJQcZk=", - "nodeAddress": "oasis1qrncq8lms2zd0pl46lv5p69aflxc0r4pmuftplqx", - "name": "Hammerfest", - "icon": null, - "website": null, - "twitter": null, - "keybase": "hammerfest", - "email": null, - "description": null, - "escrow": "4204688.00", - "escrowChange24": "285.57", - "escrowPercent": 0.001, - "balance": "27.68", - "totalShares": "3391488.37", - "signs": 16648290, - "proposals": 18163, - "nonce": 0, - "score": 16684616, - "delegators": 10, - "nodes": null, - "uptime": "97%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 139, - "entityId": "j3561NN1w1C6vBY6PKQX4z/sWJRFTJ1eiVKE1Ud5Gf4=", - "entityAddress": "oasis1qrgex7s39uw6h6ff3vqqmgyj776xvwsyty2259pw", - "nodeId": "pLO2/ZZjMnUovI58Er/02RIzVJSCBdUyoF6cl0OItVI=", - "nodeAddress": "oasis1qp0drqa7pfyq4hyvc2l7eglwr5tv4zzu3gcw5yr7", - "name": "Le Bois Sacré Iboga ... Shutting Down", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/044f614c4e90a7ae4fef9f935c6dcc05_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "leboissacreiboga", - "email": null, - "description": null, - "escrow": "31936.58", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "219.77", - "totalShares": "31824.32", - "signs": 772033, - "proposals": 55, - "nonce": 0, - "score": 772143, - "delegators": 10, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.03, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 59, - "entityId": "9+lM5vQ1g+cVzjaNM78gxw1yUegVj57tHDbpN7DKIvw=", - "entityAddress": "oasis1qppctxzn8djkqfvrxugak9v7dp25vddq7sxqhkry", - "nodeId": "igLfuIxxqZATg0snKVTFoeRaqrlNq5r69ofncwlUA8I=", - "nodeAddress": "oasis1qpap3cwry5v6rulal7lt9z9245pytsp7mqzgw2d2", - "name": "Tuzem", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/12e07cc1bea0820286026594a228b105_360_360.jpg", - "website": null, - "twitter": "Staker445", - "keybase": "tuzem", - "email": "vanya_shakhmin@mail.ru", - "description": null, - "escrow": "24773176.09", - "escrowChange24": "1682.53", - "escrowPercent": 0.006, - "balance": "390002.96", - "totalShares": "20854726.57", - "signs": 15501790, - "proposals": 54599, - "nonce": 0, - "score": 15610988, - "delegators": 9, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 70, - "entityId": "nZoBfua/odt7fZThkfzGQo2oBp8UnEj+VpG52SB8onM=", - "entityAddress": "oasis1qzgq240adkyxhm6598ex2jvgs7lyx5wmtg7cszmk", - "nodeId": "y4LZvdQ/k9RBiPLSvBHt/8GhbOVEHY/LfIdgk0iXUho=", - "nodeAddress": "oasis1qrqxafugm50enh78w92s3u2xw6zw3qt3eqrax4t0", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "16034293.59", - "escrowChange24": "1089.01", - "escrowPercent": 0.0039, - "balance": "98856.02", - "totalShares": "11858318.64", - "signs": 19294126, - "proposals": 129315, - "nonce": 0, - "score": 19552756, - "delegators": 9, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 23, - "entityId": "21+iPu/omYBN7X5cUY4QnD4b9VVuAiW/u8uABqt2VjM=", - "entityAddress": "oasis1qpaygvzwd5ffh2f5p4qdqylymgqcvl7sp5gxyrl3", - "nodeId": "VmE8xXf9hGi7d0TTGWk9EgrLws+Vl1XKHMiSyeuNtAg=", - "nodeAddress": "oasis1qzkhx7he4t69rzy4jl7m2fpdvgsn2yw2250xfdky", - "name": "Appload", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/6243304c1ffac8281e1f2abf03fc7405_360_360.jpg", - "website": "https://t.me/dimaro", - "twitter": null, - "keybase": "dimaro", - "email": "dmytro.rozum@gmail.com", - "description": null, - "escrow": "55231516.08", - "escrowChange24": "3751.19", - "escrowPercent": 0.0134, - "balance": "1.78", - "totalShares": "44472741.24", - "signs": 17056716, - "proposals": 117881, - "nonce": 0, - "score": 17292478, - "delegators": 8, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 77, - "entityId": "7nCBfl1vRS4kn7G2yJZeZdwE8OFA4avUphWdCRrFhJM=", - "entityAddress": "oasis1qrcmmvgf7qt8pmy543dmz0muwcm752kleund8rwr", - "nodeId": "lTC9wxlqYTUvXSV2bJxj0w2JWGdlY6pZFIx68V/qYB4=", - "nodeAddress": "oasis1qrxrz9aq0lvetu7p942y3kvh48czzrzlr5dc45ql", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "13504576.69", - "escrowChange24": "917.20", - "escrowPercent": 0.0033, - "balance": "629.36", - "totalShares": "9983964.91", - "signs": 19330755, - "proposals": 134090, - "nonce": 0, - "score": 19598935, - "delegators": 8, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 86, - "entityId": "BBba0XfI4WSTroE+/YGcFthxbEC5jQJhWhl0jIBwke0=", - "entityAddress": "oasis1qq2kqzr4q942x44st97n66nmmyh7dhsuvsqyc22u", - "nodeId": "POpjxTxuw2cJsgtgzgfhrkPD3hVh2oYkHmELHonPgpQ=", - "nodeAddress": "oasis1qrh8x7mcmzcm47dv22u7vu8x3ffgcv8vty85dzjd", - "name": "Aptemuyc🌹", - "icon": null, - "website": "https://my.entity/url", - "twitter": "g5sliqjq2g92jet", - "keybase": "aptemuyc", - "email": "lazarev.zahar@yandex.ru", - "description": null, - "escrow": "11665376.72", - "escrowChange24": "792.28", - "escrowPercent": 0.0028, - "balance": "40.40", - "totalShares": "8815261.82", - "signs": 18976809, - "proposals": 110762, - "nonce": 0, - "score": 19198333, - "delegators": 8, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 100, - "entityId": "tvPlmGHv5aokL9MMBqNAkSOygldJIlRTmSIvCwuh0rU=", - "entityAddress": "oasis1qzc687uuywnel4eqtdn6x3t9hkdvf6sf2gtv4ye9", - "nodeId": "jezrY6n61D/wD39nZKC+LpYfOZt5AN8gZ5SWu9vypD8=", - "nodeAddress": "oasis1qrs7wre6j6jrcp30y9n7hn9m9cy3hpw8tgcah00j", - "name": "Witval", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/4c37bcb94523674a84d57cab554c5c05_360_360.jpg", - "website": "https://www.vitwit.com/", - "twitter": "vitwit_", - "keybase": "vitwiter", - "email": "contact@vitwit.com", - "description": null, - "escrow": "6057384.87", - "escrowChange24": "411.40", - "escrowPercent": 0.0015, - "balance": "989077.08", - "totalShares": "4536791.91", - "signs": 19355308, - "proposals": 127308, - "nonce": 0, - "score": 19609924, - "delegators": 8, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.19, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 142, - "entityId": "4g2p36WoOzdHyXq6tOjFb3nv6y90/zyQcb1eQcy5doo=", - "entityAddress": "oasis1qra3rvq7y055waxmnx8rc0nad3frr8na2s9l8l3f", - "nodeId": "axFry86SMrw5X4ITO+YHLLrVqW6N1vcaTgrTOJfQPCc=", - "nodeAddress": "oasis1qpakkfqyrv2qrqceneq274ds6964l94w7u2hzvdd", - "name": "Daylight Network", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/bf9faf59c36fea15a54de57b41d8a105_360_360.jpg", - "website": "https://daylightnetwork.org", - "twitter": "daylight_net", - "keybase": "daylightnetwork", - "email": "support@daylightnetwork.org", - "description": null, - "escrow": "6934.46", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.00", - "totalShares": "5648.44", - "signs": 7954337, - "proposals": 60783, - "nonce": 0, - "score": 8075903, - "delegators": 8, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 42, - "entityId": "F5eduX4m4O/ot3UcFs3iQk1ZPUuG43kuxGI9sZz95uU=", - "entityAddress": "oasis1qzmwdlxy7cltmwt99u9pwqt3g0rdwgsqyvcqymmt", - "nodeId": "I/Vnwyi7FJdROFe64fbaqE3t55OLcUBY8hVK64VNrqc=", - "nodeAddress": "oasis1qr8v2lqtwzas6m2fwurd2kt8qlthfytpjcu7mvvc", - "name": "alexandr0", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/6aafc1f8fff43733e97703cd41651505_360_360.jpg", - "website": null, - "twitter": "padygumuk51", - "keybase": "Alexandr0", - "email": null, - "description": null, - "escrow": "33508541.18", - "escrowChange24": "2275.82", - "escrowPercent": 0.0081, - "balance": "481.44", - "totalShares": "25046825.61", - "signs": 19380195, - "proposals": 146588, - "nonce": 0, - "score": 19673371, - "delegators": 7, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.18, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 74, - "entityId": "C7he7BJPrgVrsGRm4m+OFcHlcNYOEPSGeerxvV/BsBA=", - "entityAddress": "oasis1qrzkqzvlw9xgyxhhqps746ssyhn5lkqrmcgz8amq", - "nodeId": "/LlzNoccjtMUbW6fXa/3KKVa6JN+qwnGQrB4u631nR8=", - "nodeAddress": "oasis1qzjlhqpkfjr960uyrn6tdpq4xqrd3lwtluk69h6l", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "14451542.75", - "escrowChange24": "981.51", - "escrowPercent": 0.0035, - "balance": "0.68", - "totalShares": "10682197.08", - "signs": 19366522, - "proposals": 139280, - "nonce": 0, - "score": 19645082, - "delegators": 7, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 95, - "entityId": "GDWO0+R7qSrWB0bvT+V2Kz6vlHcm6ZnaNQM2/FsFqEA=", - "entityAddress": "oasis1qzv7a0gkxwpfelv985fvkl24k7jh3arfwy84zw7q", - "nodeId": "RClDxygiGYEFeO90jnfHAIXm2QrP5TNQ5F50N77zKY4=", - "nodeAddress": "oasis1qryxlps075x66qt24kxskjqy2sp75nfuccs46k9a", - "name": "huglester.com", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/763059fd2f9986c2a759409bb8288305_360_360.jpg", - "website": "https://huglester.com/", - "twitter": "huglester", - "keybase": "huglester", - "email": "validator@huglester.com", - "description": null, - "escrow": "8052058.99", - "escrowChange24": "546.88", - "escrowPercent": 0.0019, - "balance": "88570.63", - "totalShares": "5992143.01", - "signs": 19395174, - "proposals": 122661, - "nonce": 0, - "score": 19640496, - "delegators": 7, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.17, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 134, - "entityId": "zr4fuyH0KccZZVHsQ/ICJYWTynHiKtbBgzBWjgcCgt4=", - "entityAddress": "oasis1qp2vdltxqvglrwj6qur8s4dw97485vm6actrkcsm", - "nodeId": "p7+KBgOAk3ztUJrDqjn3NJN+Y725qFNWaGpLcU0H9+E=", - "nodeAddress": "oasis1qqz33s5748qv5hhy9py6h7prx5rl35payqqy7x93", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "138355.10", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "798.92", - "totalShares": "128178.60", - "signs": 6743175, - "proposals": 9914, - "nonce": 0, - "score": 6763003, - "delegators": 7, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.149, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 73, - "entityId": "1JttHp0rBBBHDOpPl8fAiLTcN9tUzxJGjk7llFcvhZQ=", - "entityAddress": "oasis1qresj0vhmwawll6fe2vw2nlapkp6nj6etcx7a32h", - "nodeId": "p7pJUBSdgF4PfgKrn8JJl4xhVZXMu9h1TfNlAU5VjBU=", - "nodeAddress": "oasis1qzu6q5n5dhmm0vkng3zpyklv5r8djjle9q6t5crh", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "15531473.42", - "escrowChange24": "1054.86", - "escrowPercent": 0.0038, - "balance": "500.12", - "totalShares": "11576729.75", - "signs": 19039141, - "proposals": 130819, - "nonce": 0, - "score": 19300779, - "delegators": 6, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 80, - "entityId": "RFpWeibJDHnfgoq9mO1BJcxyDbIstDi22ZBhvgXvE1Y=", - "entityAddress": "oasis1qptk3ydjxuq3eenqwljdy45uxdye5tfg4sqar0fz", - "nodeId": "ROe9AtvfOFX6bu+5vhRCR87qYXSzp5NfELBqB3Hdgrw=", - "nodeAddress": "oasis1qpv92ljpg0m6xkasm7sc0zfpn5he748uyqd9m4kp", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "13124075.59", - "escrowChange24": "891.36", - "escrowPercent": 0.0032, - "balance": "668595.42", - "totalShares": "9703410.16", - "signs": 19289638, - "proposals": 125020, - "nonce": 0, - "score": 19539678, - "delegators": 6, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 108, - "entityId": "NPpx1ozb2JfWypxnksSzRHi+fLA2w2YpWmtZvEptMNk=", - "entityAddress": "oasis1qr33agzz8r4xxfw9nhrdqcp9ejcv0f72ks05qt39", - "nodeId": "AiYyIwAJcdc9yGoBHnP4ycPtd/N2DOR0kqVrQWlS46Y=", - "nodeAddress": "oasis1qzs7hjtx58jp9f76m9mv26z84u0app4glymyjn2e", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "2648917.94", - "escrowChange24": "179.91", - "escrowPercent": 0.0006, - "balance": "9.17", - "totalShares": "2413623.22", - "signs": 10833576, - "proposals": 11166, - "nonce": 0, - "score": 10855908, - "delegators": 6, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 132, - "entityId": "mQhANPn4RJQUTM/wkTf71XRzGZktobGV8WaLJFVvtVQ=", - "entityAddress": "oasis1qzz8zmehzgcynlueydeqfax9cznzdw3lvgark5h3", - "nodeId": "qHFe9LJXRDRERZgyJFCzbd4YSwqekUrrkkVb9AWaHXQ=", - "nodeAddress": "oasis1qpgg2ta2d055agfdc3p8r7na3whsdke7sc5337vy", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "478409.91", - "escrowChange24": "0.00", - "escrowPercent": 0.0001, - "balance": "100.02", - "totalShares": "396504.66", - "signs": 6642609, - "proposals": 61732, - "nonce": 0, - "score": 6766073, - "delegators": 6, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 135, - "entityId": "UC0Aaa2Czc25G5+X2HOio6H0wQuBJR550chCE2kieN0=", - "entityAddress": "oasis1qp3fd5rplv5uh6nc9vn85ejeaszewjv2xgvfts07", - "nodeId": "eFhA4Nn6Un10XNZNrSqRww1TPilDSEXG19uOv9jyfUE=", - "nodeAddress": "oasis1qq2wuaflrhql5hnrusr06ykhlr2v5qdt85y02xmv", - "name": "ParaState", - "icon": null, - "website": "https://www.parastate.io/", - "twitter": "_parastate", - "keybase": null, - "email": "contact@parastate.io", - "description": null, - "escrow": "113665.47", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "100328.35", - "signs": 5336460, - "proposals": 337, - "nonce": 0, - "score": 5337134, - "delegators": 6, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 199, - "entityId": "zbcsPBH1YmuC41SrOdkiBizsppzdXVeJ/B03zfKdObI=", - "entityAddress": "oasis1qrecdyjt5wu4ynkugv9ns8qjl5wl7gzprukywrly", - "nodeId": "CfdTYbSw5r7lgm2oNKIv8uHeJFmvl5q9iFcV1P5zFS0=", - "nodeAddress": "oasis1qzmkety59uvm8ytv2wyj7t8key9h4ca34v4w82eh", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.26", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "2001507.35", - "totalShares": "0.20", - "signs": 11732550, - "proposals": 79862, - "nonce": 0, - "score": 11892274, - "delegators": 6, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 147, - "entityId": "IVW4KEQECblM3Un9SjSRjYbN7zd1+6QXx6dVWzYvAgg=", - "entityAddress": "oasis1qpp6s22fa3l86enkye5wlu2jgp83zrgspg4fzlhr", - "nodeId": "FFKV7PJ9eyTwGjAf5CjO/l0Ec1mfeE2ViXwxTYcwmPo=", - "nodeAddress": "oasis1qr47p6u9jc9tm6tk9pvc5vul2hyamzewlc75zynj", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "3710.77", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "12000.32", - "totalShares": "3334.92", - "signs": 6522391, - "proposals": 26953, - "nonce": 0, - "score": 6576297, - "delegators": 5, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.12, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 152, - "entityId": "MYKZBxOdwP98Y72MSOX5zFWHzOgrcbYFFLu5UKT+2vY=", - "entityAddress": "oasis1qqcnfv69whlsmvgqvl6y4g8cfd0rxus9qynldlgw", - "nodeId": "REPiiEt7pYZJyNKzolCSY+WueOJ6GAV7p1QNIaNJA7g=", - "nodeAddress": "oasis1qpvgr7zywpjn27jfuefvhs2g284pm45whurzlpzt", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "1660.43", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "1652.86", - "signs": 233290, - "proposals": 2, - "nonce": 0, - "score": 233294, - "delegators": 4, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.049, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 154, - "entityId": "XCx3FEATjrRv0JEiOUbmmfHAU72MOssNvD5dX1ttZh4=", - "entityAddress": "oasis1qp5l7cfvyses0mcz7fnt7dlcer7h5e3mrc2uks9m", - "nodeId": "UTKS3V+5S+/XfC2irg65SmYOC9dJ9RWSDQw016bg2EI=", - "nodeAddress": "oasis1qqauq2lt5y4uftef7ddv2av3g6w795lr053l7x0t", - "name": "kooltek68", - "icon": null, - "website": "https://dataverse.vn", - "twitter": "HungNgu76442123", - "keybase": null, - "email": "nguyenkhachung@gmail.com", - "description": null, - "escrow": "1176.47", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.11", - "totalShares": "1166.54", - "signs": 464326, - "proposals": 21, - "nonce": 0, - "score": 464368, - "delegators": 4, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 194, - "entityId": "Su/yJtjZURWNw0J4K413YghcNpwehvolWUDbvqjbwWg=", - "entityAddress": "oasis1qz04lk6qzm9ml3ff4qt3f7qjepdqh4l6dyr4lsmu", - "nodeId": "ZGGT3guWOOXxEO1M7RuYFnp39K2GBtUICU0HBKr7ZbY=", - "nodeAddress": "oasis1qqs4q23m488ea0rwyjmwmf2e6lr7utykrqhjsph2", - "name": "A", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/dad7bee19dc8e79d4f76d26617197405_360_360.jpg", - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "32.79", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "30.67", - "signs": 2681396, - "proposals": 195, - "nonce": 0, - "score": 2681786, - "delegators": 4, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 68, - "entityId": "BdSzNycR8Y3MdHooxU0vtOEPr3ZG9KD5p8wxHtvueUU=", - "entityAddress": "oasis1qzzwkrjmyrzey46hyste5xszue3ggy90ag7k3687", - "nodeId": "lCQsP7Rhw/EdcM2sVDXOzWcUDHx47wGJDBah4xw6c90=", - "nodeAddress": "oasis1qqk7acpefc84re5uj9d76ypz7ydvarh9qqjz0rwt", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "16504758.66", - "escrowChange24": "1120.96", - "escrowPercent": 0.004, - "balance": "500.10", - "totalShares": "12207534.74", - "signs": 19332392, - "proposals": 135414, - "nonce": 0, - "score": 19603220, - "delegators": 3, - "nodes": null, - "uptime": "94%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 85, - "entityId": "6XvrCu3wqMKYc5a0d5UZzG7ZGeb3j//MzcqUMUHkMCk=", - "entityAddress": "oasis1qryreqam7w0slj7rhz70g9xvt9rct2024cepgqjj", - "nodeId": "nvzaqYTHiG3xo5C5TlfmfyvQgb5aQolfKzsVqT3T/RU=", - "nodeAddress": "oasis1qrctp3sjl0z76k409fatmdjfpm06pvqph523ysvf", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "12200434.87", - "escrowChange24": "828.62", - "escrowPercent": 0.003, - "balance": "1539.02", - "totalShares": "9021296.78", - "signs": 19322661, - "proposals": 120004, - "nonce": 0, - "score": 19562669, - "delegators": 3, - "nodes": null, - "uptime": "100%", - "active": true, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": true - }, - { - "rank": 129, - "entityId": "LFxni1vOSZ2JSce6+RVIfAhujhja5PunF6AzLEPAdI8=", - "entityAddress": "oasis1qqdd4nmtcmarf4u9gdg24swxhec52du43cxzf302", - "nodeId": "1Ofik7xZJ3Tb/JE+zHKNe3l8NbSK9h/92fjynrW7xw0=", - "nodeAddress": "oasis1qr70at8gt8u7l8tzd2etk0e4t7t85mw5mvd69gew", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "897161.67", - "escrowChange24": "0.00", - "escrowPercent": 0.0002, - "balance": "100.02", - "totalShares": "767085.45", - "signs": 5639275, - "proposals": 1183, - "nonce": 0, - "score": 5641641, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 143, - "entityId": "ZxJyyH+JPdGNfjy+ZPq+GpFY0fAJKm9VFXZIPwMcKm4=", - "entityAddress": "oasis1qq45am6gzaur2rxhk26av9qf7ryhgca6ecg28clu", - "nodeId": "tJywoyy8tR5JXZ4ZVwBtHWEbxkOxSgkYGsmAEUVDzAI=", - "nodeAddress": "oasis1qqa57v066ma92w7l84p2h8kffw5psqvq5qkaa3ev", - "name": "Jr", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/04cebfb7b13493edfa7cb60e80407705_360_360.jpg", - "website": "https://aitivity.com", - "twitter": "zgenerator", - "keybase": "jrastit", - "email": "contact@aitivity.com", - "description": null, - "escrow": "6619.54", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1041.00", - "totalShares": "6599.86", - "signs": 140964, - "proposals": 2, - "nonce": 0, - "score": 140968, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 146, - "entityId": "K1/F2dGhO7rrCeOVuLyBQ180t5ZkfBvqEbA/LIwbgI4=", - "entityAddress": "oasis1qrljxva97z9ak4a8d2v5fpc42xmahrw535z6589m", - "nodeId": "7lk9culocfR0ThVR+idv9Ryd7woCQrDgGy9iai/p6G0=", - "nodeAddress": "oasis1qp29d506x5py809h50kj9e7zrlx7wj9g5vk89p5a", - "name": "staca-co", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/a45064b3459b33547a9f778dd13c6f05_360_360.jpg", - "website": "https://www.staca.co", - "twitter": null, - "keybase": "staca", - "email": null, - "description": null, - "escrow": "4273.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "250.44", - "totalShares": "4263.54", - "signs": 81135, - "proposals": 1, - "nonce": 0, - "score": 81137, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 148, - "entityId": "0t3HGVPQy3EkzfK5gl8BqARjapu4qhKx1zDQLH7pEXc=", - "entityAddress": "oasis1qrhr9cdr0e8vyz2gmacyvgjs5ts5xfzz5s9hr7kv", - "nodeId": "e4QCCt29Klvx1d8NsuJIUwxBmvq/soDhx6zSXG35IDo=", - "nodeAddress": "oasis1qrnxt96gqdtccqpvzn6hq5jcq9kvtsmacs990jap", - "name": "Hack'dSystem", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/055beb3da0b899c8d3fb636b71604e05_360_360.jpg", - "website": "https://hackdsystem.com", - "twitter": "HackdSystem", - "keybase": "HackdSystem", - "email": "welcome@hackdsystem.com", - "description": null, - "escrow": "3371.12", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "3239.28", - "signs": 2100764, - "proposals": 108, - "nonce": 0, - "score": 2100980, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.0333, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 163, - "entityId": "bGj6UshbW5vWxmp/atEl9xoGslEwSVZdAn7ThReHDWo=", - "entityAddress": "oasis1qzs587tqyvwr3dxcxteax292h2lk4uga6cnerkhj", - "nodeId": "pIo+FjAUIe3asd/2XezgLVhsiT2+N2jUWgrGBV6I85k=", - "nodeAddress": "oasis1qp7pxfyyhq0nykcvpjxj0vdmftgy0qr30gs7yd04", - "name": "Pacha Mamita", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/c9c65d6006c4ab884d271c7dd5ac3705_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "pachamamita", - "email": null, - "description": null, - "escrow": "501.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "500.57", - "signs": 181751, - "proposals": 7, - "nonce": 0, - "score": 181765, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 165, - "entityId": "0fHB54RNBXW+3YuIcmJ/L+WVElKnl9d41+Kdq/rAatM=", - "entityAddress": "oasis1qrcaq6fgn9dnmg444asts3qkutur24hvpqp7luwa", - "nodeId": "+UqwHKbSm/S5Hn4EgE1R9w6UcpXEyDvLbdWwqEoVwFo=", - "nodeAddress": "oasis1qpv4t4ldkgu9uhud7rcszxvcvjqwe42eruhnu2wj", - "name": "Columbia", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/9f6d1d7c091c35638623640716c87605_360_360.jpg", - "website": "https://oasis.grousset.com", - "twitter": "Grousset_Techno", - "keybase": "groussettech", - "email": "regis@grousset.com", - "description": null, - "escrow": "415.64", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "5.00", - "totalShares": "413.73", - "signs": 142119, - "proposals": 3, - "nonce": 0, - "score": 142125, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 174, - "entityId": "T/PgHnTLIQmkrPpgdAcPTHwKVo0/0EcYmVx0EtMpyhI=", - "entityAddress": "oasis1qqxg9s39jfqwhwnnv3nlpfzvdv9hqw5n2gdvuj3r", - "nodeId": "brO55xwlMRPJhHahZeZuZTENDKHoxKFYAFNuZ0t+cFc=", - "nodeAddress": "oasis1qp4lkr88kvp992g2rgzwxwt9z7k6n9vehutgfvtr", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "295.35", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.82", - "totalShares": "260.91", - "signs": 3848401, - "proposals": 38703, - "nonce": 0, - "score": 3925807, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 176, - "entityId": "Hfma8LMaOHjpU6uYOp9TxqjY7ZW5iS8eUjyImo9H0/o=", - "entityAddress": "oasis1qr7c0pta4h9666zmpl52j63sthzfw2hszvp2de3v", - "nodeId": "jPeRT96dTMpKITQUjSPp263Hql0j6joYojVKD/HIdE4=", - "nodeAddress": "oasis1qp4aly37zuxalsamget86az5d84k5p2xhsd70q7a", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "219.69", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "10.00", - "totalShares": "200.98", - "signs": 3202823, - "proposals": 322, - "nonce": 0, - "score": 3203467, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 177, - "entityId": "aSd61GOCadMrmMT4ZvJvl9JPYRkQxOeBWO8ZLW+Udi0=", - "entityAddress": "oasis1qqcf0zn6a9d20j99cq4pue8xx2dkp7d2uv55nz5v", - "nodeId": "pP9VvJs+FB66RXMinnVqMSfu0wP3tq3hrftcljl/xLY=", - "nodeAddress": "oasis1qz5367t6p7d8gst27p4sr3qru8j8dkmku5cesx4g", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "210.96", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "110.00", - "totalShares": "201.39", - "signs": 1613715, - "proposals": 409, - "nonce": 0, - "score": 1614533, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 178, - "entityId": "iqxcbsETLiI7p8hycMlqTn+y0MUvuIblNEVLffBGhNI=", - "entityAddress": "oasis1qr2zw0l903skt999tryu2e99v7t4g20hxc5nka9s", - "nodeId": "Bg4cceCWAkFvTBsbefcQdhuvf6tEiGxdT4a8z95UdEc=", - "nodeAddress": "oasis1qred2stm9q2hzq7xkj9atdcuudwjcccfvu46xgr6", - "name": "Atlantis", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/9f6d1d7c091c35638623640716c87605_360_360.jpg", - "website": "https://www.grousset.com", - "twitter": "fgratx", - "keybase": "groussettech", - "email": "florian@grousset.com", - "description": null, - "escrow": "202.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "150.21", - "totalShares": "202.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 179, - "entityId": "1Suw6h7Ge8LUk5vr3rBynUKWC0Sjs6X+A9jMWRSU+Ig=", - "entityAddress": "oasis1qqpxw4qdhuwhqzuftsln2cz5rkevl5ehgv5jy5qa", - "nodeId": "HwsTYDWFD/V6+DFRWxSfmKffLjzxLJjO45BNHk1gvZw=", - "nodeAddress": "oasis1qz7hfmtux7q39my5qmcg6wkjxcw56l3tzygzjrk4", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.14", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "113.50", - "totalShares": "200.00", - "signs": 32397, - "proposals": 0, - "nonce": 0, - "score": 32397, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 197, - "entityId": "KSXV7C6ysf4lhX2EV/qRpQERhqT2wq7PYYOcbFWj9FE=", - "entityAddress": "oasis1qqftj34pqk0kl5yz89zy86wvjqyytpwkfug04dgj", - "nodeId": "4sMdxBn+Jt/AKBuuEKa0zBeSKAoa56bWsIAMS/8VX/M=", - "nodeAddress": "oasis1qrr5jzht4wctp5tp9k3r4pn60x6wau754u60fyej", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "3.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "2.97", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 3, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.075, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 136, - "entityId": "sX/HVyq+fWT0jVzIvIHJSAjTv1WtMKGMeWtVr/Wq+ug=", - "entityAddress": "oasis1qrwxcth2c6njtyan2vdt7k9ra2xkmadmpv7v9387", - "nodeId": "NwJb7kl/uJUbhnYoxJXWpcc2zmbRVW6Norps326dz+k=", - "nodeAddress": "oasis1qr7enxpyj23pgpt54pan5fmvhw8qgra9zum0vd7p", - "name": "lux8.net", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/fa84442c0af2c354042633e83bac7b05_360_360.jpg", - "website": "https://lux8.net", - "twitter": "lux8net", - "keybase": "ama31337", - "email": "info@lux8.net", - "description": null, - "escrow": "84377.85", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "10.10", - "totalShares": "82633.19", - "signs": 769277, - "proposals": 15, - "nonce": 0, - "score": 769307, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 141, - "entityId": "BzbHcCS9lWqJZCgKg/OJm0q1/OaJcpOiwpcxJdGvaag=", - "entityAddress": "oasis1qzsp62l07fqsxgdeqszwz8hm34hhwem9ny73qnpr", - "nodeId": "TxR1oaXnF+XmJ57SQS5BqdxAbMdP5MH6dnCGW5UaSwo=", - "nodeAddress": "oasis1qqd79ynnycjcwlragu2ps3ens78tmnsz5yfq2fz7", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "14914.07", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "12907.64", - "signs": 4129593, - "proposals": 1841, - "nonce": 0, - "score": 4133275, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 155, - "entityId": "5xjkO0lPuPH6MI/zg9qoU0JXw8GVkgQ3lLn82jLpVHY=", - "entityAddress": "oasis1qr2v5gj2kmyczyrcm7feunjds8kn5fdltg9jsn3z", - "nodeId": "40BU6tO4UluP6h6ihwKPYylnFXgzEPLwe9aGqVzrBVo=", - "nodeAddress": "oasis1qryzwxtm3v940cwk83lh4z2ws50cfcl90ut6p22v", - "name": "MMS", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/fdcb09f923483e82ceda5b2bd2402905_360_360.jpg", - "website": "https://mms.team", - "twitter": "0xMMS", - "keybase": "codebaze", - "email": "mainnet@mms.team", - "description": null, - "escrow": "1009.27", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "9.00", - "totalShares": "1007.17", - "signs": 108592, - "proposals": 0, - "nonce": 0, - "score": 108592, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1111, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 157, - "entityId": "CVfNUjUCwqsvvfAG0b7ZxVqevF7WTuUBDvslWOkjcIM=", - "entityAddress": "oasis1qqzvrnpu4kw69wedg5g7mf8jy5tzuhu9vchpyh0j", - "nodeId": "deOSj+E2XIK/iXXV0HvN/2ktAh6wDJ67ff3CNJ+LJoM=", - "nodeAddress": "oasis1qrscgzmhsvr3pqpsqz3g94ddjl7gvh4z4s6zfqxa", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "978.46", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.01", - "totalShares": "977.54", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.02, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 162, - "entityId": "btrDmmjedVKvHTZskWKsn0t5C22gwxnwEwpEh/E8zh4=", - "entityAddress": "oasis1qph0dea56zgkqpe6xngtpm5xdrkqa002csadmpa3", - "nodeId": "363y7JY+/Bf1ODTOG1AYWfZOlQtbDUORPrwvDFhiEhk=", - "nodeAddress": "oasis1qrujqp90fu0welhj2gd7t3xax2l9j7g2sgj2xffv", - "name": "Feel-Mining", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/74bae3a593cc7c291d4319fcee2e8105_360_360.jpg", - "website": "https://feel-mining.com/", - "twitter": "FeelMining", - "keybase": "feelmining", - "email": "nicolas.metzger@feel-mining.com", - "description": null, - "escrow": "610.36", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.00", - "totalShares": "606.36", - "signs": 656116, - "proposals": 211, - "nonce": 0, - "score": 656538, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.03, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 167, - "entityId": "CNx8AEfm9Pk15bgu5VnqVpFEAUw6vau55Trdz6rZbXI=", - "entityAddress": "oasis1qrtvgssu2nxtnxdsgcgkmm2tj4pq9c0fy50ecazz", - "nodeId": "gsZZ8tBnXsNGUFjCtxaWba98fzzgQG5cmUW+Ag/aW4g=", - "nodeAddress": "oasis1qpljsldvc3rvefxrf6804feaszy88crtv5qt2jvh", - "name": "KiKi Finance", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/bf7afa09358c3ade451ad89c2ed73505_360_360.jpg", - "website": "https://kiki.finance/", - "twitter": null, - "keybase": "kikifinance", - "email": null, - "description": null, - "escrow": "401.34", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "25.90", - "totalShares": "401.34", - "signs": 105589, - "proposals": 1, - "nonce": 0, - "score": 105591, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 170, - "entityId": "8XIAXGYtA1K7sW498B7MA+gE9Pfycno3QiasxngckUw=", - "entityAddress": "oasis1qzxs0mhs34vkkerk49gqpvcyx7efvwwssung4593", - "nodeId": "yUb1eAJ6UrO5AyKqg6BS+0qs79Y/xQmW8NEWHUGeqSA=", - "nodeAddress": "oasis1qpwqsp839ntj5vsr6s05uyukper98sqz7y9mhx6j", - "name": "Konak Solutions", - "icon": null, - "website": "https://t.me/konak_solutions_oasis_rose_stake", - "twitter": null, - "keybase": null, - "email": "info@kon.am", - "description": null, - "escrow": "400.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "5.00", - "totalShares": "400.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 171, - "entityId": "ccOxDm4qIdmv++/1mKNvRETAEtxvMUmcHPYFjvk/6kA=", - "entityAddress": "oasis1qz8kksv46jy4pgu6dzsvndqhsa9vaj550y6u9q4f", - "nodeId": "Faj/tMRCNuLULbkUJr7H3b6cBO2HNeHiBghce5kTYX0=", - "nodeAddress": "oasis1qpvr9ue26xlertqh9jyq9szcmxp65uel0qzc2uc5", - "name": "HashBase", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "372.18", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "4.00", - "totalShares": "371.99", - "signs": 26985, - "proposals": 0, - "nonce": 0, - "score": 26985, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.12, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 173, - "entityId": "uVqnD+OWAA8AErx0liDAuqwoJiWoG7qBfblDbqstxcs=", - "entityAddress": "oasis1qqpxy2vp0u2ym4jltdafgrjxuh9y9fap9utzr2wg", - "nodeId": "T2pVfSNuPre2pxQPxgBwZGbvtfFHq1MnIMWqiCduARE=", - "nodeAddress": "oasis1qqwfythpgr840sslly4tup63530jlecue5vd9yxv", - "name": "Provalidator", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/92cd665c2158b7380de6ed499d95ba05_360_360.jpg", - "website": "https://provalidator.com", - "twitter": "Provalidator", - "keybase": "Provalidator", - "email": "business@provalidator.com", - "description": null, - "escrow": "299.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.00", - "totalShares": "299.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 180, - "entityId": "dvRcK8lX+m+Smg6tmmIIjnxzbMKetnervEro3W6gWGM=", - "entityAddress": "oasis1qztsz3v57fgeyznckxe0rpah5wezr352ec8s0699", - "nodeId": "r/vunKK6kldNYxaD23gbDACdzvUMANl4GrMtHh/JSVg=", - "nodeAddress": "oasis1qqhsrwjj3te5qjutkavqr0d3y5fkw3quas8hlr04", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "4.69", - "totalShares": "200.00", - "signs": 600, - "proposals": 0, - "nonce": 0, - "score": 600, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 190, - "entityId": "kDnNoOhBYRQeI+l7FT0XD2NMiDOAyz/GSSRozg19VaM=", - "entityAddress": "oasis1qp6ela294e5nkay37n039fw8d50k9kygesxa8mzt", - "nodeId": "LNootXnQ6gEaScwkBvUaZadpdNJvquSzaKyazN/+afw=", - "nodeAddress": "oasis1qq96xgsr032hzvhyswmc24cxfar763mtkvsneurf", - "name": "londonblockchainlabs (ucl)", - "icon": null, - "website": "https://londonblockchainlabs.com", - "twitter": "ldnlabs", - "keybase": null, - "email": "labs@londonblockchainlabs.com", - "description": null, - "escrow": "180.58", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "175.07", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 192, - "entityId": "trheWccoAX4yy4FVnTBdt4u83GGHbgWs1gy6OBifClc=", - "entityAddress": "oasis1qzl58e7v7pk50h66s2tv3u9rzf87twp7pcv7hul6", - "nodeId": "FrqHJnL7XegdgWPVL2K/SGHrRv8AWcrDEgE3/xtqMdU=", - "nodeAddress": "oasis1qqfr0munvy96l9ef998ateh7ah0gjg77psyuwuuf", - "name": "blockscape", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/0df6d91e7e57b42a7e17b2cc62541905_360_360.jpg", - "website": "https://blockscape.network/", - "twitter": "BlockscapeLab", - "keybase": "blockscapeval", - "email": "blockscape-dev@mwaysolutions.com", - "description": null, - "escrow": "101.60", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "91.91", - "signs": 4154585, - "proposals": 807, - "nonce": 0, - "score": 4156199, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 193, - "entityId": "O88dgj6a1gpTN/Aaf8R9tLSPomoP/6IG7NLMHQqjfsM=", - "entityAddress": "oasis1qzkhrgegnfvvv0k393e3uh4m7sushefj3uxzzlpz", - "nodeId": "e0oFD4g1pf7h6w/BuTNBSuVTuFQlfbTRPy/R8GE7+1E=", - "nodeAddress": "oasis1qzjltgkyj82xz6jcyv99gkdyhhjvdq4jhy39epuk", - "name": "La Soupe Quantique", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/6a728e9f3da5b3eb6102f37deb5b3f05_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "lasoupequantique", - "email": null, - "description": null, - "escrow": "101.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "100.99", - "signs": 33469, - "proposals": 0, - "nonce": 0, - "score": 33469, - "delegators": 2, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.06, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 131, - "entityId": "xJ0RWfXPtf6eN4TstMR5vJ51SLJl476kcX2p52Ze6F4=", - "entityAddress": "oasis1qzufmg23p7jprqmptvz0vyn69c7lk6vfwuz8xapf", - "nodeId": "XxLbFAj9E2mNs4MvzHYxiovoslH4gA74f3IKQJKO3GY=", - "nodeAddress": "oasis1qpzpjqflx8jvglqmetkus3qsx7a43x078vhuae7h", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "479651.24", - "escrowChange24": "0.00", - "escrowPercent": 0.0001, - "balance": "100.00", - "totalShares": "415120.73", - "signs": 4129656, - "proposals": 45843, - "nonce": 0, - "score": 4221342, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 140, - "entityId": "PJalurwzZ1pBwWfAMpjM6s/tAdiTrZnjkGoll4gmCqo=", - "entityAddress": "oasis1qr87t7j3csez6jknwr4ksjn4u2pwye2ku5xjcjcc", - "nodeId": "QrluO3GE9++cK1B1fr86WtP2HSALPtpelL3NVaPtzKw=", - "nodeAddress": "oasis1qpycw0k0j9sc3xaq3nxhx27nfdq4mtf9qccj346k", - "name": "londonblockchainlabs (imperial)", - "icon": null, - "website": "https://londonblockchainlabs.com", - "twitter": "ldnlabs", - "keybase": null, - "email": "labs@londonblockchainlabs.com", - "description": null, - "escrow": "19585.06", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "18332.28", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 144, - "entityId": "T4nMwtYOti9WSO96E2iRRvSDgRmbX03L8pvsaBEvCFw=", - "entityAddress": "oasis1qzzryyckptmgxxnyvt05twjufhl3ah0qtgcf4n8l", - "nodeId": "g/gNUJ3L8NbJilg+ivA0JHXFoCpzXwedqSLO3Xd0FSM=", - "nodeAddress": "oasis1qzel9n6r4g95cj6fjaw9r2mv7jv6yxgt5cy2sv6j", - "name": "NodeWorks", - "icon": null, - "website": "https://node.works", - "twitter": "cryptotigernews", - "keybase": "99F133D04EF7B568", - "email": "cryptotigernews@gmail.com", - "description": null, - "escrow": "5090.40", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "4862.82", - "signs": 1976599, - "proposals": 223, - "nonce": 0, - "score": 1977045, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 145, - "entityId": "6WbfEngydST9lOWGiiIN83bcKn52Facn9WjuZ/I/vTs=", - "entityAddress": "oasis1qp2sah0sskcymat5f0mpntphp8ysrxaklgwl8eh7", - "nodeId": "JllKfjWdeQ/Pu8CfJJwDMZ86N8EOgDvP7LUZteSvBPI=", - "nodeAddress": "oasis1qq3wpw39equvxygwea8xmtk4g78ec7dxfgu29zkp", - "name": "Khastor", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": "stake@khastor.com", - "description": null, - "escrow": "4505.56", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1002.35", - "totalShares": "4496.45", - "signs": 434475, - "proposals": 29, - "nonce": 0, - "score": 434533, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.01, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 150, - "entityId": "kB5gBbGmOIl4XW1XPBBWSSURZuPYpnYZHjuwui/rU/U=", - "entityAddress": "oasis1qzfwn3erkpj292chryvz29f94ssmzxvfwvj2euuw", - "nodeId": "flDl2fUhqMW1okRXXAD/fijHIohUolVey7tim7R2LAo=", - "nodeAddress": "oasis1qpta9x2ftpsrq285spg3fuda9s0wkufxmuxehegw", - "name": "Feel Mining", - "icon": null, - "website": "https://feel-mining.com/", - "twitter": "FeelMining", - "keybase": null, - "email": "contact@feel-mining.com", - "description": null, - "escrow": "2005.49", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "1940.42", - "signs": 1203389, - "proposals": 74, - "nonce": 0, - "score": 1203537, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 156, - "entityId": "z2JcHKG9dFvQChgD0Vsgccnlxq+dnkuEMxVMgxX5T/k=", - "entityAddress": "oasis1qp8sn8t0fk727n2lwr8zzxwu5gyf7jy9xus6p4aq", - "nodeId": "m8TGjSHUTWZHi8LkU0PtT6dOy5erYkknSJCRR+bCI9I=", - "nodeAddress": "oasis1qz3w6jvf2eng6fc3dw003wfmrm8rtcu4tu5mlrws", - "name": "Sunny", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "992.03", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.41", - "totalShares": "989.59", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.01, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 158, - "entityId": "cxB3USCkM0ACAMQZtoYWUrKSm4iI9ll8t3yY1Mr1E6c=", - "entityAddress": "oasis1qqa6tcu2w0x4ucxyhq4wxp55m0f08wwpjca43703", - "nodeId": "P0cZIuVKT01RiU55OpdPLruueOLndsJV3GoRnrdEd8A=", - "nodeAddress": "oasis1qzuzgtujaf65uhqpahdrra6gk0j0y336xstxzjgg", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "890.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.00", - "totalShares": "890.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 159, - "entityId": "4jJNfvGw7aYCIejCZNzTf3cFc+ip2jLzAhVtP8iEN0I=", - "entityAddress": "oasis1qqgdt8ajchz7gytdh7q2yfk0xmq93mhn7g0l2lje", - "nodeId": "f2csXleelTmbsYWNT7dBmqHAzP07dzTqgMFLqL5LFTQ=", - "nodeAddress": "oasis1qq52ry9j0yj286mt2w8qjqs7svzulqqnlss7yxsa", - "name": "Fast", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "800.97", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.01", - "totalShares": "799.80", - "signs": 41997, - "proposals": 0, - "nonce": 0, - "score": 41997, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 160, - "entityId": "oT3L7RJVJ7k2dBEGfVAP8/mdE3zoim4D61POvlySQs8=", - "entityAddress": "oasis1qrrd9sw5mf7z5yn8haltaqrkemd9qm7ldvzrumqs", - "nodeId": "Sgb8aqSos8xBS1R5jCQOTCJ51+79UMFduzkw3UYjD70=", - "nodeAddress": "oasis1qqya0ju0mju6kesuhcfgecvf7yq9qqyz9uecyjdy", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "800.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "101.83", - "totalShares": "800.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 161, - "entityId": "5WqDZHrVEpndCoC+QBDbFRszZFXInkx3I7mzF4/uqcU=", - "entityAddress": "oasis1qqzc9cet7l8z63h00vws283jwhjewkww9uf4fye5", - "nodeId": "2xWxyrmFeYidZlGK9Cq/d5PaqwrCafzTxN/Zuntt85Q=", - "nodeAddress": "oasis1qp93spvhw8snnss2ykjy098pwx7tx8nhecqydusm", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "691.44", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "3.00", - "totalShares": "690.00", - "signs": 73322, - "proposals": 0, - "nonce": 0, - "score": 73322, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 164, - "entityId": "0DUAc3vxh7ASCqDHfD3Sf/V7CkyuY7PRKcXcc9XKC2A=", - "entityAddress": "oasis1qq7fn8e5zcl2q0x6t9a77ejgagt77anvhv3xlerw", - "nodeId": "i2jBZOaIQZ6ReDMcBQr5GxAcrIEJt0lRmihnh53XGdQ=", - "nodeAddress": "oasis1qrzqrdnd9kqp4dcx5mapz7s2u6amzs93ec3hsm42", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "500.53", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.01", - "totalShares": "499.99", - "signs": 31200, - "proposals": 0, - "nonce": 0, - "score": 31200, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.03, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 166, - "entityId": "NlnPkaqEH8+5We5bdBGHWybZsKpKNo3nLjWgn0JMxoY=", - "entityAddress": "oasis1qqxdawayk4jzpcsa5gc3hryql33thjseus97gjrc", - "nodeId": "TIbm34AOu858vITFW8RWVSDCfVuqD+f33nw9ubApBkI=", - "nodeAddress": "oasis1qqzyns868yl7eavjxcqpm7q5up93r6yrm50rf8mk", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "405.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "5.00", - "totalShares": "405.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 168, - "entityId": "f+bXgST79DjaefQl2lIVGvPitcfi2sPGEeQI+JMIREU=", - "entityAddress": "oasis1qpjtunejghp668wcs0k3dkp60z49k6rkuywyw0gt", - "nodeId": "rodPXYW+U89JRa0F5dYX2l0BfhPtnUBcZF2g8U4BEf4=", - "nodeAddress": "oasis1qp7gc4uezl77us6330vhzk5fq9xlsazf5u0ulfdt", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "400.18", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.00", - "totalShares": "400.00", - "signs": 16207, - "proposals": 0, - "nonce": 0, - "score": 16207, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 169, - "entityId": "1F5chbXR7ahScQCa8DKnOCbQJ3UXpDvzh5uPUhXc/OM=", - "entityAddress": "oasis1qq29xfkqdkqjxtnp8rfsjrzlp97gnw70cyh8acvq", - "nodeId": "s1fcKNALyYH6H3z9se/DttUdFb8e9bE3MUTtSQ2tcD0=", - "nodeAddress": "oasis1qqt4ej3ch4nvkup3njq9l7ne3467wseytu88ae6d", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "400.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "18.90", - "totalShares": "400.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 172, - "entityId": "yv0xp+txn3RUJraQj9tWXkiULV4iZ2RrN6P2FFfLbHM=", - "entityAddress": "oasis1qz2kz3zkgf6trclyajtyg4jecw7es7p5tutfqaz0", - "nodeId": "+GAPd9tP2BIrgn4gmLWDsTbjyNGqgG6VNZceqM0LLew=", - "nodeAddress": "oasis1qp0jqw94mx702zj4t0u8xuugerd0nl3ecqn2ap5a", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "300.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "374.07", - "totalShares": "300.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 175, - "entityId": "Ai5UA2ZRvGm8rDWMGn7t18QX50UiSU+7ahq7lzTRKwg=", - "entityAddress": "oasis1qr6fr4effjgztms230033me33ycrnf0a8cv0a7xp", - "nodeId": "3InXZzJwn/OZh1fbFpWUs5gDVimBnsdE3GtFdfjt48c=", - "nodeAddress": "oasis1qr3lc80j74zym29ky6c79wej0pqmhmksvgwxjwky", - "name": "Adorid", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/93f63f495b5848cf10e798b1702bdb05_360_360.jpg", - "website": null, - "twitter": "Adorid3", - "keybase": "Adorid", - "email": null, - "description": null, - "escrow": "290.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "9.90", - "totalShares": "290.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 181, - "entityId": "q6W1C7CwWrurBe8NuX3mocR1l6obMQUlg5aOgJRKQkg=", - "entityAddress": "oasis1qr69qkx36k7mf7lzgy54pmrs8rsg7nst5gln8zvh", - "nodeId": "15VSdrKeQYOTnuTLMd8allPfSULs4BpEI9jcJjlioY8=", - "nodeAddress": "oasis1qzn4qc9udhzv6gz5gtg6rp2rez8hnzsc6ylycpk3", - "name": "StakeFAQ", - "icon": null, - "website": "https://stakefaq.com", - "twitter": "StakeFAQ", - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "20.80", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 182, - "entityId": "DcplOZzEDthLHtPyjbtn9nldfzZ5b9r8EJFnD3JTGMI=", - "entityAddress": "oasis1qr0acnmfrjkga5e578h7y3v2m2g7h85t8vzl648z", - "nodeId": "2dG+6kk8gBTeSBb+EKB0nG6p6JnoTgjlcuVDc0iVt6U=", - "nodeAddress": "oasis1qr28ztfw2duycmnjuqpca5rca28z4nj26uzjpq46", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "4.90", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 183, - "entityId": "7KdtH2EdgZ2VtQvWRIVNbiYYE4uQptw9CvGf7lGm3lQ=", - "entityAddress": "oasis1qza428eat7ppvamd33ry7xs7tlqslqnydcrp70s0", - "nodeId": "ZJxxFZRtnO0bbagb5vpaMc8sdlIT7dysvkZRF1wz46c=", - "nodeAddress": "oasis1qzwvk459zes5npqjqa6nmreapf43899dcypx2lw0", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "4.90", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 184, - "entityId": "7xn53Ajjz6o+zD1MuyHqtCyT7gWBrcmb4Ldk9sFv3YM=", - "entityAddress": "oasis1qr5qes9qvpuccx62k0q5s5lstl07rav99uwm22jg", - "nodeId": "tZl8iAVzSUQz4pJJWZN2yGGRCrKp7lYXMzy39OgaOJw=", - "nodeAddress": "oasis1qq7s4de0wwzrjh67ft6wuwxrne6nyuhhkvd9gns8", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "251.16", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 185, - "entityId": "ipJJSOs8hSh/+RlsNTkupzm3QIH8S6xGdFdf3hgDTAM=", - "entityAddress": "oasis1qp3a3ks7r99y3u7702ler3euxdp33d3h9s5lhp34", - "nodeId": "XGJ4ZYRYFutbv6hpIMynXnUHDtdQi5sEl8/38STO0KY=", - "nodeAddress": "oasis1qpcggs5ze7z7snt33a4hpn5jtl766mzxsckzrdh5", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.00", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 186, - "entityId": "lfzsZzFZIbw63il5j717FjiVwsphYQG2/oU97ixEJgk=", - "entityAddress": "oasis1qzw5j0rxw9xdgt97wtrwrwxts0x7w0vk0c2gewtq", - "nodeId": "o+KFxCWnNyUstx2iCbMDvTsf+P/pDCC4lLxlljtOUeM=", - "nodeAddress": "oasis1qzfq8nvrdlsq6ayxgu8v76hta2wc4mddyy2ha6tp", - "name": "StakeLab", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/63585765d299338807f158d6aadd2e05_360_360.jpg", - "website": "https://stakelab.fr", - "twitter": "StakeLab", - "keybase": "stakelab", - "email": "securite@stakelab.fr", - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "9.90", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 187, - "entityId": "3msqvkyk1oqx08+KGUoLlvHoicIr90qZIsm4/nm37lc=", - "entityAddress": "oasis1qzjp96xfmfauvpe6sz99r06q9tah8utlc5lkqr9w", - "nodeId": "Fd0gPFRqgyByXTw7tDLfdfoV8DFrd04UeGXcU2fjuJc=", - "nodeAddress": "oasis1qqtj52nmdqy3udgga36zz2avsqng2j7essc3w2jn", - "name": "StakeTartare", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/282d132c874a37fd6a6014c0e1a7b405_360_360.jpg", - "website": null, - "twitter": "StakeTartare", - "keybase": "staketartare", - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.90", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.025, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 188, - "entityId": "VFhAljTsssfL4wQBGdFqZb00HvxYvbr/BS4i20odc3g=", - "entityAddress": "oasis1qr2n6vk3zexszt5vvfv0mpek4emd8nhc9u0pdhsh", - "nodeId": "50BVbWhha5mmuFKEha6TjpmueKMpuXWgN7FAgT7rs6g=", - "nodeAddress": "oasis1qqklnr6rz8jjardawnul0jlrvghy7kv67q3k8tes", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "326.12", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 189, - "entityId": "uLdRXRMJnSt505UaLrYgIxApHsoyaCR8jfBqSkUiZjA=", - "entityAddress": "oasis1qq6wlr5d26sycqylekpgd4wspgdg5jmjasldzrmc", - "nodeId": "AoXlvvOhUEr5dIWsQesNPSX300cNk5E6f4cJFcCuH5w=", - "nodeAddress": "oasis1qrmc0kj3tkd3ryxfx9nmqxev5gecqp87w5g442vs", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "200.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "204.80", - "totalShares": "200.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 191, - "entityId": "+dkArz44TMcBjJjDbxZG+dGsOf627bO682jt5bWyZF8=", - "entityAddress": "oasis1qzws86jlwurt3e4vrm9tmywgpamhn7l8mglrxl6h", - "nodeId": "17P2zUqKOgmtEjl+66woo71BS3pJvxiIBgcURpq9yRk=", - "nodeAddress": "oasis1qr0udgu5v8gyj8haxrr0xyp7g5zq9fk2tvvratnd", - "name": "londonblockchainlabs (lse)", - "icon": null, - "website": "https://londonblockchainlabs.com", - "twitter": "ldnlabs", - "keybase": null, - "email": "labs@londonblockchainlabs.com", - "description": null, - "escrow": "162.64", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "157.87", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 196, - "entityId": "oPekghIahmyMUzB31IFbXQd6DKdo7lnOYsXIppK2IWU=", - "entityAddress": "oasis1qr8al5vcpqzjspdl8yt27fqc3pydz4alhs0xqp5e", - "nodeId": "Eeze8MB6KgnOs8rE1E90QX5i6JFq+z3e0dkTcxIzF5Y=", - "nodeAddress": "oasis1qp29sa2lpdj86n82dq3744fzqsgp8l869s602k2v", - "name": "ViTAssIM|BrAzZzeRs ", - "icon": null, - "website": null, - "twitter": "tHWunE7JUkFY5F8", - "keybase": "vitassim", - "email": "slavaa129@gmail.com", - "description": null, - "escrow": "7.68", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "7.65", - "totalShares": "6.62", - "signs": 8384920, - "proposals": 2050, - "nonce": 0, - "score": 8389020, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.2, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 198, - "entityId": "kt2+K4MMVD0IoPxHcTm31XpqNJVpguWhy8aBJvk98RQ=", - "entityAddress": "oasis1qztpw0744zmes3mchg0ga24zkr2muwdglgs2pk5e", - "nodeId": "TVolPexM4/ukWY6cJzkpTd3VazUzLICHvpL6GRVUnK8=", - "nodeAddress": "oasis1qqhk0rlf06y37udk7lyc2y2fxedq267dhgf2zxtv", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.64", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.64", - "signs": 61903, - "proposals": 0, - "nonce": 0, - "score": 61903, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 200, - "entityId": "uEIx4HIcEhyvBpTBztm8Ayq7md7jocDiULvUhXvMsQU=", - "entityAddress": "oasis1qzayckzyz35zsyan9zgv0gmhdq67ca8fhue6k4n8", - "nodeId": "bh86daBWyw/V9ELNvkw+Pk/E2SC/s5s3Ze3YMQUuIxs=", - "nodeAddress": "oasis1qr9lupvaa33d90qd95r9p8ljtg9e08jk6q3mypl7", - "name": "Venus Stake", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/38c15c5125d804801e8c786e28bc8505_360_360.jpg", - "website": "https://mgt-corp.fr", - "twitter": "DMcrypto_", - "keybase": "expyri", - "email": "pinkiepieh911@gmail.com", - "description": null, - "escrow": "0.13", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.01", - "totalShares": "0.13", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.04, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 201, - "entityId": "qFLhQqBtg66RSAQhECNshQqn8LIDCTp4Zn5ogK/vhs0=", - "entityAddress": "oasis1qqa3d6e2h3dcdj38rnpgk04grcf6p4weh534vmfs", - "nodeId": "D914hsabazXXB69p/dw9UntXRHBc/0eZMY1pO6IQcco=", - "nodeAddress": "oasis1qr848ukmg966awdxff5qh5tvl3s5fuvvq56t2s9h", - "name": "SSSnodes", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/4f63c88e3fc7c1b719ebdc7562eee505_360_360.jpg", - "website": "https://www.sssnodes.com", - "twitter": "SUPERHILL3", - "keybase": "SSSnodes", - "email": "SSSnodes@163.com", - "description": null, - "escrow": "0.08", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.04", - "totalShares": "0.07", - "signs": 6848445, - "proposals": 63635, - "nonce": 0, - "score": 6975715, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 202, - "entityId": "9evetZ2+gz5EytUN+oKTtjk/tk4IJLoxbtERjE6xc3g=", - "entityAddress": "oasis1qqvljqym4nd7xa48rtq5nmwswlxt5n83uv24l7zu", - "nodeId": "6YL7k9yDIaaLJz3IkYiZFCP+zZT6XF3pFQjiyLW29Fo=", - "nodeAddress": "oasis1qrgetd830rgpmf4smes6yhm9njhtga5saqqc4huq", - "name": "QuantaStakes", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/984022256da20635152ae218d170f205_360_360.jpg", - "website": "https://quantalabsinc.github.io", - "twitter": null, - "keybase": "hashmesan", - "email": null, - "description": null, - "escrow": "0.06", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "205.01", - "totalShares": "0.06", - "signs": 12604, - "proposals": 0, - "nonce": 0, - "score": 12604, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 203, - "entityId": "XQJ6NvR5WrfyMjKsNVcjOcvDRiFbAzfiUwoAhtggDxQ=", - "entityAddress": "oasis1qry45a506cper3uslzemseek9qffg9qz5c46xrde", - "nodeId": "RTni7Wpz7VniciU0PbwwBnJR/0xZBbPuB7OroKnyyJw=", - "nodeAddress": "oasis1qzxxzrr3kthwgr34etwvkjtldtlwql2l6524jea6", - "name": "MGT CORP", - "icon": null, - "website": "https://mgt-corp.fr/", - "twitter": "expyri_", - "keybase": "keybase_handle", - "email": "pinkiepieh911@gmail.com", - "description": null, - "escrow": "0.01", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.01", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.02, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 204, - "entityId": "4AfzFStFRGEbfiAZl10gk8+xA8NVkWtumxJPY7cf0gg=", - "entityAddress": "oasis1qzgfrauyppwvfpkjcsxmhjxu5qtp909qtuvslqjc", - "nodeId": "+qAEJfFUZhatxFEiSaEFtz7MD7gthkRUhBo7hZDmoGc=", - "nodeAddress": "oasis1qzr8ufurtl3cqjjlg8e09q6wk2hg3uvtsql48vvv", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "51241.22", - "totalShares": "0.00", - "signs": 114000, - "proposals": 1, - "nonce": 0, - "score": 114002, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.01, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 205, - "entityId": "r+yk07pGQ8gi9CiMZX1skI/nrrHyRXMpALFs5YWj/z4=", - "entityAddress": "oasis1qzf7u0w4ueuapvppslgufy02hznef0l8lvhp4q9p", - "nodeId": "jqnsVyewFRvmYhhf4y0HoKXlMJkKQtdsnglqoOaAr2c=", - "nodeAddress": "oasis1qq2528n9fw0320hy6wd9ukhd8mggxejucgc5ewys", - "name": "Cypherpunk Capital", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/46ab03d52a0283e53a97ecbcbb94f005_360_360.jpg", - "website": null, - "twitter": null, - "keybase": "jcjs", - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.97", - "totalShares": "0.00", - "signs": 1911997, - "proposals": 565, - "nonce": 0, - "score": 1913127, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.05, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 206, - "entityId": "+MBgzI9mlzJsOxIDVib7XsY4X4a4YqX67dpH8It9sX4=", - "entityAddress": "oasis1qq9dy5xlkrp6y3ckfp8rx8edq77c88ttl5qe3p2u", - "nodeId": "QHpgQ6U46RryD/SAapArUbd9SZfT5/dH905SurFEfHU=", - "nodeAddress": "oasis1qr7m76ufj6sg8ll3nw6xw0gcfvylz7gy4vftpg2z", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "1.45", - "totalShares": "0.00", - "signs": 16220, - "proposals": 0, - "nonce": 0, - "score": 16220, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 217, - "entityId": "BgBsi5dWiR97nyu3OT5cS2f4z4L9DTknMBSCWvk7P3c=", - "entityAddress": "oasis1qq5huvjkenm46zzsvgdt6evgjq6h7xp92cdh6826", - "nodeId": "dgWi2oZTxkbGXq5M7yszW1yaoiQU0uhRS67fmDd5ZtM=", - "nodeAddress": "oasis1qp04j6sx7w528zx7mspc89hnd95r944shg8kugfs", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.00", - "signs": 541921, - "proposals": 13, - "nonce": 0, - "score": 541947, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.005, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 218, - "entityId": "GHeH3rj01wkAeQk2ghpQ00VucabZr7NIr75xXAJ6E2Y=", - "entityAddress": "oasis1qqm6hnxzwm5h04zqh4fm0w2eygx0kuj9rymg48m5", - "nodeId": "QncMDcMHlFfwXy9Ic0ssOiZQqUjxFefxCXgVOOkW8gs=", - "nodeAddress": "oasis1qpgthm5m39cfsdeg09t3y5vta882u9k9fuh4ddy6", - "name": "HashFabric", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/951b357eb90132ce4f2e2728ee54b805_360_360.jpg", - "website": "https://hashfabric.net", - "twitter": null, - "keybase": "hashfabric", - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "235093.91", - "totalShares": "0.00", - "signs": 1053711, - "proposals": 51, - "nonce": 0, - "score": 1053813, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.07, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 224, - "entityId": "yWhpN98Hw4y2ecAnj83hAG8xpIu1caG7dB3ZVWnrmU0=", - "entityAddress": "oasis1qqudydgysjs9pd82hg3ng33p6756z7g9j5qtpfdx", - "nodeId": "eMZYeqfL4394HxQgS+O3FVrE+H9HaLCultIy4jq61MY=", - "nodeAddress": "oasis1qqdnetmncfw56xjnsreugfrf444c0dxtduym4z08", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 225, - "entityId": "c06cJwTc8P/W+Ub/XkTldOPTlOsLWHzxLJjw8ZmdhN4=", - "entityAddress": "oasis1qr83gwvsy5zhxhcf442uluzf2lsx7ufdqv0qes78", - "nodeId": "JkSOsgtt6ZJAhpKKLtdkoFrwD3XsBef17tCQVr2TAPg=", - "nodeAddress": "oasis1qqqz0vn402c3j4a695y7w4357nh44hu9p58vthuw", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 226, - "entityId": "EmteZub24u2lUqW86dixuqAp7sUE0B3/BzJlvI91aBQ=", - "entityAddress": "oasis1qzlh9lv59v880qh7xd2z3nkqdzdxvcj7h5kpq3pg", - "nodeId": "7sEy94MrhISeukLfd0i0dFgArfzzex5jliNDf6ZUais=", - "nodeAddress": "oasis1qqrdavas7svfz36f0jy7mrp436kaj6dukyncapyf", - "name": "DeviseR", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/6b19b5530bbb695b6441b5dd0baede05_360_360.jpg", - "website": null, - "twitter": "razonchain", - "keybase": "razmataz", - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.01", - "totalShares": "0.00", - "signs": 329998, - "proposals": 16, - "nonce": 0, - "score": 330030, - "delegators": 1, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.1, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 207, - "entityId": "l6cdyai+kv1YtHP2akpQeYV1WX3WkcbhxgyTjLVimn4=", - "entityAddress": "oasis1qpp3q8rezyes0mk6ktavuyp8x5guvjmms59u7rda", - "nodeId": "CdkwtGiLORGxhnnREGa1N6hFsyAFCcKMNyfx365a/dI=", - "nodeAddress": "oasis1qphgf8xx23ganyq9yxtcyc06ysqwk8rnw5kx5r3s", - "name": "shutdown", - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.10", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 208, - "entityId": "Z/nXBiuk1Oyg1foSdXKqjyynjGBTROsikO0S1qDhGJQ=", - "entityAddress": "oasis1qrs8xpzhevja678g435afvkvs4h6xm6qzgdz6slf", - "nodeId": "j2Y9KQ0RnuF3Hu2+eUwyaGEDKvxI2II25AWepr6Ipm4=", - "nodeAddress": "oasis1qrsfyug2ersl38v8c0kjesew2u4ujle92g35xdnc", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "7137.21", - "totalShares": "0.00", - "signs": 3424169, - "proposals": 422, - "nonce": 0, - "score": 3425013, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 209, - "entityId": "OxR/p3foYvl2S70WOD3n4miOg7/pArPjN/B2RgBZalU=", - "entityAddress": "oasis1qzpltjryl38jdmd03309z8z87gcl32v53q6xshwq", - "nodeId": "7+2uZHzBuR+OcNfMh6fIO3lUs21iR5qQ0pP+T2W7X9o=", - "nodeAddress": "oasis1qq43paq2pnra7dcs5f3gpsfemej77cmmtunwl2cl", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "6972.05", - "totalShares": "0.00", - "signs": 3466944, - "proposals": 429, - "nonce": 0, - "score": 3467802, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.15, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 210, - "entityId": "vchiMjbV2Da7pgmadLeMsPqonsvJD6d0ejN0S+2I4pA=", - "entityAddress": "oasis1qpw9clas6p53f44vq9vu7m5kzta2z23gcu8qezq5", - "nodeId": "EHBVNryoi5UQrr+ESrkluLKPhxV9Pc2miks9CW3/LwU=", - "nodeAddress": "oasis1qp3xsz4rrcvtuxl7vnzupkttfv8ye43xu5ht05un", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.98", - "totalShares": "0.00", - "signs": 74524, - "proposals": 0, - "nonce": 0, - "score": 74524, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.02, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 211, - "entityId": "eaffKG9BfI5jiWJfq5aFT8ELxRo8o3/gCem51kicOSM=", - "entityAddress": "oasis1qr72azh6e5fx2gxrtea7pgkc434r2mnfrv0ex0su", - "nodeId": "cYZnY75KlSY3jrR0hOaOEHIjdSb6VbP0E7cIw5wGHvg=", - "nodeAddress": "oasis1qp2vz6xd9sflsl59h896evxcd9mzf2sxzqmtvxq8", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "479.72", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 212, - "entityId": "DVovm7tdUXlFm9m8BP00H2vg/AklgC2SHIomgq0AOdo=", - "entityAddress": "oasis1qp806myghnnftpyvchz95mwvvuy5ayrn6yjqgxgz", - "nodeId": "MxX5Quw5A9/ncqz3gci3xOtYFoxred/r+ly8n+20/LM=", - "nodeAddress": "oasis1qz80zwhp200xnqh99h9r6ckf3vfdvcfqcc3j3mqs", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "406.90", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 213, - "entityId": "PDIYugeaMOGWXwxUWHho+JayUKCAuI9QcMG03297SDU=", - "entityAddress": "oasis1qzenkfh7n9q376033p8jdxjhv6hjz45cmy5fuanj", - "nodeId": "9tkzLRfm4CbXh4QM9JBeGrEVzzTqNATKj0elFlkuVX0=", - "nodeAddress": "oasis1qz0zz66umtljysug4kzgfye7gnuank25ycdkju5a", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 214, - "entityId": "PLaRR4hwHZ+nJKxIUzBm7m69UYV7WWjAMX62CXsUjBA=", - "entityAddress": "oasis1qpujya6e0m08y8fmvnpmvxur3htaves5sgwumzgg", - "nodeId": "m6aikLQBqr4lIxL3eQnWGRqTQOgQv5vOVhmEyW9moqI=", - "nodeAddress": "oasis1qp4lck0lnj992r9z9je0fq7a5hycnhggtq72e8xp", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "499.90", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0.03, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 215, - "entityId": "EMocfU8+k8g40RFIrEQzXxnmjvkLl0lTm9HdlvLuBrY=", - "entityAddress": "oasis1qr6up5yhuqyngscsst7n9epnhg2uwmumwuttlh0w", - "nodeId": "TiR0VuwrEMJ00/VMFhpQ0E15wqTnHudxRzdgPaf9fB8=", - "nodeAddress": "oasis1qra9afgtp4d6nnn697crjk7y7dhxeja7egt6t57f", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.30", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 216, - "entityId": "U03eVZSaaFjBvZgegmOE5Mxj7pGshdzlYWrrYE5gaTw=", - "entityAddress": "oasis1qpq9ezgwhptl6897f96g2m6d92wgxq692vte54jt", - "nodeId": "NhcI+gGA7XFAQ8/B39GEcWMDFDQ6f2ShdlYuPOSiC0A=", - "nodeAddress": "oasis1qz6ardjkd2prxhak33djqklcjfn7c5cfwygrqwyh", - "name": "shutdown", - "icon": "https://s3.amazonaws.com/keybase_processed_uploads/fcd6c8605c84a42b7828a5590b98be05_360_360.jpg", - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.03", - "totalShares": "0.00", - "signs": 169461, - "proposals": 9, - "nonce": 0, - "score": 169479, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 219, - "entityId": "iS7TNJcNdSD2TZCxLegFsaO8xPXW4VD8ZSKHrb47LgI=", - "entityAddress": "oasis1qphhnqpgrylyz6ku2lypg8gv0dr54xam9ujj0kdd", - "nodeId": "LNUyZRkEPdv1cbtmSXeHcdvcPec4HlI7IxX6DH91YjM=", - "nodeAddress": "oasis1qqjwd2u8fme9scfq7fjmcrxgzpqn2uunegd9txy4", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.00", - "signs": 66438, - "proposals": 1, - "nonce": 0, - "score": 66440, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 220, - "entityId": "febKv2xIfcJxGKO14Qvk/zY9cHpxxwZosD/Zf+Lsk8s=", - "entityAddress": "oasis1qqffexvlhd7d4u8vrqdgzc9qlkdzzz4dcvdf7juk", - "nodeId": "GrurMBZn1xsLAoDD/6mVoZFM8KuDTzvbym25UZYfqLE=", - "nodeAddress": "oasis1qrrpndzrcs4fw48ne07ayc3a54wptp4x5q79grz6", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "200.00", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 221, - "entityId": "64K+LTFoIjyXw0muLAtEWRkZyq0R+3/efPFA6+ZAf+U=", - "entityAddress": "oasis1qqxqueckyxhtwn98h2slhq6h8kd94vl5qgetwh48", - "nodeId": "6Dci5kaZmG+bcOqIhR9pwYJh7ygVgHTYO0rnR10UCFA=", - "nodeAddress": "oasis1qr7734qm8sfg2maf8jmdccg3wz8f6y82ng5pfzyp", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 222, - "entityId": "u7vTHuaFoUcRqUQQWB9d5K7SLtWikkcO9co8CA3GcwU=", - "entityAddress": "oasis1qqywzjl46m5ju5vfj3h62pz3jaydkg3agu2grpc5", - "nodeId": "qIr597jyzMEZcHXgXAOcykNUqqwcv48l4Rnr8TvyLPY=", - "nodeAddress": "oasis1qrhs2x366d42aq2l7yq9xqfhsl6tgp2nxc5p0jjt", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "103.96", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - }, - { - "rank": 223, - "entityId": "BPL6tN82ouSd3KOo3nxyo1JvVjUKDHgHBUoR9r3Wcsc=", - "entityAddress": "oasis1qpdlqz373hcqvafadd3lxptj42x84sws35s02r4r", - "nodeId": "X8Jw2OjKnfGAy0ZBSZVp2rzb2isV8hRyc6GQyK3dQUk=", - "nodeAddress": "oasis1qpcq28ushynkz2ulay0ttg7u8pd2el3cng74fwnx", - "name": null, - "icon": null, - "website": null, - "twitter": null, - "keybase": null, - "email": null, - "description": null, - "escrow": "0.00", - "escrowChange24": "0.00", - "escrowPercent": 0, - "balance": "0.00", - "totalShares": "0.00", - "signs": 0, - "proposals": 0, - "nonce": 0, - "score": 0, - "delegators": 0, - "nodes": null, - "uptime": "0%", - "active": false, - "commission": 0, - "bound": null, - "rates": null, - "bounds": null, - "escrowSharesStatus": null, - "escrowAmountStatus": null, - "status": false - } - ] -} From e132d2b094769bd6b9c96cf24ccf0a5835669393 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Thu, 9 Jan 2025 08:24:14 +0100 Subject: [PATCH 2/2] Update API bindings --- src/vendors/nexus/models/Validator.ts | 8 ++++---- src/vendors/nexus/openapi.json | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/vendors/nexus/models/Validator.ts b/src/vendors/nexus/models/Validator.ts index 8e5e566979..d0598fb962 100644 --- a/src/vendors/nexus/models/Validator.ts +++ b/src/vendors/nexus/models/Validator.ts @@ -78,10 +78,10 @@ export interface Validator { active: boolean; /** * The second-granular consensus time. - * @type {Date} + * @type {string} * @memberof Validator */ - start_date: Date; + start_date: string; /** * The rank of the validator, determined by voting power. * @type {number} @@ -131,7 +131,7 @@ export function ValidatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): 'voting_power': json['voting_power'], 'voting_power_cumulative': !exists(json, 'voting_power_cumulative') ? undefined : json['voting_power_cumulative'], 'active': json['active'], - 'start_date': (new Date(json['start_date'])), + 'start_date': json['start_date'], 'rank': json['rank'], 'in_validator_set': json['in_validator_set'], 'media': !exists(json, 'media') ? undefined : ValidatorMediaFromJSON(json['media']), @@ -156,7 +156,7 @@ export function ValidatorToJSON(value?: Validator | null): any { 'voting_power': value.voting_power, 'voting_power_cumulative': value.voting_power_cumulative, 'active': value.active, - 'start_date': (value.start_date.toISOString()), + 'start_date': value.start_date, 'rank': value.rank, 'in_validator_set': value.in_validator_set, 'media': ValidatorMediaToJSON(value.media), diff --git a/src/vendors/nexus/openapi.json b/src/vendors/nexus/openapi.json index c8da170abb..b5474f68b1 100644 --- a/src/vendors/nexus/openapi.json +++ b/src/vendors/nexus/openapi.json @@ -3737,7 +3737,6 @@ }, "start_date": { "type": "string", - "format": "date-time", "description": "The second-granular consensus time.", "example": "2022-10-15T00:05:34Z" },