Partner Contracts
Generate Partner Contracts to earn fees using the Developer Console.
You can create Partner Fee Contracts in just a few steps using the Totle Developer Console. This allows you to receive commission whenever a signed payload is submitted to the TotlePrimary contract from your Partner Fee contract.
There are no limits on how many partner contracts you can deploy.
The Developer Console only displays transactions where your wallet is either the creator or beneficiary.
You can link directly to a contract to see the transactions/trigger a payout by going to https://console.totle.com/contracts/0x0000000000000000000000000000000000000000 and replacing the appended address with your partner contract
To create a new contract and deploy it, you'll need to provide:
- A name for the contract
- The fee (as a percentage) that you would like to charge per transaction
- The wallet address to which you would like fees to be paid to

Once you have deployed your partner contract, you can include its contract address in your API calls using the
partnerContract
in the payload body to route fees for successful transactions to the contract.Last modified 2yr ago