# 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: 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:

```
GET https://docs.oklg.io/dapps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
