A directory of .kas domains: a place to list a domain you own, put a profile behind it, and be found by category or by how the community has voted.
It is not a registrar and not a marketplace. You do not buy, sell, or register a domain here, and the site never takes custody of a domain or of any funds beyond the listing and voting fees. Registration lives with KNS.
Voting works the same way at 1 KAS per vote, one vote per wallet per domain.
Every write is signed by the domain's owner and checked against KNS at the moment of the request β not against whoever created the listing. So a domain that changes hands on KNS becomes editable by its new owner immediately, and stops being editable by the old one. There is nothing to transfer and no permission to revoke.
Listings, votes, categories and profile links are stored in a Postgres database (Supabase). Ownership is not stored as an authority β it is read live from KNS every time it matters, so the database is a cache of it rather than a competing claim.
Fee transactions are recorded on Kaspa L1 and are public and permanent. The site verifies them from the chain rather than trusting the browser; the directory profile itself is stored in the KaspaDomains database.
Earlier versions kept listings in smart contracts on Kasplex. Six of the eight contract addresses turned out to have no deployed code and the other two failed every call, so that path was removed entirely on 6 September 2026 rather than kept as a fallback that had never worked.
The site's source, its database schema and its written record of known bugs and gaps are all public. So is the reasoning behind the architecture β including the parts that are unfinished.
The status page reports the live health of this deployment, including anything currently broken.