# VyRoyaltiesReceiverDto

## Properties

| Field      | Type   | Description                                                                                                                                                                         | Required |
| ---------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Percentage | float  | The percentage royalties that will be paid out automatically with each succeeding sale of an NFT in the secondary market. The royalty percentage can only contain up to 2 decimals. | ✗        |
| Receiver   | string | The recipient wallet address where the royalties will be transferred.                                                                                                               | ✗        |

## References

**Schema**

* [VyCreateErc1155ContractRequest](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vycreateerc1155contractrequest)
* [VyCreateSuiContractRequest](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vycreatesuicontractrequest)
* [VyUpdateErc1155ContractRoyaltiesRequest](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vyupdateerc1155contractroyaltiesrequest)
