Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt

Use this file to discover all available pages before exploring further.

Getting Started

Use this page to choose the right entrypoint and understand how the docs are organized.

Read by module

If you are integrating product flows, start with the module guide pages:
  • Wallet
  • Bridge
  • Staking
  • Quant
These pages are written for human readers and explain:
  • endpoint purpose
  • request and response meanings
  • business notes and product semantics
  • typical examples for implementation and review

Read by API contract

If you are integrating backend or frontend code against concrete interfaces, use the generated API references:
  • Wallet API Reference
  • Bridge API Reference
  • Staking API Reference
  • Quant API Reference
These sections are generated from the OpenAPI files under:
mintlify/openapi/
mintlify/openapi/zh/

Language structure

This docs site supports both English and Chinese.
  • English guide pages live under mintlify/.
  • Chinese guide pages live under mintlify/zh/.
  • English OpenAPI files live under mintlify/openapi/.
  • Chinese OpenAPI files live under mintlify/openapi/zh/.
The navigation is configured in:
mintlify/docs.json

How guides and API references work together

There are two layers of documentation:
  1. MDX guide pages These pages explain business context, endpoint purpose, request rules, field meanings, and examples in a narrative format.
  2. OpenAPI-generated API references These pages are used for contract-level lookup, schema inspection, and example payload viewing inside Mintlify.
The rule for maintenance is:
  • If an endpoint changes semantically, update both the MDX guide page and the OpenAPI file.
  • If only the displayed example or field description is weak, improve the OpenAPI file first, because Mintlify API Reference depends on it.
For app or product integration:
  • Wallet
  • Bridge
  • Staking
For quant operations or strategy administration:
  • Quant Overview
  • Quant Strategies and Execution
  • Quant Research Objects
For API contract verification:
  • module API reference groups in the left navigation
For docs maintenance:
  • Local Development
  • mintlify/README.md