Overview
Last updated
Last updated
D2 is an open source dApp designed to allow investors to configure what they want to happen when they receive a share of Investment Idea NFT. It is Zapier for Investing.
For example, an investor may wish to trigger a notification via Telegram or they may wish to have the Investment Idea applied to their brokerage account.
See
Github repository:
One of the key differentiators of D2 is that is uses distributed and decentralised technologies to define and process the triggers. All logic and credentials are contained within D2 and the connected wallet.
For execution, at no point does an investor connect their brokerage account (CEX/DEX) to the strategy creator. No data, credentials, api keys, account details or portfolio details are ever shared with any third party.
This is important for several reasons:
The signal generation and the execution layers are completely seperated
Any trade execution is configured entirely by the investor; they are the responsible party
The strategy creator has no knowledge of what to the investor does with the Investment Idea after they receive it
The strategy creator has no knowledge of the investor, their portfolio or their financial situtation
The strategy creator is not advising the investor in any way
The strategy creator is not initiating execution or managing money on behalf of an investor
The event listener uses Smart Contracts and Oracles to decrypt any required credentials (from the investor's wallet) and then process the action, which may include sending a request to a CEX or DEX for execution or to a notification service such as Telegram or Twitter.
When an Investment Idea is created, an event listener (see ) processes the triggers that an investor has configured.