> For the complete documentation index, see [llms.txt](https://akitavax.gitbook.io/whitepaper-1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akitavax.gitbook.io/whitepaper-1.0/the-basics/ecosystem.md).

# ECOSYSTEM

Within the scope of Akitavax, many financial technologies such as swapping, staking, launchpad, liquidty pools and farming are offered. All financial technologies are built on a fair and reliable structure.&#x20;

### **Swap:**

Direct exchange of a certain amount of one cryptocurrency token for another can be done by users.

{% content-ref url="/pages/lNegABuZqyjvy9tqcj4A" %}
[Swap](/whitepaper-1.0/the-basics/ecosystem/swap.md)
{% endcontent-ref %}

### **Staking:**

In exchange for some ecosystem tokens being locked for a period of time, a specified amount of earning can be made.

{% content-ref url="/pages/Xem5aAP2yYQ1ji68cACw" %}
[Staking](/whitepaper-1.0/the-basics/ecosystem/staking.md)
{% endcontent-ref %}

### **Akitapad:**

The launchpad for the new projects to support them in the fairest way.

{% content-ref url="/pages/gTZp5UZywNIdkOht3RJd" %}
[Akitapad](/whitepaper-1.0/the-basics/ecosystem/akitapad.md)
{% endcontent-ref %}

### **Liquidity:**

Liquidity pools are generated for DeFi ecosystem.

{% content-ref url="/pages/f1Mrm7QLs2Uy1cwLO6NA" %}
[Liquidity](/whitepaper-1.0/the-basics/ecosystem/liquidity.md)
{% endcontent-ref %}

### **Pools:**

Liquidity pools that have already been created are listed for community members to join.

{% content-ref url="/pages/sccgqa3QT3VpAxoW9CAs" %}
[Pools](/whitepaper-1.0/the-basics/ecosystem/pools.md)
{% endcontent-ref %}

### **Farms:**

Liquidity pools that have already been created are listed to stake liquidity pool tokens.

{% content-ref url="/pages/lkVenlRBk38YmFRJGSpC" %}
[Farms](/whitepaper-1.0/the-basics/ecosystem/farms.md)
{% endcontent-ref %}


---

# 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://akitavax.gitbook.io/whitepaper-1.0/the-basics/ecosystem.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.
