The function listAnchor sets _isCurated to true but does not update the curatedPoolCount and does not emit the Curated event. I dont see this curatedPoolCount variable used anywhere so probably its just needed for the frontend consumption.
Recommend that the best solution would be to replace _isCurated[token] = true; with call to function curatePool. It also skips if the same anchor is listed twice.
