Pages:
Author

Topic: The Graph Protocol - APIs for a vibrant decentralized future - page 3. (Read 1095 times)

sr. member
Activity: 1232
Merit: 331
DAO MAKER
If you are taking part in Graph Curator programm - the 3-rd round deadline is moved to Thurs, Dec 10th @ 9pm PST.
hero member
Activity: 1610
Merit: 508
How many tokens they sold to private investors? if they raised 12 mln usd with price 1 GRT = 0.03 usd, than they sold only 400 mln tokens, but total supply are 10 billions tokens  Huh
This information isn't public yet. And team sad that they will give inforamtion about this before network launch. But in telegram chats some investors from 2018 gave to community information that on seed and privat rounds was sold 1.6 bil tokens with average price near to 1 GRT = 0.003-0.004 usd. It's like almost 10x from ICO price. But all these tokens will be locked for 6 months. While all ICO tokens wull be unlocked from the start.

ICO Token Price was: 1 GRT = 0.03 USD. So do u probably mean that below ICO price in 10 times?
I don't think its fair according all investors to hide info about token metrics.
sr. member
Activity: 1232
Merit: 331
DAO MAKER
How many tokens they sold to private investors? if they raised 12 mln usd with price 1 GRT = 0.03 usd, than they sold only 400 mln tokens, but total supply are 10 billions tokens  Huh
This information isn't public yet. And team sad that they will give inforamtion about this before network launch. But in telegram chats some investors from 2018 gave to community information that on seed and privat rounds was sold 1.6 bil tokens with average price near to 1 GRT = 0.003-0.004 usd. It's like almost 10x from ICO price. But all these tokens will be locked for 6 months. While all ICO tokens wull be unlocked from the start.
full member
Activity: 448
Merit: 100
please give us information about your team, and roadmap from all stages with exact date. that can make people trust to your project.
hero member
Activity: 1610
Merit: 508
How many tokens they sold to private investors? if they raised 12 mln usd with price 1 GRT = 0.03 usd, than they sold only 400 mln tokens, but total supply are 10 billions tokens  Huh
sr. member
Activity: 1232
Merit: 331
DAO MAKER
Some Aditional infromation about project.

Less than month ago was Graph ICO where they have collected 12kk+ in 2 rounds - more information here https://thegraph.com/blog/public-sale-announcement

The token launch is palning in several mounths. I think it would be in 2021 already  Smiley January or February.

$12M is actually not small money during this pandemic. reading the article above, it seems that this project is a very promising one, imo. you couldnt attract those 4500 individuals to invest in a blockchain project if they are not seeing something rock solid here!
so is the team still planning to promote this project in the forum even after that successful sale?

and if youre not a team member of this project, are you an investor on this project? it is better to have official rep from their team, if possible. as this is quite a good project to watch out for...for sure those investors would like to see this project be known to the largest crypto community.
The second round on investment ended in 8 min. There was much more demand Than token Supply left. Somebody counted that demand was like in 25kk+, while they have collected only 12kk.

Yep I am investor and also taking part in Graph Curator programm. And i don't think that team of the project will  create official rep here. coz project trying to be fully decentralized and community driven. When project will go live all administration will be thru Community Governance ( token holders ).
legendary
Activity: 3066
Merit: 1101
Leading Crypto Sports Betting & Casino Platform
Some Aditional infromation about project.

Less than month ago was Graph ICO where they have collected 12kk+ in 2 rounds - more information here https://thegraph.com/blog/public-sale-announcement

The token launch is palning in several mounths. I think it would be in 2021 already  Smiley January or February.

$12M is actually not small money during this pandemic. reading the article above, it seems that this project is a very promising one, imo. you couldnt attract those 4500 individuals to invest in a blockchain project if they are not seeing something rock solid here!
so is the team still planning to promote this project in the forum even after that successful sale?

and if youre not a team member of this project, are you an investor on this project? it is better to have official rep from their team, if possible. as this is quite a good project to watch out for...for sure those investors would like to see this project be known to the largest crypto community.
sr. member
Activity: 1232
Merit: 331
DAO MAKER
Some Aditional infromation about project.

