Bitcoin Forum
May 27, 2024, 12:26:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] LibreFortune: an App Ecosystem Based on a Modern Reification of PoS  (Read 1450 times)
rexzhao (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 15, 2015, 02:30:43 PM
Last edit: June 19, 2015, 07:15:34 AM by rexzhao
 #1

LibreFortune: an App Ecosystem Based on a Modern Reification of Proof-of-Stake

Project LibreFortune (white paper) originates from a critical thinking on the following two questions: does Proof-of-Stake work, and what should we build with it.

Does Proof-of-Stake work?
It is strange to ask this question today, given that many pure PoS designs have already been proposed out there. However, existing PoS designs either have security defects, or remedy security defects at the sacrifice of decentralization. After a year of careful designing and refinement, we have found a way to achieve security, fairness and decentralization at the same time, although, it takes a radical redesign from the very basic idea of Proof-of-Stake.

What do we build with it?
Given a solid blockchain with a very low operating cost, people can do a lot. Our choice is to build an app platform based on this, which can greatly simplify the development of decentralized apps. (See our whitepaper for workflows of example decentralized apps, and see the FAQ for a comparison with Ethereum).

Key Contributions
  • We propose an original blockchain technology with critical innovations in the PoS block generation protocol and the main chain protocol. The well-designed protocols successfully eliminate incentives for off-main chain mining, as well as chances of early setup in mining, achieving a clean probability model of the mining process. It is the first pure PoS protocol that realizes resistance against long-range attack without compromising the decentralized consensus model.
  • We propose a mode-based transaction system with a powerful and intuitive transaction control. This allows designing and implementing advanced transaction contracts in a straightforward way.
  • Based on the solid blockchain and transaction system, we built a platform which directly provides pragmatic high-level APIs/Events for the apps to query/subscribe/publish blockchain data/events. Existing apps can easily migrate to the platform and start to leverage LibreFortune's infrastructures and powerful payment system.

An advanced PoS blockchain protocol, a powerful transaction system, and barrier-free accessibility --- together they make LibreFortune very promising to quickly evolve into an active app ecosystem, which will bring concrete and rich demands to the system.

Progress of Development
Core Components:
  • Decentralized, fair and secure pure PoS protocol. [Done];
  • Transaction system. [Done]
  • Networking. [Done]
  • Rpc server. [Done]
  • Wallet. [Done]
  • Blockchain explorer. [Done]
  • Desktop Qt UI. [Done]
  • App platform. [ In Progress. ETA: In December]

Future Enhancements:
  • Confidential transaction

Resources
Home page: www.librefortune.org
White Paper: www.librefortune.org/res/librefortune-whitepaper.pdf
Discussion: www.reddit.com/r/LibreFortune
Binaries: TBD

Q/A
(Frequently asked question will be added to this list.)

Why not distribute all genesis coins at once?
Please read the “Initial Distribution” section of the white paper.

Is this project open source?
Yes. LibreFortune's canonical client, which is written in C++11, will be open source gradually after the binary is released.

What is the difference between LibreFortune's app platform and Ethereum's smart contract system?
In Ethereum, apps run on EVM (Ethereum virtual machine) and app executions cost ether (coin of Ethereum). In LibreFortune, apps run independently and communicate with LibreFortune via high-level APIs and event callbacks. Thus LibreFortune virtually imposes no constraint on the apps (type, size, run time, etc.). Video games, social apps, shopping apps, etc. can all be placed on LibreFortune's platform.

In Ethereum, app executions may cause blockchain state transition. For the consensus of the network, every node has to perform every triggered app execution, even the user running the node has nothing to do with the app, and has no idea what the app is doing. In LibreFortune, app execution cannot change blockchain directly, and users are free to choose which apps to install and run, just like normal apps.

Ethereum's strength is in allowing apps to change the ledger directly during execution. This enables some simple app like gambling to run in a fully decentralized way. In LibreFortune, apps cannot change the ledger directly. Thus an app that needs to change the ledger (e.g. lottery) has to issue a new asset to achieve a similar effect by redistributing this new asset, or just keeps its client-server pattern. On the other hand, LibreFortune provide better support for apps which do not need to change the ledger (e.g. distributed DNS server), and apps only need to make transactions through the platform's APIs (e.g. in-app purchase apps)  .
rexzhao (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 15, 2015, 02:39:08 PM
 #2

reserved
niceal
Member
**
Offline Offline

Activity: 209
Merit: 10


View Profile
June 15, 2015, 02:49:39 PM
 #3

ok,Modern Reification!
TheProf
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
June 15, 2015, 02:50:10 PM
 #4

Reading....
niceal
Member
**
Offline Offline

Activity: 209
Merit: 10


View Profile
June 15, 2015, 02:55:44 PM
 #5

Why not go to the exchange to IPO?
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
June 15, 2015, 05:33:35 PM
 #6

The whitepaper is promising, I give you that but keeping 10% of the total coin supply for the devs is definitely not going to fly (and then there's asking for donations).
That amount early in the coin's life with expected poor liquidity is almost a form of centralization because that amount if dumped would kill the the coin.
So people would need to trust you not to dump it and that doesn't bode well.

And I still don't get how a coin can start with PoS and be successful when there are no miners who are incentivized not to sell the coins below cost of production which creates a floor. There's no floor with PoS so their price is artificial until there's utility and high demand behind it.

I would also argue that staking is not a form of mining.

Not your keys, not your coins!
rexzhao (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 16, 2015, 02:16:54 AM
 #7

I agree with that the utility and demand is critical to the value of a crypto-currency. That is why LibreFortune regards both designing a reliable PoS protocol and building an open app platform as its core missions.

As for a price floor, even in PoW, a miner mined coins at 100$/coin does not mean he won't sell it at a price below 100$/coin, although he's unwilling to. Actually for PoS, the reluctance to sell (due to high relative mining rewards and virtually no mining cost) is more worrisome. And that is why we adopt a three-year multi-stage distribution plan.

In a PoS system with fair mining, by mining a miner gains more coins, but the percentage of all coins owned by the miner doesn't increase. But stop mining will cause forfeiting mining rewards. Thus PoS mining reward can be seen as an incentive to NOT stop mining.
-Greed-
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000


Decentralized Jihad


View Profile
July 08, 2015, 10:30:58 PM
 #8

Watching. @rexzhao, please post any updates/news when you have ones. Thanks.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!