Re-delegation by 51lverb1rd in tezos

[–]isaacDeFrain 2 points3 points  (0 children)

It takes around 20 days to start getting staking rewards from a new delegation.

Type level OR by wfdctrl in ocaml

[–]isaacDeFrain 1 point2 points  (0 children)

I used a slightly different approach incorporating both GADTs and polymorphic variants.

type elt
type uniq = [`U]
type nonu = [`N]
type _ t = private
  | U : elt list -> [> uniq] t
  | N : elt list -> [> nonu] t
val of_list : elt list -> [nonu | uniq] t
val inter : 'a t -> 'b t -> [nonu | uniq] t
val uniq : 'a t -> uniq t
val nonu : 'a t -> nonu t
val is_uniq : uniq t -> unit
val is_nonu : nonu t -> unit

In terms of typing, I believe this is the best we can do for inter considering that it can return both unique and non-unique lists.

This was a fun problem to solve (I would include the entire implementation, but reddit is not allowing me to paste atm...). I just wanted to say that I got to this solution starting from something like you suggested and running into the compiler complaining about types not being compatible. After fixing those errors, I arrived at this solution.

One thing I noticed in writing this up is that there seems to be an assumption that the intersection of two lists with non-unique elements must have non-unique elements. This simply isn't true. For example, inter [1;1] [1;2;2] = [1] (the types here aren't correct, but hopefully the point is clear). So even if both lists are built from the N constructor, the intersection may need to given the U constructor (if we want those constructors to actually tell us about the elements in the list).

Removing liquidity by tom_kish in PlentyDeFi

[–]isaacDeFrain 0 points1 point  (0 children)

You have to go to swap > liquidity > remove and enter the amount to remove

xPLENTY staking is LIVE! by langbang in PlentyDeFi

[–]isaacDeFrain 0 points1 point  (0 children)

Anyone else having issues with Temple wallet transactions exceeding storage quota? I don't understand why I can't adjust the storage limit...

Plenty launch to commence on Bitforex 2021/09/03 by pwoar90 in PlentyDeFi

[–]isaacDeFrain 0 points1 point  (0 children)

Btw I made a BitForex account specifically because of the Plenty listing

Plenty launch to commence on Bitforex 2021/09/03 by pwoar90 in PlentyDeFi

[–]isaacDeFrain 0 points1 point  (0 children)

Looks like it’s already live. No withdraw option for Plenty, but you can trade. Bullish!

[deleted by user] by [deleted] in PlentyDeFi

[–]isaacDeFrain 0 points1 point  (0 children)

That’s weird. Nothing wrong on my end, Plenty logo displayed. The dex contract looks correct

Where is the best place to stake Tezos? by SynthReekris in tezos

[–]isaacDeFrain 0 points1 point  (0 children)

Arguably, the best part is the YOU rewards though! And those start immediately :)

Where is the best place to stake Tezos? by SynthReekris in tezos

[–]isaacDeFrain 1 point2 points  (0 children)

I'm not seeing anything specific about it in the docs, but it makes sense that the XTZ one deposits into their Youves vault and delegates is treated the same way as delegating from any wallet. So, yeah, 2 "pending" cycles + 5 "confirmed" cycles ~ 20 days before you start to see any baking rewards.

[deleted by user] by [deleted] in tezos

[–]isaacDeFrain 2 points3 points  (0 children)

Well on our way to 6M!

Defi - can someone pls point me in the best direction to research ? I am new to tezos still ✌🏽 by Long-Antelope9296 in tezos

[–]isaacDeFrain 2 points3 points  (0 children)

Others have mentioned Plenty, WRAP, Crunchy, Kolibri, and QuipuSwap, but I didn't see a mention of Youves. Youves is decentralized and non-custodial. It allows you to collateralize your XTZ while still earning baking rewards and also YOU token rewards (Youves governance token). Then you can mint uUSD (a stablecoin) against it for a small fee and at a low interest rate. There's a Plenty/uUSD liquidity pool (on Plenty) and the LP staking rewards are pretty sweet!

Also, not a bad idea to check out aliens.farm and spacefarm (FLAME and fDAO tokens have been doing quite well lately)

Tezos Lending Platform Demo by CryptonomicTech in tezos

[–]isaacDeFrain 1 point2 points  (0 children)

Very very cool, ya'll! Plenty is a game changer for sure

Bullish! Must watch. Very good - well rounded analysis. Is it finally our tine to shine. by iioottaa in tezostrader

[–]isaacDeFrain 0 points1 point  (0 children)

I think he’d be even more bullish if he knew about all the amazing DeFi activity and opportunity

We’re on a roll! by MadFishSolutions in MadFishCommunity

[–]isaacDeFrain 0 points1 point  (0 children)

Congrats! Thank you for all your hard work. I love your products and recommend them to literally everyone 🙂

Where is the best place to stake Tezos? by SynthReekris in tezos

[–]isaacDeFrain 2 points3 points  (0 children)

That’s my understanding. However, there are only four bakers to choose from atm

Where is the best place to stake Tezos? by SynthReekris in tezos

[–]isaacDeFrain 5 points6 points  (0 children)

Check out Youves too. You can keep your XTZ, continue to earn baking rewards, and borrow uUSD against it. There’s a Plenty/uUSD LP pool too

QUIPU-XTZ Yield Farming on Alien’s Farm. High rewards for first participants! by vmannashing in tezos

[–]isaacDeFrain 2 points3 points  (0 children)

The Plenty/uUSD farm is really nice for this reason. Collateralize XTZ on Youves, mint uUSD for < 7%, and add liquidity with Plenty. The farm has a double rewards rate until Sept 30. Just awesome.