> For the complete documentation index, see [llms.txt](https://devs.defikingdoms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devs.defikingdoms.com/community-builders/developer-resources.md).

# Developer Resources

## Communities

### Discord

#### DeFi Kingdoms (Official Discord)

Link: <https://discord.gg/defikingdoms>

Relevant Channels: #developer-updates; #developer-discussion

#### GameFi Devs (Formerly DFK Dev Community)

Link: <https://discord.gg/MWTmxpU9bG>

Contact: thanpolas#0420 & MrZipper#7564

## 3rd-Party APIs

### Covalent

Blockchain Querying & Indexing

Networks: [DFK Chain](https://www.covalenthq.com/docs/networks/avalanche/dfk/), [Klaytn](https://www.covalenthq.com/docs/networks/klaytn/), [Harmony](https://www.covalenthq.com/docs/networks/harmony/)

Website: <https://www.covalenthq.com/>

API Documentation: <https://www.covalenthq.com/docs/api>

### DEX Screener

Token Prices and LP Pairs

Networks: Harmony, DFK Chain

Website: <https://dexscreener.com/>

API Documentation: <https://docs.dexscreener.com/>

## Software Libraries (Unofficial)

### Python

#### [dfktools](https://github.com/0rtis/dfktools)

Unofficial Python SDK for interacting with DFK blockchain contracts

Repository: <https://github.com/0rtis/dfktools> | [https://pypi.org/project/dfktools](https://pypi.org/project/dfktools/)

Contact: Ortis#4768 (Discord)

### Node.js

#### [Degenking](https://github.com/degen-heroes/degenking)

Unofficial SDK / utility library for fetching and working with DFK Heroes

Repository: <https://github.com/degen-heroes/degenking>

Contact: [@thanpolas\_eth](https://twitter.com/thanpolas_eth) (Twitter) | thanpolas#0420 (Discord)


---

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

```
GET https://devs.defikingdoms.com/community-builders/developer-resources.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.
