-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (106 loc) · 4.12 KB
/
Copy pathindex.html
File metadata and controls
113 lines (106 loc) · 4.12 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sam Liu</title>
<meta
name="description"
content="Sam Liu builds around AI agents, stablecoins, and financial systems."
>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="page">
<header class="hero">
<div class="hero-topline">
<p class="eyebrow">Sam Liu</p>
<p class="status-pill">Building in AI + financial systems</p>
</div>
<h1>AI agents will need financial systems.</h1>
<p class="lede">Blockchain and stablecoins may power them.</p>
<p class="credibility">YC Founder · ex-Circle · ex-AWS AI · OKX</p>
</header>
<section class="section section-spacious">
<h2>Things I've Built</h2>
<div class="project-grid">
<article class="project">
<div class="project-meta">
<span>Payments</span>
<span>OKX</span>
</div>
<h3>OKX Pay & Card</h3>
<p class="project-tagline">Turning stablecoins into everyday money.</p>
<p>Built infrastructure connecting crypto wallets, stablecoins, and global payment networks.</p>
<p><a href="https://my.okx.com/en-eu/pay" target="_blank" rel="noreferrer">Read more</a></p>
</article>
<article class="project">
<div class="project-meta">
<span>Crypto Trading</span>
<span>OKX</span>
</div>
<h3>Unified USD Orderbook</h3>
<p class="project-tagline">Unifying fragmented stablecoin liquidity.</p>
<p>Designed a unified USD trading layer that aggregates liquidity across stablecoins.</p>
<p><a href="https://www.okx.com/learn/the-unified-usd-orderbook" target="_blank" rel="noreferrer">Read more</a></p>
</article>
<article class="project">
<div class="project-meta">
<span>Digital Dollars</span>
<span>Circle</span>
</div>
<h3>USDC Liquidity</h3>
<p class="project-tagline">Scaling regulated digital dollars.</p>
<p>Worked on expanding the ecosystem around USDC.</p>
<p><a href="https://www.circle.com/usdc" target="_blank" rel="noreferrer">Read more</a></p>
</article>
<article class="project">
<div class="project-meta">
<span>AI Infra</span>
<span>AWS</span>
</div>
<h3>AWS SageMaker</h3>
<p class="project-tagline">Machine learning infrastructure at scale.</p>
<p>Worked within the AWS AI ecosystem around SageMaker.</p>
<p><a href="https://aws.amazon.com/sagemaker" target="_blank" rel="noreferrer">Read more</a></p>
</article>
<article class="project">
<div class="project-meta">
<span>Startup</span>
<span>YC</span>
</div>
<h3>Mosaix.ai</h3>
<p class="project-tagline">Conversational AI before the LLM era.</p>
<p><a href="https://www.ycombinator.com/companies/mosaix-ai" target="_blank" rel="noreferrer">Read more</a></p>
</article>
</div>
</section>
<section class="section">
<h2>Things I'm Thinking About</h2>
<div class="thoughts">
<p>AI agents owning wallets</p>
<p>machine-to-machine payments</p>
<p>stablecoins as AI-native money</p>
<p>financial infrastructure for autonomous systems</p>
<p>programmable economic networks</p>
</div>
</section>
<section class="section">
<h2>Build With Me</h2>
<p>
If you're exploring AI agents, crypto infrastructure, or the future of financial systems, I'd love to connect.
</p>
<div class="contact-grid">
<div class="contact">
<p>Email</p>
<p><a href="mailto:sumang.liu@gmail.com">sumang.liu@gmail.com</a></p>
</div>
<div class="contact">
<p>Telegram</p>
<p><a href="https://t.me/zsentosa" target="_blank" rel="noreferrer">@zsentosa</a></p>
</div>
</div>
</section>
</main>
</body>
</html>