# Overall for subnets

Port SFTs from mainnet to subnets and interaction between the two

Mint SFTs and do the operations directly on the Subnet

o docs & example on how to configure a subnet on devnet&#x20;

o a general subnet on testnet for early GameFi projects&#x20;

▪ set subnet&#x20;

▪ interface for deploying on it&#x20;

▪ miners&#x20;

▪ have SFTs the users and game devs can interact with directly&#x20;

o easy configuration of subnets for GameFi projects with a great number of players/transactions ▪ set subnet&#x20;

▪ interface for deploying on it&#x20;

▪ miners&#x20;

▪ deploy your specific SFTs smart contract on the subnet&#x20;

o specific highlights for APIs that might be useful for GameFi and the contexts that they could be used in the integrations


---

# 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.degenlab.io/gamefistacks/subnets/overall-for-subnets.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.
