Log in
Enquire now
Pocket Network

Pocket Network

Pocket Network is a decentralized RPC protocol to access any blockchain founded in 2017 by Michael P O'Rourke, Luis Correa de Leon, Luis Ramon Correa de Leon and Pabel de Jesus Nunez Landestoy.

OverviewStructured DataIssuesContributors

Contents

pokt.network
Is a
Company
Company
Cryptocurrency
Cryptocurrency
Organization
Organization

Company attributes

Industry
Web3
Web3
Blockchain and cryptocurrency
Blockchain and cryptocurrency
Cryptocurrency
Cryptocurrency
Decentralized autonomous organization (DAO)
Decentralized autonomous organization (DAO)
Application programming interface (API)
Application programming interface (API)
Location
Tampa, Florida
Tampa, Florida
United States
United States
B2X
B2B
B2B
CEO
Michael P O'Rourke
Michael P O'Rourke
Founder
Luis Ramon Correa de Leon
Luis Ramon Correa de Leon
Michael P O'Rourke
Michael P O'Rourke
Pabel de Jesus Nunez Landestoy
Pabel de Jesus Nunez Landestoy
Luis Correa de Leon
Luis Correa de Leon
AngelList URL
angel.co/company/po...ket-network
Pitchbook URL
pitchbook.com/profiles...266080-24
Legal Name
Pocket Network Inc.0
Legal classification
Corporation
Corporation
0
Number of Employees (Ranges)
51 – 200
Full Address
801 E Whiting St, Tampa, Florida 33602, USA0
4465 W Gandy Blvd, Tampa, FL 33611, US0
Place of Incorporation
Delaware
Delaware
0
Investors
Rockaway Blockchain Fund
Rockaway Blockchain Fund
7 O'Clock Capital
7 O'Clock Capital
Mechanism Capital
Mechanism Capital
0
Arrington XRP Capital
Arrington XRP Capital
C2 Ventures
C2 Ventures
Digital Asset Capital Management
Digital Asset Capital Management
Republic Capital
Republic Capital
Decentral Park Capital
Decentral Park Capital
...
Founded Date
February 1, 2017
Total Funding Amount (USD)
10,000,000
20,250,000
Latest Funding Round Date
January 6, 2022
Exchange
OKCoin
OKCoin
CoinEx
CoinEx
Bybit
Bybit
Bitget
Bitget
Pionex
Pionex
BTCEX
BTCEX
XT.COM
XT.COM
Bkex
Bkex
...
CTO
Luis Ramon Correa de Leon
Luis Ramon Correa de Leon
Latest Funding Type
‌
Corporate funding round
‌
Venture round
Latest Postmoney Valuation
14,100,000
COO
Pabel de Jesus Nunez Landestoy
Pabel de Jesus Nunez Landestoy

Cryptocurrency attributes

Consensus Mechanism
Proof-of-stake
Proof-of-stake
Ticker Symbol
POKT0
Block Explorer URL
explorer.pokt.network

Other attributes

Blog
blog.pokt.network
Circulating Supply
1,020,000,000
CoinGecko ID
pocket-network0
Community Forum
forum.pokt.network
Company Operating Status
Active
Strategic Partnerships
Ankr
Ankr
Centaur
Centaur
Seascape Network
Seascape Network
Cryptocurrency Symbol
POKT0
Invested in
Ferrum Network
Ferrum Network
Latest Funding Round Amount (USD)
10,000,000
Market Capitalization
125,737,459
Token Standard
ERC-20
Ethereum
Total Supply
1,146,111,7110
Wallet
wallet.pokt.network

Pocket Network is the TCP/IP of Web3 node infrastructure – a multi-chain relay protocol that incentivizes RPC nodes to provide DApps and their users with unstoppable Web3 access.

Pocket Network (POKT) - relays data requests and responses to and from any blockchain system

Pocket Network is a utility blockchain that provides vendor applications with access to non-native, external, or third-party blockchains, allowing applications to stake. It also encourages node operators to run third party external blockchain nodes by rewarding them with an embedded POKT.

The world is moving towards a multi-blockchain future. Infrastructure is a vital part of what allows blockchain application ecosystems to mature in this vision of the future. In April 2017, the Ethereum infrastructure platform Infura was processing 175 million API requests per day. Two years later, that number has increased by over 7,000% to over 12 billion requests per day. By lowering the entry barrier for developers to build decentralized applications and providing an easy-to-use, scalable infrastructure, Infura laid the foundation for Ethereum's exponential growth in 2017.

However, this growth is due to the reliance on centralized blockchain infrastructure solutions that create central points of failure for decentralized applications. This is a significant risk to the existence of Ethereum, Bitcoin and the wider blockchain community. This risk can largely be attributed to the problem of incentivizing nodes, where people are not interested in running full nodes for any of these blockchains. Bitcoin and Ethereum have infrastructure and developer advantages that other blockchains do not have. They have a well-maintained and documented infrastructure and API, making it easy for developers to build applications on their networks. New and future blockchains need similar support. A single Pocket interface can provide much-needed infrastructure support for any blockchain.

