Using ICOs to fund science

Currently, most whitepapers cite scientific papers, but academia people get little from the ICOs.

Here is a proposal how science could be funded by ICOs:

  1. An ICO would voluntary commit, say 1% of proceeds to the science used by the technology.

  2. The LATEX citations section of the whitepaper would include allocations of the proceeds in percentages. Basically, the whitepaper author would decide to allocate, say, 7% to one citation, 5% to another citation etc., the total being 100%.

  3. Then in a pass-through fashion, each scientific paper would voluntarily allocate the percentages to the papers it cites. So if my paper cites papers X,Y, Z I could allocate 40% to myself, 15% X, 20% to Y and 25% to Z.

  4. As a result, you could have every paper to include smart-contract readable allocations, and then a smart contract would essentially create a network flow of money from ICOs to papers cited in the whitepaper, then to second level citations, third level citations etc.

  5. When a professor moves to one university to another, she could “take” her papers with her, so the university would receive funding from the sum of contributions of its faculty.

16 Likes

Interesting! Basically an airdrop into a reputation system for academia. I’d support this.

Another idea is that at the time that they write their papers, scientists could issue tokens for the paper and if desired sell them; then the airdrop would go to the token holders. This could allow scientists to pre-fund work, as well as creating a prediction market for how influential work would be in the future, which may be useful to society for informational purposes.

15 Likes

@kladkogex I’m glad someone posted about this. I had some thoughts along these lines as well -> here. They’re a bit messy, so I’ll just summarize below.

  1. Research coin distribution event (ICO? or just give it researchers and other stake holders)
  2. Each paper, when hits preprint server starts a game.
    • perhaps authors of papers have to stake money as well???
  3. Owners stake research coin so they can peer review this paper
  4. We gather a set pool of staked money for the paper
    • They decide on the validity of the paper
    • And how to initially distribute the distribution of said paper’s individual token in proportion to owners and citations to other papers.
    • This is some type of schelling point game.
  5. Accurate schelling point people are rewarded with some new research coin (in some proportion to how much was staked)
    • Slashing the stake of bad reporters
  6. Once paper schelling point is set, then distribute locked research token recursively to owners of said paper’s token with pro rata of schelling point.
    • Intuition is that peer reviews want to review important papers and therefore will stake tokens to do this.
    • More important papers get more staked token
    • More token flows recursively to the owners of the paper’s token.
    • I guess this is technically securitizing basic research IP, lol
  7. Markets develop for individual paper’s token. These may later on yield great research results and therefore generate recursive payments of research token. As more papers get published, flow of money goes recursively to the paper parent papers/owners. The price of the token’s paper, denominated in research coin may
    • Recursive ownership is important because it incentivizes research with the greatest NPV in terms of research coin.
    • Researchers who publish should get steady payouts as more papers cite them, so they can continue to fund more research.

Nicola at Protocol Labs has written about this as well. https://nicola.io/research-coin/2017

3 Likes

Awesome to read this here! (thank for the mention! :slight_smile: )

I once did a braindump of possible ideas to make this happen (although they are good intuition, I don’t believe they work in practice). The general idea is to combine prediction markets with peer review:

Have fun, hope to see good ideas out of this!

I believe that the right idea is to get rewarded by the papers use as in quoted or referenced, so for a researcher a kind of reputation system, then I also like the idea of @vbuterin to be able to pre-sell access to a specific research area, the only question there is if it could skew the research in a specific way, but I believe that finding new ways to found research should really be a core topic for ICO/crypto investors.

http://ieeexplore.ieee.org/document/7933951/ with 244 downloads I could have gotten some coins out of that paper :slight_smile:

1 Like

While I really like the general use case, I really hope this technology does not result in a popularization of science, in the sense that only really popular research gets proper funding, while newer and fundamental research gets less funding.

I do really like this idea though for the development of open source code and funneling the ICO capital through the dependencies. So proper general cryptography libraries for example get funded by multiple ICO’s.

So for example:
ICO for new Blockchain protocol where 60% of the received funds are used for the development. Then they can spend that by allocating 50% to their own code, and 10% to 5 big dependencies for example. Those dependencies can do the same again.

Is the above use-case worked on already by anyone’s knowledge?

3 Likes

Yes - I think this is a very good point ! We all need things like good crypto libraries, or and there should be a way to fund this …

