TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Making Markets on Kalshi

56 pointsby andes3144 months ago

7 comments

ammario4 months ago
Cool to see. I&#x27;m currently #1 on the Kalshi volume leaderboard (<a href="https:&#x2F;&#x2F;kalshi.com&#x2F;social&#x2F;leaderboard" rel="nofollow">https:&#x2F;&#x2F;kalshi.com&#x2F;social&#x2F;leaderboard</a>) with a proprietary market making algorithm.<p>There is plenty of money to be made on Kalshi, but I had to rethink the math from the ground up as most of the literature describes highly liquid, somewhat stable markets.<p>One small change you could make to your algorithm is to calculate the skews&#x2F;spreads in log-odds space. A change in price from 50c to 49c represents a very small delta in expected return whereas 2c to 1c is a doubling. Dealing with probability contracts in log-odds controls for this effect.
评论 #43097328 未加载
评论 #43085788 未加载
andes3144 months ago
I built a market making algorithm for Kalshi, an event futures exchange. The algorithm dynamically places bids and asks to capture the spread while managing inventory risk. It supports multiple strategies running in parallel, each with its own configuration. The codebase is located at <a href="https:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;kalshimarketmaker">https:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;kalshimarketmaker</a>.
评论 #43075399 未加载
vagab0nd4 months ago
Arbitraging is so 2024. The future is prediction market manipulation&#x2F;crowd funding. Imagine shorting &quot;asteroid hitting earth&quot; and using the proceeds to divert the asteroid.
评论 #43084218 未加载
wslh4 months ago
ELI5: how market making works in event prediction? I logged in into Kalshi and I only yes&#x2F;no ossible answers with two probabilities associated. Their page on market making doesn&#x27;t explain it [1].<p>[1] <a href="https:&#x2F;&#x2F;help.kalshi.com&#x2F;faq&#x2F;what-is-the-market-maker-program" rel="nofollow">https:&#x2F;&#x2F;help.kalshi.com&#x2F;faq&#x2F;what-is-the-market-maker-program</a>
评论 #43084916 未加载
mmcallister4 months ago
It&#x27;s interesting that sigma is static and defined ahead of time, how do you determine the initial sigma?
zietzm4 months ago
Nice work! Code is super readable. Are you planning to keep improving it, or was this more an experiment to learn?
评论 #43081392 未加载
maest4 months ago
How big are the kalshi markets anyway?
评论 #43082870 未加载
评论 #43083203 未加载
评论 #43081917 未加载