How this was built
WHAT ALADDIN IS
Aladdin is BlackRock's risk platform. Pension funds, insurers, sovereign wealth funds and central banks use it to understand what they own; estimates put the assets analysed through it at roughly twenty-one trillion dollars. Its job is to answer one question, continuously, for most of the institutions that matter: what happens to what you own if things go badly?
BlackRock open-sourced the SDK for it under Apache-2.0. Anyone may fork it. That is not a loophole — it is the licence working exactly as intended, and the upstream project is genuinely excellent. You can read it here: github.com/BlackRock/aladdinsdk.
WHAT WE REMOVED
Aladdin's APIs and its Data Cloud require an entitlement — credentials issued to institutional clients. We do not have one. So we deleted everything that required permission: the generated institutional client surface (18,210 lines), the Data Cloud client, and the authentication modules whose only purpose was to prove we were allowed to be there.
145 files changed · 27,228 deletionsWhat remained was the shape of a risk system with nothing to be risky about.
WHAT WE ADDED
One module: a risk desk with a coverage universe of exactly one asset, running on public market data and requiring permission from no one. It computes:
- Value at risk — historical, non-parametric, 95% and 99%, one-day. The loss exceeded (1 − confidence) of the time. No distributional assumption is made, because no distribution would survive contact with this asset.
- Realized volatility — standard deviation of daily returns, annualized on a 365-day convention. Crypto does not observe weekends, holidays, or the concept of an end to the day.
- Maximum drawdown — largest peak-to-trough decline observed in the window.
- Sharpe ratio — risk-free rate assumed zero, because anyone holding this asset has already expressed a view on the risk-free rate.
- Diversification benefit — reported for completeness. Hardcoded to
0.0. A portfolio of one asset does not have one.
PROOF THAT IT RUNS
The module was executed against a live Solana asset with 180 daily observations. It printed:
realized volatility 78.9% annualized maximum drawdown 71.1% worst single day -11.6% value at risk (95%) 6.8% of position, 1-day value at risk (99%) 10.8% of position, 1-day sharpe ratio -2.11 diversification 0.0% (coverage universe: 1)
The front page recomputes those identical measures live in your browser, from live market data, and produces identical figures. Nothing on this site is illustrative. If the desk shows a number, the number was measured.
THE LICENCE MADE US CONFESS
Apache-2.0 §4(b) requires that modified files carry prominent notices stating that they were changed. The fork's documentation is therefore legally obliged to state that we removed the institutional surface and pointed the remainder at a memecoin. We complied fully, in detail, and without being asked twice. It is the most rigorous disclosure in this sector, and it was mandatory.
WHY BOTHER
Every measure here is real, and every measure says the same thing: this is extremely risky. Double-digit value at risk per day. Drawdowns that would end a career at a real fund. A negative Sharpe ratio, which formally means you were not compensated for any of it.
Institutional risk management exists to tell people in suits what they already suspect, with more decimal places and better fonts. We have applied it to an asset where everyone already knows the answer and nobody wants the decimal places. The desk will report them anyway.
NOTICES
The Risk Desk is a parody and none of this is financial advice. $RISK is a meme coin. The risk measures are real — that is the joke, and it is also the warning.
BlackRock has no affiliation with this project and has not endorsed it. Aladdin® is BlackRock's trademark, referenced descriptively to state truthfully what this is a fork of. Upstream is copyright BlackRock, Inc., licensed Apache-2.0, and that licence and its notices are retained.
‹ BACK TO THE DESK