# activated

Contains the status of [activation](https://docs.constellationnetwork.io/stargazer-wallet/guide/provider-activation).

**Type**

`Boolean` - Indicating if the provider is activated for the current [origin](https://datatracker.ietf.org/doc/html/rfc6454).

**Example**

TypeScript

```typescript
provider.version;
// true
```
