> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/base-module.md).

# Base module

[Base](https://base.org/) is a Layer-2 network based on Ethereum, offering a secure, low-cost, and developer-friendly way to create decentralized applications, and providing everyday users with security, high throughput, and low fees.&#x20;

The blockchain was created by the Coinbase exchange and built on the open-source OP Stack in collaboration with Optimism. Seamless integration with Coinbase allows for easy fiat on-ramping and access to over 110 million users and assets worth more than $80 billion in the Coinbase ecosystem.

If you want to learn more about the project, you can refer to their [documentation](https://docs.base.org/).&#x20;

There is no specific information about investments, but as we understand, Base is the native blockchain of the Coinbase exchange, similar to BNB Chain for Binance. This logically suggests that Coinbase is the [lead investor](https://www.cypherhunter.com/en/p/base/) in its blockchain, providing all necessary support and unlimited potential for development.

The Base module includes all the necessary functionality to enable you to perform activities on wallets in the Base network automatically.

<figure><img src="/files/90um8wkRER9RjTj6dH3M" alt=""><figcaption></figcaption></figure>

### Detailed guides on how to work with the Base module:

* [Available applications in modules](https://docs.nfd.gg/main/eng-combine-software/modules/available-applications-in-modules/base);
* [Wallet Manager](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/base-module/wallet-manager);
* [Settings & Launch](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/base-module/settings-and-launch);
* [Logs & Progress](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/base-module/logs-and-progress).


---

# 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://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/base-module.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.
