Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
如何选择代币、预热缓存与查询支持能力
await server.initialize([USDC, DAI]); // 启动预热 const { supportedMethods } = await detector.detect(USDC);
const all = await facilitator.supported(); // { kinds, networks, ... }