> 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/dfk-chain/getting-started.md).

# Getting Started

![](/files/kFRh61zYwo88wkC7ySBx)

DFK Chain is meant to serve as a home place for many games and projects to live and thrive. If you are hoping to develop on DFK Chain, we would love to help!\
\
Please reach out to the [Kingdom Building Program](https://build.defikingdoms.com/) and submit an application for a Build Proposal to deploy your project on DFK Chain. You can also apply for Co-Marketing or [Master Raffle](/tokens/miscellaneous-tokens/raffle-tickets.md) use.

For information about DFK Chain updates, follow [@dfkchain](https://twitter.com/dfkchain) on Twitter.

## DFK Chain Mainnet

### RPCs

DFK Chain can be added to your Metamask or Coinbase Wallet using the details below, or by connecting through [ChainList](https://chainlist.org/chain/53935).

#### Mainnet

<table><thead><tr><th width="150">Chain ID</th><th>RPC Server Address</th><th width="150">Token</th><th>Explorer</th></tr></thead><tbody><tr><td>53935</td><td>https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc</td><td>JEWEL</td><td>https://subnets.avax.network/defi-kingdoms/</td></tr><tr><td>53935</td><td>https://avax-dfk.gateway.pokt.network/v1/lb/6244818c00b9f0003ad1b619/ext/bc/q2aTwKuyzgs8pynF7UXBZCU7DejbZbZ6EUyHr3JQzYgwNPUPi/rpc</td><td>JEWEL</td><td>https://subnets.avax.network/defi-kingdoms/</td></tr></tbody></table>

### Explorer

The DFK Chain Explorer can be found at: <https://subnets.avax.network/defi-kingdoms/>.

Additional Explorer information is provided by Avascan: <https://avascan.info/blockchain/dfk/home/>.

## DFK Chain Testnet

### RPCs

<table><thead><tr><th width="150">Chain ID</th><th>RPC Server Address</th><th width="150">Token</th><th>Explorer</th></tr></thead><tbody><tr><td>335</td><td>https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc</td><td>JEWEL</td><td>https://subnets-test.avax.network/defi-kingdoms/</td></tr></tbody></table>

### Explorer

The DFK Chain Testnet Explorer can be found at: <https://subnets-test.avax.network/defi-kingdoms/>.

### JEWEL Faucet

A DFK Chain Testnet faucet for JEWEL can be found at: <https://faucet.avax.network/?subnet=dfk>.


---

# 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://devs.defikingdoms.com/dfk-chain/getting-started.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.