Less than month ago was Graph ICO where they have collected 12kk+ in 2 rounds - more information here https://thegraph.com/blog/public-sale-announcement

The token launch is palning in several mounths. I think it would be in 2021 already  Smiley January or February.
sr. member
Activity: 1232
Merit: 331
DAO MAKER



The Graph is an indexing protocol for querying networks like Ethereum and IPFS. Anyone can build and publish open APIs, called subgraphs, making data easily accessible.

How The Graph Works

The Graph learns what and how to index Ethereum data based on subgraph descriptions, known as the subgraph manifest. The subgraph description defines the smart contracts of interest for a subgraph, the events in those contracts to pay attention to, and how to map event data to data that The Graph will store in its database.

Once you have written a subgraph manifest, you use the Graph CLI to store the definition in IPFS and tell the hosted service to start indexing data for that subgraph.

This diagram gives more detail about the flow of data once a subgraph manifest has been deployed, dealing with Ethereum transactions:



The flow follows these steps:

1.  A decentralized application adds data to Ethereum through a transaction on a smart contract.
2.  The smart contract emits one or more events while processing the transaction.
3.  Graph Node continually scans Ethereum for new blocks and the data for your subgraph they may contain.
4.  Graph Node finds Ethereum events for your subgraph in these blocks and runs the mapping handlers you provided. The mapping is a WASM module that creates or updates the data entities that Graph Node stores in response to Ethereum events.
5.  The decentralized application queries the Graph Node for data indexed from the blockchain, using the node's GraphQL endpoint. The Graph Node in turn translates the GraphQL queries into queries for its underlying   data store in order to fetch this data, making use of the store's indexing capabilities.
6.  The decentralized application displays this data in a rich UI for end-users, which they use to issue new transactions on Ethereum.
7.  The cycle repeats.



The Graph Network decentralizes the query and API layer of Web3, removing a tradeoff dApp developers struggle with today: whether to build an application that is performant or to build an app that is truly decentralized.

Today, developers can run a Graph Node on their own infrastructure, or they can build on our hosted service. Developers build and deploy subgraphs, which describe how to ingest and index data from Web3 data sources. Many leading Ethereum projects have already built subgraphs including: Uniswap, ENS, DAOstack, Synthetix, Moloch, and more. In The Graph Network, any Indexer will be able to stake Graph Tokens (GRT) to participate in the network and earn fees as well as inflation rewards for serving queries.

Consumers will be able to use this growing set of Indexers by paying for their metered usage, proving a model where the laws of supply and demand sustain the services provided by the protocol.


Protocol Roles

These are the roles that interact with the system, the behaviors they must engage in for the protocol to function correctly, and what incentives motivate them.

-    Consumers. Consumers pay Indexers for queries. These will typically be end users but could also be web services or middleware that integrate with The Graph.
-    Indexers. Indexers are the node operators of The Graph. They are motivated by earning financial rewards.
-    Curators. Curators use GRT to signal what subgraphs are valuable to index. These will typically be developers but they could also be end users supporting a service they rely upon or a persona that is purely financially motivated.
-    Delegators. Delegators put GRT at stake on behalf of an Indexer in order to earn a portion of inflation rewards and fees, without having to personally run a Graph Node. They are financially motivated.
-    Fishermen. Fishermen secure the network by checking if query responses are accurate. Fishermen are altruistically motivated, and for that reason, The Graph will initially operate a fisherman service for the network.
-    Arbitrators. Arbitrators determine whether Indexers should be slashed or not during dispute resolution. They may be financially or altruistically motivated.


ALL information about project is Took from here https://thegraph.com/blog/the-graph-network-in-depth-part-1 and here https://thegraph.com/docs/introduction#what-the-graph-is

OTHER PROJECT LINKS:

SITE - https://thegraph.com/
DOCS - https://thegraph.com/docs/
SUB-GRAPH EXPLORER - https://thegraph.com/explorer/
GITHUB - https://github.com/graphprotocol
TWITTER - https://twitter.com/graphprotocol
TELEGRAM - https://t.me/graphprotocol
DISCORD - https://discord.com/invite/vtvv7FP


P.s. I am not a project team member.
Pages:
Jump to: