Submitted by Koolex
According to Astarias docs: https://docs.astaria.xyz/docs/protocol-mechanics/loanterms
The liquidation initial ask is specified in 18 decimals. This is then used as a starting price when the NFT goes under auction on OpenSea. However, if the asset has less than 18 decimals, then the starting price goes wrong to Seaport.
This results in listing the NFT with too high price that makes it unlikely to be sold.
The starting price is set to the liquidation initial ask:
https://github.com/code-423n4/2023-01-astaria/blob/main/src/AstariaRouter.sol#L639-L647
Lets assume the asset is USDC which has 6 decimals:
SantiagoGregory (Astaria) confirmed
