forked from nvk/bitcointreasuries.NET
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadd.html
26 lines (23 loc) · 1.28 KB
/
add.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<title>Bitcoin Treasuries in Publicly Traded Companies - List of large holders</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="topm">
<span id="leftm"><a href="/">Back to Home</a> | <a href="https://twitter.com/nvk">Bitcoin Treasuries by @NVK</a></span>
<span id="rightm"><a href="https://coinkite.com">Domain donated by Coinkite, maker of</a> <a href="https://opendime.com">OPENDIME,</a> <a href="https://coldcardwallet.com">COLDCARD</a> & <a href="https://bitcoinseedbackup.com/">SEEDPLATE</a></span>
</div>
<h1>Bitcoin Treasuries in Private Companies</h1>
<section id="content">
<h1> Want to submit a new company? </h1>
<ol>
<li>MUST be <b>publicaly traded</b>, include symbol and reputable exchange (ie NASDAQ)
<li>MUST include filing or announcement link
<li>MUST include total BTC held in <b>Treasuries</b>
<li>MUST include purchase price and/or total in the balance sheet as of last filing in USD
<li><b>IF you have ALL those items</b> create an <a href="https://github.com/nvk/bitcointreasuries.org/issues">issue here</a>
</section>
</body>
</html>