The graph is essentially a duplicate ledger based on graph datastructure instead of a sequential database based on timestamps. All blockchains on the market adopt a binary tree structure which in this case is used to store sequential data by timestamp. This makes insertion of data really fast, however it makes sorting the data potentially a lot slower depending on the query. So, the graph structure of this project enables specific query of the data to be a lot faster, so that algorithms can take decision in much faster increments, which can power a lot of financial services and trading algorithms. This is a very unique proposition with real utility that can give huge financial advantages. The project is likely to get used more in the future for those reasons. Show Less