> ## Documentation Index
> Fetch the complete documentation index at: https://docs.darkpool.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# License & Credits

> Apache-2.0. Credits to the ecosystems we build on.

## License

DarkPool is licensed under **MIT**. See `LICENSE` at the repo root.

## Credits

DarkPool stands on the shoulders of:

* [**DeepBook Predict**](https://docs.sui.io/onchain-finance/deepbook-predict/). The shared-vault binary + range options primitive that solved the cold-start problem.
* [**DeepBook V3**](https://docs.sui.io/standards/deepbookv3). The BalanceManager + TradeCap pattern that lets DarkPool delegate trading without delegating custody, and the spot pools that host scaffolded YES/NO event markets.
* [**Pyth Network**](https://docs.pyth.network). Pull-style price feeds that drive OracleSVI settlement.
* [**Mysten Enoki**](https://docs.enoki.mystenlabs.com). zkLogin SDK plus optional sponsored transactions.
* [**Mysten dApp Kit**](https://sdk.mystenlabs.com/dapp-kit). React hooks for Sui.
* [**Walrus**](https://docs.walrus.site). Storage layer (currently used as a blob pointer for market specs; v0.4 expansion will wire Seal-encrypted intent blobs back in for non-vault use cases).
* [**lightweight-charts**](https://github.com/tradingview/lightweight-charts). The chart library powering the Limitless-style baseline series on Profile.
* **TradingView widget.** Candle chart toggle on market detail pages.
* **framer-motion.** The motion library. Calibrated against the DeepBook product page's voice.
* **shadcn/ui patterns + Tailwind CSS.** The component primitives.
