Fed.network is a open federation service for Stellar Network

Get yourname*fed.network now.

 
*fed.network

for Users

It's easy for you to claim a username.

claim a username

send 0.5 XLM to bind*fed.network, with a username you like (and not used by others yet) attached in the memo field, memo type is text.

username and the address you payout will bind together.

withdraw your username

send 1 XLM to bind*fed.network.

your address will not tie to your username anymore.

change your username

send 2 XLM to bind*fed.network with a username you like (and not used by others yet) attached in the memo field, memo type is text.

the new username and the address you payout will bind together. the old one will discard.

Developers

for (wallet) developers,
our service follows the stellar federation protocol, you can look up an account id when you have a stellar address and vice versa.
Also, we implement part of @pacngfar's Stellar-Wilson proposal: federation_register and federation_delete, it would be convenient for you to provide your users a human-friendly name.

/Look up

HTTP endpoint: https://fed.network/federation . declared in stellar.toml file.

Supported type: name and id

/Insert

Docs here.

method: PUT

Note: the signature of username should be transported in hex string and 128 bytes.

/Delete

Docs here.

method: DELETE

Note: the signature of username should be transported in hex string and 128 bytes.

Behind the scenes

All of these fed data are stored on blockchain. you can check it out at here

Why?

Service should be stable. Data should be safe.

It's reasonable for a open service to keep its data public. Even encounter an accident ,other service providers can easily mirror the data and provide similar services.