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

# Developers

Buidl before it was cool

We know how imperative the dev community is therefore we wanted to present you with the tools to allow you to create whatever you deem necessary. Tinker around with it, modify it, build on top of it or just use it in your own way.&#x20;

Moseiki is and always will be a pro-dev entity.&#x20;

Here's how to get started

### Post Minting API

Users can easily mint and airdrop NFTs on-demand via a single API call. Our service handles NFT minting at scale and takes care of all end-user operations.

### How to capitalize on Moseiki as is?

Our infrastructure provides a number of features that make it ideal for building web3 socials, including:

* **Unique domain names:** Moseiki domains are unique, non-fungible tokens (NFTs) that can be used to identify users and applications. This allows for a more secure and decentralized way to manage identities and relationships.&#x20;
* **Persistent data storage:** Moseiki uses decentralized storage to store data. This ensures that data is always accessible, even if a particular application or server goes offline.&#x20;
* **Interoperability:** Moseiki is designed to be interoperable with other web3 platforms. This makes it easy for developers to build on Moseiki in a chain-agnostic manner.

### Adapt our tech into yours

Open your platform to a world of possibilities with Moseiki Infra. While many Web3 Social Infras obsess over pure decentralization, leaving user experience behind, we've built modular building blocks with both in mind.

And for the independent minds driving progress? We see you. Submit your feature proposals and become an architect of the Moseiki ecosystem.

That's why our Infra acts as the toolset that allows you to build on top of existing social apps and our platform.

The range of tools is as follows: (???)


---

# 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.moseiki.app/docs/developers.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.
