Supported Deal Types
Checkout the DDEX ERN3 Knowledge Base for more information.
The following Deal
types are supported for distribution to Audius. Deal
types provided outside
of the provided list will be ignored.
If your use case extends beyond the supported Deal
types outlined below, please contact
[email protected]
.
Tracks
Audius accepts the following DDEX Deal
s for track releases:
Free To Stream
CommercialModelType
:FreeOfChargeModel
UseType
:Stream
orOnDemandStream
PriceType
: not supportedWholesalePricePerUnit
: N/AValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>FreeOfChargeModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Pay Gated Stream
CommercialModelType
:PayAsYouGoModel
UseType
:Stream
orOnDemandStream
PriceType
: not supportedWholesalePricePerUnit
: any nonzero USD amountValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>PayAsYouGoModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<PriceInformation>
<WholesalePricePerUnit CurrencyCode="USD">1.0</WholesalePricePerUnit>
...
</PriceInformation>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Follow Gated Stream
CommercialModelType
:UserDefined
(FollowGated
)UseType
:Stream
orOnDemandStream
PriceType
: not supportedWholesalePricePerUnit
: N/AValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType UserDefinedValue="FollowGated">UserDefined</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
NFT Gated Stream
-
CommercialModelType
:UserDefined
(NFTGated
) -
UseType
:Stream
orOnDemandStream
-
PriceType
: not supported -
WholesalePricePerUnit
: N/A -
ValidityPeriod
StartDate
: any
-
TerritoryCode
:Worldwide
-
Conditions
(custom XML specific to Audius)- For Ethereum NFTs:
<Conditions>
<Chain>eth</Chain>
<Address></Address> // The Ethereum address of the NFT contract
<Standard></Standard> // The standard followed by the NFT - either "ERC-721" or "ERC-1155"
<Name></Name> // The name of the NFT
<Slug></Slug> // The slug of the NFT collection. E.g. if your collection is located at https://opensea.io/collection/example-nft, the slug is "example-nft".
<ImageUrl></ImageUrl> // Optional: URL to the image representing the NFT
<ExternalLink></ExternalLink> // Optional: URL to an external resource providing more details about the NFT
</Conditions>ii. For Solana NFTs:
<Conditions>
<Chain>sol</Chain>
<Address></Address> // The address of the NFT on the Solana blockchain
<Name></Name> // The name of the NFT
<ImageUrl></ImageUrl> // Optional: URL to the image representing the NFT
<ExternalLink></ExternalLink> // Optional: URL to an external resource providing more details about the NFT
</Conditions>
<Deal>
<DealTerms>
<CommercialModelType UserDefinedValue="NFTGated">UserDefined</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
<Conditions>
<Chain>eth</Chain>
<Address>0xAbCdEfGhIjKlMnOpQrStUvWxYz</Address>
<Standard>ERC-721</Standard>
<Name>Example NFT</Name>
<Slug>example-nft</Slug>
<ImageUrl>https://www.example.com/nft-image.png</ImageUrl>
<ExternalLink>https://www.example.com/nft-details</ExternalLink>
</Conditions>
</DealTerms>
</Deal>
$AUDIO Tip Gated Stream
CommercialModelType
:UserDefined
(TipGated
)UseType
:Stream
orOnDemandStream
PriceType
: not supportedWholesalePricePerUnit
: N/AValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType UserDefinedValue="TipGated">UserDefined</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Free To Download
If you can download it, you can stream it.
CommercialModelType
:FreeOfChargeModel
UseType
:Stream
orOnDemandStream
,PermanentDownload
PriceType
: not supportedWholesalePricePerUnit
: N/AValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>FreeOfChargeModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
<UseType>PermanentDownload</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Pay Gated Download
If you can download it, you can stream it.
CommercialModelType
:PayAsYouGoModel
UseType
:Stream
orOnDemandStream
,PermanentDownload
PriceType
: not supportedWholesalePricePerUnit
: any USD amountValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>PayAsYouGoModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
<UseType>PermanentDownload</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<PriceInformation>
<WholesalePricePerUnit CurrencyCode="USD">1.0</WholesalePricePerUnit>
...
</PriceInformation>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Follow Gated Download
If you can download it, you can stream it.
CommercialModelType
:UserDefined
(FollowGated
)UseType
:Stream
orOnDemandStream
,PermanentDownload
PriceType
: not supportedWholesalePricePerUnit
: N/AValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType UserDefinedValue="FollowGated">UserDefined</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
<UseType>PermanentDownload</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Albums
Audius accepts the following DDEX Deal
s for album releases
Free To Stream
CommercialModelType
:FreeOfChargeModel
UseType
:Stream
orOnDemandStream
PriceType
: not supportedWholesalePricePerUnit
: N/AValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>FreeOfChargeModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Pay Gated Stream
CommercialModelType
:PayAsYouGoModel
UseType
:Stream
orOnDemandStream
PriceType
: not supportedWholesalePricePerUnit
: any nonzero USD amountValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>PayAsYouGoModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<PriceInformation>
<WholesalePricePerUnit CurrencyCode="USD">1.0</WholesalePricePerUnit>
...
</PriceInformation>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Free To Download
If you can download it, you can stream it.
CommercialModelType
:FreeOfChargeModel
UseType
:Stream
orOnDemandStream
,PermanentDownload
PriceType
: not supportedWholesalePricePerUnit
: N/AValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>FreeOfChargeModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
<UseType>PermanentDownload</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
Pay Gated Download
If you can download it, you can stream it.
CommercialModelType
:PayAsYouGoModel
UseType
:Stream
orOnDemandStream
,PermanentDownload
PriceType
: not supportedWholesalePricePerUnit
: any USD amountValidityPeriod
StartDate
: any
TerritoryCode
:Worldwide
<Deal>
<DealTerms>
<CommercialModelType>PayAsYouGoModel</CommercialModelType>
<Usage>
<UseType>OnDemandStream</UseType>
<UseType>PermanentDownload</UseType>
</Usage>
<TerritoryCode>Worldwide</TerritoryCode>
<PriceInformation>
<WholesalePricePerUnit CurrencyCode="USD">1.0</WholesalePricePerUnit>
...
</PriceInformation>
<ValidityPeriod>
<StartDate>2023-09-02</StartDate>
</ValidityPeriod>
</DealTerms>
</Deal>
ERN4 Support
Support for ERN4 is coming coming soon.
Checkout the DDEX ERN4 Knowledge Base for information in the meantime.