# Invite

An **invitation** is required to create an Ethos profile.

Invitations create a bond between an inviter and the invitee's credibility score for the first 90 days.

Invitations help us ensure a sybil resistant network where users risk their own social capital in who they invite.

### How invitations work

An existing user may use the invite function of the Ethos protocol to invite another Ethereum address. Invitations are intended to be limited, and their initial distribution will be managed by the Ethos Labs team.

Invitations from credible users increase new user's score significantly.

Invitations can be revoked if they have not been accepted yet.

### The invitation bond

There is a 180 day bonding period when someone accepts your invitation. During this time you will earn a percentage of their score, positive OR negative.

This is intended to create some both upside and downside in your social capital by being selective in who you invite.

If a user invites a bad actor, who's score drops dramatically in the 90 day bonding period, the invitee will lose some of their credibility score as well.

This discourages people from inviting bad actors.. or potentially themselves. It encourages people to invite credible, reputable people as they will also earn credibility score from it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whitepaper.ethos.network/ethos-mechanisms/invite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
