# Split Contract

### 🔥 Use Cases & examples

* Use as a team wallet, distributing funds among team members according to given percentages.
* Share revenue from your primary NFT drop among participants.
* Share revenue from royalty sales among team members, including artists.

### 🙅 Creating a Split Contract

The Split Contract is enabled by default when you [create a Smart Contract](/smart-contract/create-nft-smart-contract.md) on our platform with the [NFT Creator app](https://app.imintify.com/smart-contract). Add your recipients addresses and deploy the smart contract.\
If you have already deployed your contract on our platform, you can add them under advanced settings.

* Add multiple Royalities recipient wallet addresses.
* Add multiple Primary Sales recipients wallet addresses.&#x20;

<figure><img src="/files/CHmEj8qPPcGQZl77hNMH" alt=""><figcaption></figcaption></figure>

#### 👥 View Recipients

On the Dashboard of the Smart Contract tab, Advanced, under the smart contract options, you can view the current recipients as above.

#### 💲View Balance

On the Dashboard of the Smart Contract tab, you can view the current balances.&#x20;

#### 🔘 Distribute Funds

You can distribute the funds on the Smart Contract tab's Dashboard.<br>


---

# 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.imintify.com/smart-contract/split-contract.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.
