> ## Documentation Index
> Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Hypernative

> Connect your Hypernative account to Portal and start scanning transactions, addresses, tokens, NFTs, and URLs for security risks.

## Overview

Portal integrates with [Hypernative](https://www.hypernative.io/) so you can scan transactions, addresses, tokens, NFTs, and URLs for security threats through Portal APIs and SDKs. This page covers the one‑time setup in Hypernative and the Portal Dashboard.

## Steps to enable the Portal Hypernative integration

### 1. Sign up for Hypernative

* Create or access your Hypernative account [here](https://app.hypernative.xyz/login?referrer=portal).
* Generate a Hypernative `x-client-id` and `x-client-secret` in your Hypernative dashboard.

<Note>Keep your API keys secure. You'll paste them into Portal in the next step.</Note>

### 2. Enable the Hypernative integration in Portal

1. Open the [Portal Dashboard](https://app.portalhq.io).
2. Navigate to the `Integrations` page.
3. Locate the `Hypernative` integration and add it.
4. Paste your Hypernative `x-client-id` and `x-client-secret` for your selected Portal environment and save.
5. (Optional) Enable **Integrated Scans** to automatically scan all EVM and Solana transactions with Hypernative before signing.

<Warning>
  Enabling Integrated Scans will increase transaction signing times, as each transaction must be scanned by
  Hypernative before signing is allowed.
</Warning>

Once saved, Portal will proxy your SDK/API calls to Hypernative using this key securely from Portal's servers, so you won't need to embed it in your application code.

<Note>Integrations are environment‑scoped. Repeat these steps per Portal environment.</Note>

## Next steps

Implement the flow in your app using our SDK guides for Hypernative:

* [Enhance your wallets' security with Hypernative](/sdks/ios/guide/hypernative) using the iOS SDK
* [Enhance your wallets' security with Hypernative](/sdks/android/guide/hypernative) using the Android SDK
* [Enhance your wallets' security with Hypernative](/sdks/react-native/guide/hypernative) using the React Native SDK
* [Enhance your wallets' security with Hypernative](/sdks/web/guide/hypernative) using the Web SDK
