14:20:45 with FCMP++ the address will change if i understand correctly. Does anybody have an example of how addresses will look like? Are they going to be longer or shorter? 14:36:18 Quoting [FCMP++ latest document](https://raw.githubusercontent.com/kayabaNerve/fcmp-ringct/develop/fcmp%2B%2B.pdf): 14:36:19 > Addresses do not need modifications. All existing addresses will continue to 14:36:21 work as-is. Wallets will work without modifying their keys at all 14:36:23 FCMP++ is a new *"transaction protocol"*. Addresses changes will be caused by new addressing protocols such as [JamtisRCT](https://gist.github.com/tevador/d3656a217c0177c160b9b6219d9ebb96) and/or [Carrot](https://github.com/jeffro256/carrot/blob/master/carrot.md) 14:36:25 Carrot will preserve backwards compatibility with existing addresses. 14:36:27 Examples of new addresses: 14:36:29 - **JamtisRCT**: `xmra1mm95tp74ihjcu244xt4hpw1smcg5cdhdubfbmk3iyyw16ned1tu70hys0r3784af7r8515f2p9xtrx58akjtwb0cft00ari8jecrighji8aqaexwsh2475q3e1bay734kuhicey8bck5wwfbbp2yi4e4qn9h8dst5aaq8qnbyj0xrweamt1jwq5m0j1anh5srpm6fkhm6s76s3udi6xi0rm0jwf884j2exgg3t0ebxdcc3k` 14:36:31 - **Carrot**: no example found on the document but format is explained here: https://github.com/jeffro256/carrot/blob/master/carrot.md#71-transaction-global-fields 14:40:54 so it's going to be 64+8 = 72 bytes long? 96 characters if the address is encoded using base36 (without checksum) 14:42:51 Isn't Monero using Base58? I'm usnsure now. 14:42:56 cc: jeffro256 kayabanerve 14:43:15 What is Carrot address format ? 14:43:30 yes, monero is using base58, but i'm not sure how long 72 bytes would be with base58 14:43:48 definitely less than 96 chars 14:47:29 FCMP++ is compatible with the existing address protocol and Carrot, which reuses the same address format (despite a distinct one-time address derivation/TX data protocol).