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

# dApps

- [Airdropper](https://docs.oklg.io/dapps/airdropper.md): Very simply, creates a nice simple interface to airdrop native tokens (ETH, BNB, etc.) or ERC-20 tokens to various addresses.
- [Atomic Swap as a Service](https://docs.oklg.io/dapps/atomic-swap-as-a-service.md): Also known as "bridging", this service allows you to easily create an atomic swap bridge across multiple blockchains. For example, you could bridge your ERC-20 with a BEP-20 token.
- [Buybot as a Service](https://docs.oklg.io/dapps/buybot-as-a-service.md): Provides a dead simple, 3-5 min way to configure and wire up your very own project buybot that provides anytime the project token is bought from the most popular DEX's, Uniswap and Pancakeswap.
- [Farming as a Service](https://docs.oklg.io/dapps/farming-as-a-service.md): Provides a DIY, decentralized staking pools for users who HODL your token to reward them for holding!
- [Password Manager](https://docs.oklg.io/dapps/password-manager.md)
- [Trusted Timestamping](https://docs.oklg.io/dapps/trusted-timestamping.md): Trusted timestamping is not a new concept, where a piece of data can be verifiably proven to have existed at a certain point in time. We created a version of this concept to use on the blockchain.


---

# 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.oklg.io/dapps.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.
