The game is smol and simple. Just tap the smolskull in the 9x9 grid when you see it. It appears after exactly 2.1 seconds
query SmolskullActiveListingQuery { generativeToken(id: "$0") { activeListedObjkts(sort: {listingPrice: "ASC"}, take: $1) { name, id, activeListing { version price id } } }
}
query SmolskullListingQuery { objkt(hash: "$0") { version name createdAt activeListing { version price id } actions { id type createdAt numericValue issuer { name id } target { name id } } }
}
query SmolskullUserQuery { user(id: "$0") { avatarUri }
}