Monzo derivatives on Raison

This is a spin-off from ‘Monzo in the Media’, where a Youtuber analysing Monzo as an investment mentioned being able to buy Monzo shares. It sounded like she was saying you can buy Monzo with Raisin so i asked the question and was corrected and pointed in the right direction.

I did some digging and question-asking and it turns out that you still cannot trade Monzo crowdfunding shares, the rules are as they have always been (must have exceptional circumstances, permission from the Board and give first refusal etc etc).

However, advisors from this Raison platform stated to me that they are not held down by these restrictions because they can buy a stake from institutions who already hold Monzo shares and have their own less stringent rules about selling (they are not crowdfunders or held in nominee accounts), then once they have acquired this stake they then tie it to a smart contract, so instead of selling you shares in Monzo it basically issuues a derivative tied to the value of Monzo.

I think they have a Monzo shareholder lined up to sell a chunk (see “Pre-Order” ie. state your interest to buy) but have not carried out a transaction yet (as they are not “Available” like the other companies).

They are currently valuing it at $5bn. This is just their opinion obviously and not based on any real transaction so do your own research etc.

Anyone have any thoughts on this? Would you buy a Monzo share price derivative? :thinking:

1 Like

This feels like a surefire way for ‘investors’ to lose their money.

4 Likes

The firm does not appear to be on the FSA Register and would not be allowed to operate in the UK/to UK consumers so no.

3 Likes

I don’t think it is aimed at UK investors. You can buy or sell in EUR or USD only.

Oh yeah, also, I should clarify - the word ‘derivative’ is of my own choosing and I should have realised before using it that it is quite a loaded and well regulated term.

I think they just refer to it as a “smart contract” so maybe they are managing to side-step regulation with that difference in perception and terminology?.

Those institutions who hold monzo shares are bound by the same contract that stops them selling them as everyone else.

The term smart contract sounds like NFTs, so you’re not buying the share, you’re buying something that points to the share. If they think that can make money doing that then fine but you have to realize you’re buying nothing but a promise from the NFT creator that is potentially worth nothing if they ultimately aren’t allowed to sell their share.

I don’t buy anything that I don’t understand… or products that do not have some level of regulation and protection… So it’s a no for those raisons…

5 Likes

:point_up_2:This. It just sounds like a scam.

1 Like

smart contract

this is a terminology used to define a program running on a blockchain. I am aware that they tend to side-step regulation by saying “well, it’s a decentralised piece of code which exists on its own and no one can edit it or claim ownership of it. Therefore, we do not need to worry about regulations because we don’t maintain it.”

Then they tend to go 1 step further with “we used to host a website which pointed at a smart contract, but now the website is fully decentralised (hosted on IPFS with an ENS name or similar) and ergo no one owns the website or the code”

Whether or not the regulators will let this slide is still a question that needs answering, quite a few companies are betting everything on the “its decentralised and no one controls or owns it” approach.

NFTs

It’s about as much to do with NFTs as Social Media Sites are with HTML :sweat_smile: An NFT is an application of a smart contract, and:

points to the share

This is not a feature of an NFT. NFTs are blobs of data stored on the blockchain, you may be thinking of “points to an image” which is a specific application of NFTs. So:

  • Smart Contract = HTML
  • NFT = social media site
  • Facebook (one specific application of a social media site) = NFTs that point to images (note: some NFTs also just contain the SVG data themselves so not all image-based NFTs “point” to an image)

It’s entirely possible that the NFT is the share (see Governance Tokens) but in this case for Monzo it’s just pointing to a share.

As much as they would like to digitise the shares so they can say “it’s decentralised” I do not think that works for normal, regular, real-world shares :thinking:

I believe some legal entity, somewhere, has to own the share which means it will be forced to point to it.

aren’t allowed to sell their share.

In this case, this could be a problem – if you just point to something you only have paper ownership of it (like buying “real gold” but not physically getting it).

Edit: Worth pointing out it may be using ERC-20 (tokens, like crypto coins) instead of ERC-721 (NFTs). Not much changes if it’s still just paper pointing to something :slight_smile:

4 Likes

image

3 Likes

While I enjoyed the gif above, which represents one viewpoint, I really enjoyed the detailed drill-down by @bee (above that) too

Let’s see… Amusing gif Vs informative breakdown

Fight!!!

3 Likes

Something we do at Monzo (and I presume other fintechs) is try to guess how another company is doing something, upon some more research:

They do use ethereum.

They mention using ERC-20 (not NFTs), I think this is their code:

And this is their token for SpaceX stock:

Here is some more details about their fund which invests / buys shares to turn into fractional shares:
https://utc.fund/about
Their Twitter account for the fund is linked on the Website and their code, but it doesn’t exist
https://twitter.com/uspxt

Would be a shame if someone registered that account before they did, so don’t do that :stuck_out_tongue:

Code

Here’s their token code:

/**
 * @title EToken2 Asset Proxy.
 *
 * Proxy implements ERC20 interface and acts as a gateway to a single EToken2 asset.
 * Proxy adds etoken2Symbol and caller(sender) when forwarding requests to EToken2.
 * Every request that is made by caller first sent to the specific asset implementation
 * contract, which then calls back to be forwarded onto EToken2.
 *
 * Calls flow: Caller ->
 *             Proxy.func(...) ->
 *             Asset._performFunc(..., Caller.address) ->
 *             Proxy._forwardFunc(..., Caller.address) ->
 *             Platform.proxyFunc(..., symbol, Caller.address)
 *
 * Generic call flow: Caller ->
 *             Proxy.unknownFunc(...) ->
 *             Asset._performGeneric(..., Caller.address) ->
 *             Asset.unknownFunc(...)
 *
 * Asset implementation contract is mutable, but each user have an option to stick with
 * old implementation, through explicit decision made in timely manner, if he doesn't agree
 * with new rules.
 * Each user have a possibility to upgrade to latest asset contract implementation, without the
 * possibility to rollback.
 *
 * Note: all the non constant functions return false instead of throwing in case if state change
 * didn't happen yet.
 */
contract UnicornAIRSecurityToken is ERC20Interface, AssetProxyInterface, Bytes32, ReturnData {

Worth

I think UAirToken at 0xAC47fbb90458695044d9B08d6DE285148DB4daFF is their main token, which is worth around $2 (think of this as investing in Raison themselves)

Entering their SpaceX Token 0x38D3D9ABbDBA8305eBb8B72996eFe55BF785aed0, we assume 1 SpaceX Token = 1 spaceX share.

Privately SpaceX shares are worth a bit more than $400.

But you can buy their token for $4 on Uniswap (instead of using the Raison app you can just go directly through their code to do it).

This means there is approximately a 400% arbitrage opportunity assuming that Raison shares will materialise into real SpaceX shares on IPO.

Sorry, I’m at work so my investigation wasn’t perfect but should be good enough :slight_smile:

3 Likes

There is no longer an offer listed on Raison to pre-order Monzo related derivatives. This is what they said about it:

"Monzo UMNZ units were in the Pre-Order status on the Marketplace. This status means we are collecting financial interest for a potential offer on the app. You can find more information about our Status tags in the How it Works section.

Unfortunately, after a few months, the company failed to collect enough interest from our users. The money that you invested will be refunded in the currency that you made the transaction in.

We do not take a commission for this transaction, but a fee might be charged from the correspondent bank and can vary from ¢9 to $15."

Smart contract sounds like horcrux