Official documentation for Fibrous Finance - a DEX aggregator providing optimal token swap routing across multiple blockchain networks.
Live docs: docs.fibrous.finance
- Starknet - V1 API + dedicated Starknet endpoints
- Base - V1 + V2 API
- Citrea - V1 + V2 API
- HyperEVM - V1 + V2 API
- Monad - V2 API
Install the Mintlify CLI to preview documentation changes locally.
npm i -g mintlifyRun the local dev server at the root of this repository (where docs.json is):
mintlify devChanges pushed to the default branch are automatically deployed via the Mintlify GitHub app.
docs.json- Mintlify configuration (navigation, theme, API settings)essentials/- Overview pages (FAQ, introduction)api-reference/- API endpoint documentation (V1, V2, Starknet)fibrous-solutions/- UI guides (interface, widget)integrate-best-trading/- SDK reference and smart contractsexternal-links/- Links to app, social media, GitHub
- Mintlify dev not running - Run
mintlify installto re-install dependencies - Page loads as 404 - Make sure you are running in a folder with
docs.json