Pocket Network Architecture

The Pocket Core protocol consists of three components: the application, the nodes, and the network layer. The application (DApp) sends an API request (relay) to the desired blockchain. The pocket nodes must then serve the desired blockchain for which they are intended by returning any data to that application. The network layer provides protocol rules, control, record keeping, and economics for hosts and applications.

Application cycle and nodes

Applications send an API request (relay) to the network, which allows them to read or write any data on the non-native network with which they interact.

At a high level, the process that an application sends to a relay looks like this:

-Falls into a pocket net;

-Passes this request to the pocket node;

-Passes this request to a non-native blockchain node;

-The non-native host processes the request on the non-native network;

-Redirects it back to the pocket knot;

-The application then receives the data (request).

In order for nodes in the network to be rewarded for their work, and for applications to ensure that their request was completed during the session, they would need a way to prove both aspects of this cycle.

This is done using digital signatures. The Digital Signature Algorithm (DSA) allows an application to use its public key or address to sign a request, and then the host accepts that request and checks if it should service the request. After the Validator node validates this request, it sends this relay to the requested blockchain. Once it receives the requested data or transaction response from the desired blockchain, it signs that relay, proving it has done its job, and sends it back to the application.

Application Security

Applications can secure their applications by generating an application authentication token that will be distributed to that application's clients to access the network on behalf of the application.

Node Pocket Validator

The validator's Pocket node performs 2 main functions:

The control room is the first point of contact that the application interacts with. This is a dispatch module that assigns 5 pseudo-randomly selected nodes from the network and then services this request.

Service - Performs the actual relaying of a request, whether it be a read or write of data, to the desired blockchain.

For maintaining these relays, the node will be rewarded for doing this work.

As a Proof-of-Stake blockchain, each Pocket Validator node will be rewarded for every relay it serves in a session. In order to participate in the network, all nodes must have a minimum POKT stake of 15,000 POKT before participation, this rate represents the risk borne by the node operator; a percentage of their POKTs delivered will be burned, and Pocket Node could end up in jail if protocol rules are not followed.

Pocket Knot Seed

Similar to "bootstrap nodes", the Pocket Seed node has 2 main functions:

Peer Discovery: Whenever another Pocket Node on the network connects to a Pocket Seed Node, it broadcasts its IP address and identity so Pocket Seed Node can propagate it to other Pocket Nodes on the network. This is what is known as the "Node Address Book", each pocket node contains one to store all the IDs and IP addresses of its peers.

The control room is the first point of contact that the application interacts with. This is a dispatch module that assigns 5 pseudo-randomly selected nodes from the network and then services this request.

Benefits of Pocket Network

Reliability: Pocket allows a developer to continuously maintain their DApp work with confidence and without having to rely on a single network provider. This is achieved by building various deployment artifacts such as Docker, Kubernetes, docker-compose, etc. to enable our node operators to install Pocket Core software on any server or machine.

Simplicity: We aim to simplify the work of node operators, as well as developers, by providing a JavaScript SDK for implementation in any web application, as well as to simplify the configuration of the Pocket Core command line interface, which a node operator can use to manage and deploy a pocket node.

Network cost: Developers can access the network by staking a minimum of 1 POKT token, which allows them to pay for the relay bandwidth allocated to them. Nodes generate a POKT for every validated API request.

Pocket Node is the core of the Pocket protocol that synchronizes its own blockchain and propagates network transactions. From this starting point, the node operator can choose to upgrade their pocket node to either a validator node or a source node.

Timeline

No Timeline data yet.

Funding Rounds

Products

Acquisitions

SBIR/STTR Awards

Patents

Further Resources

Title
Author
Link
Type
Date

Pocket Network v1 0 Spec Reveal

https://www.youtube.com/watch?v=FzHd8rdUEWA&t=974s

Web

January 28, 2022

Welcome - Pocket Network

https://docs.pokt.network/home/

Web

Welcome - Pocket Network

https://docs.pokt.network/home/

Web

References

Find more companies like Pocket Network

Use the Golden Query Tool to find similar companies in the same industry, location, or by any other field in the Knowledge Graph.
Open Query Tool
Access by API
Golden Query Tool
Golden logo

Company

  • Home
  • Press & Media
  • Blog
  • Careers
  • WE'RE HIRING

Products

  • Knowledge Graph
  • Query Tool
  • Data Requests
  • Knowledge Storage
  • API
  • Pricing
  • Enterprise
  • ChatGPT Plugin

Legal

  • Terms of Service
  • Enterprise Terms of Service
  • Privacy Policy

Help

  • Help center
  • API Documentation
  • Contact Us
By using this site, you agree to our Terms of Service.