-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
357 lines (339 loc) · 14.3 KB
/
index.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Semantic Money - Researching Future of Money</title>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
crossorigin="anonymous">
</script>
<script
src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"
integrity="sha256-lSjKY0/srUM9BE3dPm+c4fBo1dky2v27Gdjm2uoZaL0="
crossorigin="anonymous">
</script>
<script>
function openHome() {
$("#main").switchClass("tab tab-about tab-library", "home", 100, "easeInQuad");
}
function openAboutTab() {
$("#main").switchClass("home tab-library", "tab-about tab", 100, "easeInQuad");
//$("#main").removeClass().addClass("tab-about", 300);
}
function openLibraryTab() {
$("#main").switchClass("home tab-about", "tab-library tab", 100, "easeInQuad");
}
$(window).on("load", function() {
let hash;
if (location.hash && location.hash.length) {
hash = decodeURIComponent(location.hash.substr(1));
}
if (hash == "about") $("#main").addClass("tab-about tab");
else if (hash == "library") $("#main").addClass("tab-library tab");
else {
$("#main").addClass("home");
location.hash = "#";
}
$("#main").show();
});
</script>
<style>
/**
* Dark Mode Support
*/
@media (prefers-color-scheme: dark) {
html {
filter: invert(100%);
}
/* double apply invert filter to cancel out effect on images */
img, .brooks:before {
filter: invert(100%);
}
}
/**
* Common Elements
*/
.brooks {
position: relative;
font-family: serif;
font-style: italic;
line-height: 1.2em;
}
.brooks:before {
content: "\201C";
position: absolute;
top: 0.1rem;
left: -0.7rem;
color: #ef131d;
font-size: 1.5rem;
z-index: -1;
}
html {
background: white;
}
a {
color: black;
}
a:visited {
color: black;
}
#main {
display: flex;
flex-direction: column;
}
#logo a {
text-decoration: none;
color: black;
}
footer {
display: block;
margin: auto;
padding-bottom: 5px;
height: 2.2%;
font-size: 2vh;
position: fixed;
bottom: 0;
right: 0;
}
footer img {
filter: invert(100%);
height: 100%;
}
/**
* Home Page
*/
.home #div-logo-links {
display: flex;
flex-direction: column;
}
.home #div-logo-links > * {
display: flex;
justify-content: center;
text-align: center;
align-items: center;
margin-bottom: 1vh;
}
.home #logo {
height: 60%;
font-size: 20vh;
}
.home #title {
height: 10%;
font-size: 6vw;
}
.home #subtitle {
height: 8%;
font-size: 3vw;
}
.home #links {
height: 8%;
font-size: 3vh;
}
/**
* Tabs
*/
.tab {
display: flex;
flex-wrap: nowrap;
max-width: 720px;
margin: auto;
justify-content: center;
font-size: 0.9rem;
}
.tab .brooks {
font-size: 1.1rem;
}
.tab #div-logo-links {
display: flex;
flex-direction: row;
}
.tab #div-logo-links > * {
display: flex;
text-align: center;
}
.tab #logo {
margin: auto;
flex: 10%;
font-size: 3vh;
}
.tab #links {
margin: auto;
flex: 60%;
font-size: 3vh;
}
.tab #links a {
display: inline-block;
margin-top: auto;
margin-bottom: auto;
}
.tab #title { display: none; }
.tab #subtitle { display: none; }
.tab-about #about-link {
font-size: 3.5vh;
font-weight: bold;
}
.tab-library #library-link {
font-size: 3.5vh;
font-weight: bold;
}
#content-about { display: none; }
#content-library { display: none; }
.tab-about #content-about {
display: flex;
flex-direction: column;
}
.tab-library #content-library {
display: flex;
flex-direction: column;
}
</style>
</head>
<body>
<div id="main" style="display: none;">
<div id="div-logo-links">
<span id="logo"><a href="#" onclick="openHome()">$$[\![\mathcal{M}]\!]$$</a></span><br/>
<span id="links">
<a href="#about" id="about-link" onclick="openAboutTab()">About</a>  | 
<a href="#library" id="library-link" onclick="openLibraryTab()">Library</a>
</span>
<span id="title">Semantic Money</span><br/>
<span id="subtitle">Researching Future of Money</span><br/>
</div>
<div id="div-content">
<div id="content-about">
<blockquote class="brooks">
Payment systems in the information age are still modeled after their analog predecessors. We can
modernize it.
</blockquote>
<div>
<h2>Vision</h2>
<p>
The vision for Semantic Money is to be a leading group in exploring modern payment systems,
primarily in the context of fintech blockchain space. We are born out of the industrial
experience, which seeded the idea. We seek a balanced confluence between researching a
stronger foundation for modern payment systems and practical implementations in the fintech
blockchain space.
</p>
<h2>Structure</h2>
<p>
Semantic Money group is currently being formed
by <a href="https://www.linkedin.com/in/miaozc/" target="_blank" rel="noopener">Miao,
ZhiCheng</a>, CTO of Superfluid Finance.
</p>
<p>
We are looking for able and passionate frontier explorers to join the journey.
</p>
<p>
We have yet to get job posts public. However, if the areas of interest of this group
intersect with yours, please send your CV to
<a href="mailto:[email protected]">[email protected]</a>!
</p>
<h2>Areas of Interest</h2>
<ul>
<li>Software Architecture</li>
<ul>
<li>System Specification in Denotational Semantics</li>
<li>Functional Reactive Programming</li>
<li>Distributed Systems</li>
</ul>
<li>Blockchain Technology</li>
<ul>
<li>Building on Layer 1 Chains (EVM, Solana, Fuel, Kadena, Cardano, etc.)</li>
<li>Building App-Chains (Cosmos, Polkadot, Tezos, etc.)</li>
</ul>
<li>Formal Methods</li>
<ul>
<li>Dependently Typed Languages and Type-Driven Development</li>
<li>Formal Verification</li>
</ul>
<li>Cryptography</li>
<ul>
<li>Zero Knowledge Proofs</li>
<li>Fully Homomorphic Encryption</li>
</ul>
</ul>
</div>
</div>
<div id="content-library">
<div id="library-item">
<h2>TOREX Whitepaper</h2>
<div class="paper-tags-group">
<label><strong>Tags:</strong></label>
<span class="paper-tag">AUTOMATIC MARKET MAKER</span>,
<span class="paper-tag">DECENTRALIZED FINANCE</span>
</div>
<div class="paper-abstract">
<h3>Abstract:</h3>
<p>
TOREX stands for T(WAP) OR(acle) EX(change).
</p>
<p>
Building open protocols on Blockchain is a compositional process: combining the
capability of one protocol with another often solves new problems. One such problem is
swapping one asset for another time-continuously at the fairest prices. This whitepaper
introduces TOREX which solves this problem by combining the Uniswap V3 protocol as price
oracle and the Superfluid Protocol for composable money flows.
</p>
</div>
<div class="paper-download">
<label><strong>Download:</strong></label>
<a href="https://superboring.xyz/torexpaper">PDF</a>
</div>
</div>
<div id="library-item">
<h2>(Yellowpaper 1) Denotational Semantics of General Payment Primitives, and Its Payment
System</h2>
<div class="paper-tags-group">
<label><strong>Tags:</strong></label>
<span class="paper-tag">MONEY</span>,
<span class="paper-tag">DENOTATIONAL SEMANTICS</span>
</div>
<div class="paper-abstract">
<h3>Abstract:</h3>
<p>
Payment systems in the information age are still modeled after their analog
predecessors. While electronic money payment systems do utilize computing technology and
the Internet, this paper presents a case that true modernization can be reached by (a)
making payments happening continuously over time, (b) involving more than two parties in
payment if necessary, (c) having compositional financial contracts.
</p>
<p>
This paper first explores the foundation of modern payment systems, which consists of a
money distribution model, payment primitives, payment execution systems of financial
contracts, and different forms of money mediums. Then, the paper uses denotational
semantics to formally define payment primitives for modern payment systems. By the end,
this paper includes an overview of the Superfluid protocol, a reference implementation
of the payment primitives, and its payment system.
</p>
<p>
This paper is the first in the series of yellowpapers about modern payment systems
dubbed "semantic money."
</p>
</div>
<div class="paper-download">
<label><strong>Download:</strong></label>
<a href="assets/semantic-money-yellowpaper1.pdf">PDF</a>
</div>
</div>
</div>
</div>
</div>
<footer>
A
<a href="https://www.superfluid.finance/" target="_blank" rel="noopener">Superfluid Finance</a>
initiative
<a href="https://www.superfluid.finance/" target="_blank" rel="noopener">
<img src="superfluid-logo.png" alt=""/>
</a>
</footer>
</body>
</html>