Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit d79dedd

Browse files
authored
Add .sol domain docs (#17)
1 parent c1e926f commit d79dedd

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# Treasury domain name
6+
It is possible for a treasury account to have a `.sol` address (eg. `mytreasury.sol`) through [Bonfida](https://naming.bonfida.org/). Anybody can send `.sol` domains to the treasury account. A Bonfida domain points to the current owner of said domain. For more information on solana domains, read [Bonfida's documentation](https://docs.bonfida.org/collection/an-introduction-to-the-solana-name-service).
7+
8+
Note that a domain name must be owned *by the treasury, not the governance itself* to function. Do not transfer ownership of a domain to the governance's pubkey.
9+
10+
## Purchasing a .sol domain name
11+
To purchase a `.sol` domain name, head to [Bondifa's Solana Name Service](https://naming.bonfida.org/) and follow the process.
12+
13+
## Set up treasury address
14+
Make sure your governance (eg. DAO) has a SOL treasury account. See [Treasury Accounts](treasury-account.md) if you haven't set one up yet.
15+
16+
![treasuryCard](/img/treasurySolAddress/treasuryCard.png)
17+
18+
Copy the deposit address of the treasury. This will be the address you'll transfer the `.sol` domain name to.
19+
20+
![treasuryView](/img/treasurySolAddress/treasuryView.png)
21+
22+
## Transfer domain to treasury
23+
As mentioned before, your domain must be transferred to the *treasury's address* (the one that you just copied).
24+
25+
Head to [your domains](https://naming.bonfida.org/#/profile?view=domains) on Bonfida, and select the domain you'd like to transfer. Under the "Domain information", "Owner" section, click the "Transfer" button. Paste in your treasury address and hit transfer.
26+
27+
![bonfidaDomainView](/img/treasurySolAddress/bonfidaDomainView.png)
28+
29+
After the transaction is processed, your domain has been transferred to the treasury and is now pointing to your treasury's address. You can send a small amount of SOL to this `.sol` domain name and see that it arrives directly into your treasury.
30+
31+
## Transfer out domain name
32+
It is currently only possible to transfer out a domain name from the treasury to a different address using a proposal with a custom instruction.
Loading
43.8 KB
Loading
183 KB
Loading

0 commit comments

Comments
 (0)