> For the complete documentation index, see [llms.txt](https://docs.thenexusportal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thenexusportal.io/guide.md).

# Guide

- [Wallet](https://docs.thenexusportal.io/guide/wallet.md): Use MetaMask, XDC Pay or any other EVM Web3 Wallet
- [Bridges](https://docs.thenexusportal.io/guide/bridges.md): Bridges used in the Nexus Exosystem
- [Swap Tokens](https://docs.thenexusportal.io/guide/swap-tokens.md): Swap tokens on the XDC network!
- [Create a Liquidity Pair](https://docs.thenexusportal.io/guide/create-a-liquidity-pair.md): Add 2 tokens to create a liquidity pair.
- [Risks](https://docs.thenexusportal.io/guide/create-a-liquidity-pair/risks.md)
- [Current LP Pairs](https://docs.thenexusportal.io/guide/create-a-liquidity-pair/current-lp-pairs.md): Current LP pairs available in the superfarm.
- [Nexus Generator](https://docs.thenexusportal.io/guide/nexus-generator.md): This is where NEXU rewards are earned and distributed!
- [Super Farm](https://docs.thenexusportal.io/guide/nexus-generator/super-farm.md): The Nexus Super Farm multi-reward system
- [Superfarm Request](https://docs.thenexusportal.io/guide/nexus-generator/superfarm-request.md): Apply to make your own Superfarm positions and rewards distributions.
- [Nexus Diffuser](https://docs.thenexusportal.io/guide/nexus-diffuser.md): Where does the staking yield come from?
- [Nexus Core Multi-Staking](https://docs.thenexusportal.io/guide/nexus-core-multi-staking.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.thenexusportal.io/guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