I have always thought that the white paper itself is not required to be a smart-contract, not on it’s entirety but a reflection of the paper document, so in a similar fashion to how gas in managed, the ICO company can set a price for the citation and the author of the paper can decide to accept it or not.

Having the white paper in the blockchain will come with additional benefits in terms of accountability but they are outside the scope of this thread, I’ve designed a contract for a white paper, let me know if anyone’s interested.

1 Like

Boris nice - may be you can share a GitHub link then ?

I just created a repo for this: https://github.com/bpolania/WhitePaperContract/tree/master

Please note that this is a work in progress, it means that it’s untested and is lacking functionality, the main intention is to define how a white paper could be represented in the blockchain, so at this point it’s better if you think of it as pseudo-code.

Also, I haven’t though about the citation part up until I read this post, so that functionality is not there but I’ll be adding it gradually.

Note that the concept of

can be generalized to airdrops into other reputation systems.

The github repo now has citation related functionality

1 Like

I was thinking about such system but from another angle. What if to create kickstarter for scientists. Scientist or developer may to make a proposal to community to solve some problem and provide proofs of experience to realise it. Community may support his work in safe manner paying for milestones. It’s some kind of (DA)ICO but in model when results became a public property after some time. It’s a kind of open source but in science.

1 Like

Yes, I think generalization would be a good idea – to include support for critical projects in the ecosystem as well (etherscan, etc).

2 Likes

This is also of interest: https://eprint.iacr.org/2018/271

MathCoin: A Blockchain Proposal that Helps Verify Mathematical Theorems In Public

Abstract: A public blockchain is proposed in an attempt to enable the coin holders to participate in verifying mathematical theorems for public access. Incentives are designed to encourage any party to contribute their knowledge by buying tokens of mathematical propositions that they believe are true. The proposed blockchain is a platform for people to exchange their belief in mathematical propositions. An implementation of this blockchain proposal, once established, will provide the general public an easy and instant access to reliable knowledge without having to read difficult proofs or having to blindly trust a small number of experts. Conversely, experts from various fields may find it be much easier for making their work appreciated by more people, leading to a better impact. According to the incentive inherently provided by the blockchain, they can even earn significantly if they do prove some theorems that were not previously known by the blockchain. Foundations who are interested in the validity of a particular proposition not yet explicitly recorded on the blockchain can donate a fund, which will distribute to experts who contribute positive efforts toward solving the specified problems. Only the people who erroneously create or buy tokens of a proposition that is eventually proven false will lose money. A reference design of the proposed blockchain that attempts to achieve the above-mentioned goal is described and reasoned.

1 Like

Is your repository private?
I tried to write my own implementation, it’s not finished and I’m new to this, so any comments are appreciated
https://github.com/MariusVanDerWijden/smartcontracts/blob/master/FundScience.sol

1 Like

I’m not sure how point two would work in practice; as an academic I do not see the incentive for allocating a certain percentage of my paper to each used citation; this mostly sounds like a lot of extra work and I think people will not fully commit to this.

Furthermore, another problem which should be taken into account is how academics tend to uplift their h-index by conducting large research and then publishing the results not as one big paper but as multiple smaller ones, whereby their h-index gets increased and they can receive more citations (by both themselves as other scholars). This is a big problem in academia as it is, but it is hard to check for, and this would be a continuous problem if you allocate a percentage based on citations.

I do not have the answers, but I do think that these are some important issues to take into consideration.

Notwithstanding this, I think your general idea is good and at the very least a very important problem that the blockchain could help solve.

2 Likes

In reality it will not be so easy to do: as an academic if you do not allocate to your peers than the community may not like it. As an academic you know that the academic community is very tightly bound (reviewers, funding etc.)

Of course, I think I may have explained myself unclearly. I wonder about allocating an exact percentage (and determining that exact percentage, you draw on many sources, often also to support the same claim), not about acknowledging your sources in the first place :slight_smile:

What do you think about this: scientist or developer may make a proposal to community to solve some problem and provide proofs of experience to realise it. Community may support his work in safe manner paying for milestones. It’s some kind of (DA)ICO but in model when results became a public property after some time. It’s a kind of open source but in science. Anyway, it’s better to use ICO rating, if you want to invest your money the best way.