Hi Team,
We are in some thought process about the use of Daml Finance for tokenisation. Consider this situation:
- Platform Alpha is built with Daml Finance
- Platform Beta is going to build a tokenisation platform, which may or may not use Daml Finance
- Platform Gamma is providing services for the tokens issued on platform Alpha and Beta
Scenarios
- If Beta follows Daml Finance, then Gamma can use native capabilities of Daml Finance like settlement to provide service for tokens on platform Alpha and Beta.
- If Beta implements its own proprietary model while keeping the interfaces of Daml Finance, then Gamma can still use native capabilities of Daml Finance, just as the first scenario (thanks to the interfaces!).
- If Beta implements a complete proprietary model which is not following anything on Daml Finance, then Gamma needs to build a customised model in order to provider trading services to Alpha and Beta.
Scenario 1 and 2 can fully utilise the advantages of Daml Finance, while 3 is still technically doable although the development effort on Gamma may be much higher.
See if this understanding is correct. Thanks.