0xpatrickdev / agoric-vault-collateral-proposal

CoreEval Proposal and Permits for Inter Vault Collateral Type
0 stars 3 forks source link

start with non-vbank ERTP asset? #10

Closed dckc closed 1 year ago

dckc commented 1 year ago

I just landed the first chunk of work on supporting non-vbank assets:

So we could just make a plain ERTP work-alike for stATOM. We could mint it using a PSM that trades for testnet-ATOM (photon, I think).

Updating the web UI clients might be significant work, but tweaking the CLI tools should take just a few lines.

p.s. or we could just use the REPL as our PSM and Vaults client

dckc commented 1 year ago

We could mint it using a PSM that trades for testnet-ATOM (photon, I think).

Not so fast. The existing PSM contract always trades something for IST. It doesn't support arbitrary pairs. Boring.

dckc commented 1 year ago

given progress on a real IBC denom, let's punt on this.