As I start demoing my software to people I often come across the question: how do you prevent a malicious user from manipulating the triple position data to make their address look “trustworthy”? I am talking aside from Intuition trust claims (I’ll leave that for a whole different discussion)
Off the top of my head these are some relevant heuristics:
- Age of account’s first transaction
- Number of account transactions
- Balance of account
- Activity / balance on other chains (with same address)?
- NFT ownership(?)
I’m curious what other pieces of data could be used in heuristics to signal that an address is less or more trustworthy. Thoughts?