Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 936 Bytes

053.md

File metadata and controls

41 lines (21 loc) · 936 Bytes

Small Shamrock Rook

Medium

No RWAs have a chainlink feed in ETH, so RWAs cannot be minted as nuAssets

Summary

A key intention of the protocol is to allow RWAs with chainlink feeds to be represented with synthetic nuAssets.

The issue is that the protocol only works with chainlink feeds where the asset is priced with ETH.

All the RWAs like gold, oil, etc on chainlink are only available with USD pairs, not ETH.

Root Cause

The protocol only works with chainlink feeds where the asset is priced with ETH, but all the RWAs like gold, crude oil, etc on chainlink are only available with USD pairs, not ETH.

Internal pre-conditions

No response

External pre-conditions

No response

Attack Path

No response

Impact

Protocol in it's current form cannot work with RWAs.

PoC

No response

Mitigation

Have a way to convert the ASSET/USD pairs into ASSET/ETH using the ETH/USD price feed.