forked from BitSharesEurope/bitshares-whitepapers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitshares-general.tex
67 lines (56 loc) · 4.01 KB
/
bitshares-general.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
\documentclass{btswhitepaper}
\title{BitShares 2.0: General Overview}
\input{AUTHORS}
\begin{document}
\maketitle
\begin{abstract}%
BitShares 2.0 is an industrial-grade decentralized platform built for
high-performance financial smart contracts. The decentralized exchange that
allows for trading of arbitrary pairs without counterparty risk facilitates
only one out of many available features. Market-pegged assets, such as the
bitUSD, are crypto tokens that come with all the advantages of traditional
cryptocurrencies like bitcoin but trade for at least the value of their
underlying asset, e.g. \$1. Furthermore, BitShares represents the first
decentralized autonomous company that lets its shareholders decide on its
future direction and products. This paper gives a brief overview over the
whole BitShares platform, recapitulates known blockchain technologies and
redefines \emph{state-of-the-art}.
\end{abstract}
\section { Introduction } \input { content/bts }
\section { Base Token } \input { content/bts-token }
\subsection { Distribution of BTS } \input { content/bts-token-dist }
\subsubsection { Bitshares PTS } \input { content/bts-token-dist-pts }
\subsubsection { Bitshares AGS } \input { content/bts-token-dist-ags }
\subsection { Bitshares Genesis Distribution } \input { content/bts-token-dist-gene }
\section { Business Units } \input { content/bts-orga }
\subsection { BitShares Witnesses } \input { content/bts-orga-witness }
\subsection { BitShares Committee } \input { content/bts-orga-committee }
\subsection { BitShares Budget Items/Workers } \input { content/bts-orga-budget }
\subsection { Proxy Voting } \input { content/bts-orga-proxy }
\section { BitShares: A profitable DAC } \input { content/whatis-business }
\subsection { The Products } \input { content/bts-products }
\subsubsection { Price-stable SmartCoins } \input { content/bts-products-mpa }
\subsubsection { Customizable Assets } \input { content/bts-products-uia }
\subsubsection { Decentralized Exchange } \input { content/bts-products-dex }
\subsubsection { Flexible Identity Management } \input { content/bts-products-idm }
\subsubsection { Variable and Flexible Fees } \input { content/bts-products-fees }
%\subsubsection { International Payments } \input { content/bts-products-pay }
\subsection { Revenue and Expenses } \input { content/bts-revenue-expense }
\subsection { Memberships } \input { content/bts-memberships }
\subsection { Referral Program } \input { content/whatis-growth }
\section { Architecture of BitShares } \input { content/whatis-architecture }
\subsection { Public Ledger } \input { content/spec-bc }
\subsection { Irreversibility of Transactions } \input { content/spec-irreversible }
\subsection { Low Latency Peer-to-Peer Network } \input { content/spec-net }
\subsection { Distributed Consensus Mechanism } \input { content/bts-consensus }
\subsection { Operations } \input { content/bts-ops }
\subsection { Transactions } \input { content/bts-txs }
\subsection { Proposed Transactions } \input { content/bts-txs-proposed }
%\subsection { Objects } \input { content/bts-objs }
\section { Discussion } \input { content/bts-discussion }
\section { Conclusion } \input { content/bts-conc }
% acknowledgment @ cass!!
\bibliographystyle{IEEEtran}
\bibliography{literature}
%\nocite{*}
\end{document}