Decentralized prediction market for crypto events - polymarket-login - Trade markets and hedge crypto positions efficiently.

Decentralized crypto prediction market for traders - polymarket - trade on real-world event outcomes with low fees.

Decentralized prediction markets for crypto traders - Try Polymarket - place informed bets and hedge crypto risk efficiently.

Trezor for DeFi Traders: Why Hardware Wallets Can’t Directly Connect to Smart Contracts (And Why That’s Good)

A DeFi trader holding a Trezor hardware wallet faces a constraint that hot-wallet users do not: every interaction with a smart contract requires physical confirmation on the device itself. This includes approvals, swaps, deposits, and withdrawals. The trader cannot simply connect their wallet to Uniswap, Aave, or any other protocol and execute transactions as smoothly as they could with a software wallet connected directly to their browser. To some extent, this friction is deliberate. It represents a fundamental architectural choice to keep the private key isolated from any web-connected environment, no matter how reputable the interface appears.

That isolation creates a security advantage that becomes less obvious the more fluent a trader becomes with DeFi interfaces. Software wallets expose private keys or signing authority to the same browser environment where phishing, script injection, contract exploitation, and malware operate. A Trezor device enforces a physical signing step that no amount of sophisticated attack surface engineering can bypass. The transaction details displayed on the device’s own screen become the ground truth, not the browser window. But the architectural benefit carries operational costs. Understanding both the security model and the practical workflow is essential for any trader deciding whether a hardware wallet makes sense for active DeFi participation.

Trezor hardware wallet connected to a computer showing DeFi transaction confirmation interface

The architecture that separates private keys from web exposure

A hardware wallet like Trezor maintains security through strict compartmentalization. The device itself contains the private keys and performs cryptographic operations. It never transmits those keys to any external system. Trezor Suite, the desktop or web application that communicates with the device, acts as a display and broadcast tool. It shows balances, constructs transactions, and sends signed transactions to the blockchain. It does not and cannot access the private key material.

This separation is not a limitation that could be engineered away. It is the core design principle. When a trader wants to approve a token for spending on a DEX, Trezor Suite shows the approval contract and parameters on screen. The user reviews those details, physically presses buttons on the device to confirm, and the device internally signs the transaction. Only then is the signed data returned to Trezor Suite and broadcast. A hacked or phished web interface cannot forge the user’s signature. It cannot redirect the approval to a different address. It cannot change the amount without the device displaying the new parameters and requiring a new approval.

An Ethereum wallet under full browser control faces a different threat model. MetaMask, for example, is a software wallet that maintains private keys (or derives them) within the browser extension. When a trader interacts with a dApp, MetaMask’s popup window appears, showing the transaction details. If the browser itself is compromised, or if the dApp interface has been altered through man-in-the-middle attack or supply-chain compromise, the transaction shown in MetaMask may not reflect what is actually being signed. A sophisticated attack could present one transaction on screen while the actual data being signed is something else. With Trezor, that attack class is far more difficult because the device’s screen is a separate trusted output channel that the attacker cannot intercept.

The practical result is that a trader using Trezor with DeFi applications must perform an intentional, physical action for each transaction. This eliminates an entire class of attacks where the browser environment silently executes malicious contract calls, approves spending to attacker addresses, or executes flash-loan attacks that depend on the victim’s wallet being compromised. The cost is that DeFi activities that should be atomic or time-critical may become cumbersome.

Why DeFi protocols cannot directly read from hardware wallets

Smart contracts interact with blockchain state. They read balances, transfer tokens, and change state based on transaction inputs. A contract cannot «reach into» a hardware wallet to directly pull a private key or execute a transaction. Instead, DeFi protocols expect the user to send them a signed transaction from an address they control. The protocol then executes the function specified in that transaction and updates the blockchain state accordingly.

When a trader connects a hot wallet like MetaMask to Uniswap, the dApp interface constructs a transaction and requests a signature. The wallet extension presents that request, the user approves it, and the signature is generated within the browser environment. The signed transaction is immediately broadcast, and the protocol executes it. The entire workflow is synchronous and feels immediate because there is no external confirmation device involved.

A Trezor hardware wallet introduces an asynchronous step. Trezor Suite prepares the transaction, but it must wait for the device to physically sign it. During that wait, nothing can prevent the user from disconnecting, changing their mind, or discovering that the DeFi interface has changed. Some DeFi activities, especially those involving time-sensitive conditions or slippage protection, can become problematic. A swap might timeout, or the price might move beyond acceptable tolerance, because the signing delay exceeded the protocol’s deadline parameters.

Additionally, some DeFi strategies rely on contract-to-contract interaction patterns that assume immediate execution. A flash loan, for example, is borrowed and repaid within the same transaction. If the user’s wallet is a hardware wallet and the signing process takes more than a few seconds, the timing assumptions of the contract code may be violated. This is not a flaw in Trezor’s design; it is an inherent consequence of prioritizing security over seamless automation. The hardware wallet prevents the wallet itself from being compromised, but it cannot accelerate the physical confirmation step without re-introducing the security risks that step was designed to eliminate.

Transaction signing on the device: what the display shows and what it means

The Trezor device has a small screen. When a transaction is about to be signed, this screen displays relevant parameters: the recipient address, the amount being sent, the gas price, and any contract data being executed. The user reviews these details and confirms by pressing buttons on the device. This display is the critical security surface for a DeFi trader because it is the last opportunity to notice if the transaction is different from what was intended.

A sophisticated contract exploitation attack often works by disguising what is actually happening. A user might see a message on screen saying «approve 1000 USDC for Uniswap,» but the actual transaction data might approve unlimited spending or redirect funds to an attacker address. If the user is interacting through a compromised dApp interface or a phishing site, the approval shown in a browser popup might be misleading. But when Trezor displays the transaction on its own screen, the attacker cannot forge that display. The device shows what it is actually about to sign.

However, the Trezor screen does not decode every contract interaction in plain English. For complex DeFi transactions, especially those involving multiple contract calls or conditional logic, the device may display encoded contract data rather than a human-readable interpretation. An advanced trader should be able to identify what matters: the contract address being called, the function being invoked, and the parameters. Understanding those details requires familiarity with contract ABIs and the ability to verify that the contract address shown is indeed the legitimate protocol contract, not a phishing clone.

This responsibility falls on the user. Trezor Suite and the device itself cannot decode the intent of every smart contract call. What they can do is ensure that the signature being generated matches the transaction data shown on screen. If an attacker modifies the transaction data between the Trezor device’s approval and broadcast, the signature will not match, and the blockchain will reject the transaction. Verification remains the trader’s job, and that job is easier if they understand what they are looking at before confirming.

Approval workflows and token spending limits in DeFi

A fundamental pattern in DeFi is the token approval. Before a user can swap tokens on a DEX or deposit them into a protocol, they must first approve the protocol’s smart contract to transfer tokens on their behalf. This is a two-step process: first, send an approval transaction to the token contract; second, send the actual interaction transaction to the DEX or protocol. With Trezor, each of these steps requires physical confirmation on the device.

Many traders using hot wallets approve unlimited spending to simplify repeated interactions. This carries obvious risks: if the protocol is later compromised or if the approval is somehow revoked by an attacker, all future spending could be redirected. Best practice is to approve only the amount needed for the specific transaction or a reasonable limit for the trading session. Trezor makes this easier because the approval itself is visible and confirmable. A user can review the specific amount and modify it before confirming on the device.

Some DeFi protocols have updated their interactions to use the permit function, which combines approval and execution into a single transaction. This reduces the number of separate approvals a user must confirm, which can improve the experience for hardware wallet users. However, not all protocols have adopted this pattern, and older DeFi applications still rely on the two-step approval model. A trader should familiarize themselves with which protocols in their regular workflow use permit and which require separate approvals, since that affects the number of device confirmations needed.

A practical workflow might involve creating a list of protocols the trader plans to use, then approving specific spending limits for each in advance. Rather than attempting to approve dynamically during each swap, a batch of approvals can be created and confirmed during a dedicated session. This trades off convenience for simplicity: the trader knows exactly what they are approving and does not need to make signature decisions in real time during fast-moving market conditions.

Workarounds for advanced traders: airgapped signing and custom interfaces

Traders who require more control over transaction details or who want to avoid certain risks associated with web-based Trezor Suite can use airgapped signing tools. These tools construct transactions on one device without internet access, then transfer the transaction data to another device for signing with Trezor, and finally broadcast from a third device. This approach provides additional isolation but requires more technical sophistication and more manual steps.

MyEtherWallet and other community-maintained wallet interfaces support Trezor hardware wallet signing. These alternatives to the official Trezor Suite application offer different features, sometimes including more detailed contract interaction display or custom network support. An advanced trader should understand that using a third-party interface introduces a new trust assumption. If that interface is compromised, the hardware wallet still protects the private key, but it does not protect against the interface constructing a different transaction than the user intended. Verification on the device screen becomes even more critical.

Some DeFi traders use a hybrid approach: they maintain a small amount of capital in a hot wallet for frequent, low-value transactions, and use Trezor for larger positions or infrequent interactions. This acknowledges the reality that hardware wallet signing is slower than direct browser signing, while accepting the security advantage for high-value activities. The decision to split liquidity across multiple wallets introduces its own risks, including address management complexity and the possibility of accidentally sending funds to the wrong wallet, so this approach should only be adopted if the trader can manage the additional operational overhead.

For traders exploring advanced strategies, the official documentation and community support channels provide guidance on specific protocol integrations. You can verify the authenticity of Trezor resources through sites.google.com/trezorsuite.cfd/trezor-official/ and refer to official Trezor channels before attempting specialized configurations. Phishing remains a risk in this space; a compromised third-party tool that claims to support Trezor integration might actually be stealing transaction data or seed information.

Slippage, deadlines, and the cost of confirmation delays

DeFi protocols often enforce time-based constraints on transactions. A swap might include a deadline parameter that ensures the transaction fails if it is not mined within a certain time window. Slippage tolerance is another parameter that specifies the maximum acceptable price movement between the time the transaction is constructed and the time it is executed on-chain. These protections exist to prevent sandwich attacks and extreme price drift, but they create an inherent tension with hardware wallet workflows.

When a trader constructs a swap through Trezor Suite and the transaction is presented for signing on the device, several seconds have already elapsed. The user then reviews the transaction parameters, physically confirms on the device, and the signature is transmitted back to Trezor Suite for broadcast. During this entire process, market conditions may have changed. If the original deadline was tight or the slippage tolerance was narrow, the transaction may arrive at the blockchain too late, or the price may have moved beyond the tolerance threshold, causing the transaction to revert.

A practical approach for hardware wallet users is to use conservative deadline parameters. Rather than setting a 30-second deadline, use a longer window such as 60 or 90 seconds to account for signing delay. Slippage tolerance should similarly account for the reality that several seconds will elapse between transaction construction and execution. Advanced traders can also construct transactions using Trezor Suite and then submit them through MEV-protection pools or other services that provide additional time guarantees, though these services introduce their own trust assumptions.

For high-frequency traders or those executing time-critical arbitrage, Trezor may not be practical for active trading. The hardware wallet is well-suited to position management, long-term yield farming, and other activities where a delay of ten to thirty seconds is acceptable. For any DeFi strategy that depends on millisecond-level timing or atomic execution across multiple protocols, a hot wallet remains necessary. The choice between hardware and software wallets should be driven by the actual trading strategy, not by a desire to use hardware wallets universally.

Network fee control and custom gas parameters

One advantage Trezor offers to DeFi traders is granular control over transaction fees. When constructing a transaction through Trezor Suite, the user can set custom gas price, gas limit, and priority fee parameters. This is essential during periods of network congestion when preset fee structures might be too high or too low. A trader can monitor network conditions, estimate the appropriate fee, and set it explicitly before requesting device approval.

Hot wallets also offer fee customization, but the user experience often buries this option behind advanced menus. Trezor Suite puts fee control in the foreground, making it a regular part of the transaction workflow. For a trader managing positions across multiple protocols during volatile market conditions, this transparency is valuable. It also means that a trader can optimize fees for their specific situation rather than accepting whatever default the wallet or dApp interface provides.

The device screen displays the total fee in both gas units and estimated cost in the native currency. This allows a trader to see the impact before confirming. If the fee seems excessive or the network appears congested, the transaction can be cancelled and resubmitted later. This deliberate confirmation step, though slower than hot wallet execution, actually encourages better fee management. A trader is more likely to wait for lower fees if they must explicitly approve the transaction rather than accept a default.

Protecting yourself from contract exploitation and phishing during DeFi interactions

The hardware wallet itself protects against private key theft, but it does not protect against user error. A phishing site that presents itself as Uniswap or Aave can still trick a user into approving a malicious contract or sending funds to an attacker address. The Trezor device will display the transaction details, but if the user does not verify them carefully, they might approve what appears to be a legitimate swap but is actually an approval to drain their account.

A comprehensive protection strategy includes several layers. First, access DeFi applications only through official URLs, stored as bookmarks or accessed through a password manager to avoid accidental typos or phishing lookalikes. Second, use address verification on the device whenever possible. If a transaction specifies a recipient address that appears on the device screen, compare it against the official contract address for the protocol. Most phishing attempts target users who are not carefully checking the on-chain addresses.

Third, understand what each transaction is actually doing before confirming. If a dApp claims to be asking for a swap approval but the contract data visible on the device screen shows an unlimited approval or a transfer to an unknown address, do not approve. The hardware wallet gives you time to review because signing is not instant. Use that time. Fourth, regularly revoke approvals that are no longer needed. After completing a yield farming position or finishing a trading session, send a transaction to revoke previously granted approvals. This reduces the attack surface if a protocol is later compromised.

Finally, consider the source of any tool or interface you use with Trezor. The official Trezor Suite is developed by the Trezor team and is well-maintained. Community tools and alternative wallet interfaces are often high-quality, but they introduce an additional trust assumption. If you use such tools, verify their legitimacy through multiple sources, check their GitHub repositories and issue tracking for signs of active maintenance, and be especially careful when granting any new permissions or connecting to networks you have not previously used.

The practical verdict: when Trezor makes sense for DeFi

A Trezor hardware wallet is ideal for DeFi traders who engage in position management, long-term strategies, and protocols where transaction frequency is low to moderate. Staking, yield farming, loan opening, and collateral management are all reasonable use cases. The hardware wallet provides strong security for high-value positions without requiring constant oversight of the signing process.

The hardware wallet becomes less practical for active trading, flash loans, or any strategy that depends on immediate execution. The signing delay and the operational overhead of multiple confirmations conflict with the speed requirements of such activities. Similarly, if a trader’s strategy involves frequent small transactions where the confirmation step would become tedious, a hot wallet or a hybrid approach might be more realistic.

The security advantage of Trezor is also less relevant if the user does not maintain good operational security elsewhere. If the same computer used to manage the Trezor also runs malware, visit phishing sites, or stores sensitive information insecurely, the hardware wallet protects only the private key, not the entire trading operation. A trader should evaluate Trezor within the context of their overall security posture, not as a magical solution to all cryptocurrency security problems.

For most DeFi users who are not high-frequency traders, Trezor’s security model is worth the operational friction. The forced review of each transaction, the physical confirmation step, and the separation of the signing device from the web-connected interface all contribute to catching mistakes and preventing exploitation before it happens. The key is understanding what Trezor protects and what it does not, then designing a workflow that accepts the constraints of hardware signing while minimizing unnecessary complexity.

Frequently asked questions

Can I directly connect my Trezor to a DeFi application like Uniswap?

You can access Uniswap and other DeFi applications through Trezor Suite or compatible wallet interfaces that support hardware wallet signing. The connection is not direct in the sense of the dApp controlling your device. Instead, you construct transactions through the dApp interface, then request a signature from Trezor. The device displays the transaction details on its own screen, you confirm on the device, and the signed transaction is broadcast. This separation is intentional and is what provides the security benefit.

Why does using a Trezor for DeFi take longer than using a software wallet?

Every transaction must be physically confirmed on the device itself. This introduces a confirmation step that software wallets skip. Additionally, the device’s screen has limited display capacity, so complex transactions may show encoded contract data rather than human-readable descriptions. You also have time to review parameters before confirming, which is a security advantage but adds a few seconds to the workflow. For frequent, high-speed trading, this delay can be impractical.

What happens if I approve unlimited spending on a token through Trezor?

If you approve unlimited spending and the protocol is later compromised or exploited, an attacker could potentially drain that token from your account. Trezor allows you to see the approval amount on the device screen before confirming, which makes it easy to set a limited amount instead. Best practice is to approve only the amount you need for a specific transaction or a reasonable session limit, then revoke the approval when you are finished using that protocol.

Ledger Wallet Phishing Attacks and Social Engineering: How Scammers Compromise Accounts and Red Flags to Recognize

A Ledger Wallet user receives an email notification that their device has become «out of sync» and requires immediate action. The message includes a link to what appears to be an official Ledger Wallet download page, complete with recognizable branding and domain structure that looks legitimate at first glance. The user clicks through, enters recovery phrase information to «restore» their wallet, and within hours their cryptocurrency is gone. By the time they realize the mistake, the attacker has used the exposed recovery phrase to move funds to an address they control, and no amount of device re-pairing or firmware update can recover what was taken.

This scenario is not hypothetical. Ledger Wallet users face a persistent ecosystem of phishing attacks, fake applications, and social engineering schemes designed to extract recovery phrases, private keys, or access credentials. The architecture that makes Ledger Wallet secure—the separation of key management on a hardware device from transaction preparation on internet-connected systems—also creates an attack surface that depends entirely on human verification and careful application sourcing. When a user bypasses those verification steps, the strongest hardware security becomes irrelevant.

Screenshot showing potential phishing indicators on a fake Ledger Wallet login page, including misspelled domain, suspicious redirect warnings, and unsecured connection indicators

The recovery phrase attack: Why scammers prioritize this single secret

A recovery phrase is the master key to any Ledger Wallet. If an attacker obtains the 24-word seed, they can recreate the entire wallet on any device, anywhere, and drain the account without needing to touch the physical hardware device. The Ledger Secure Element protects against side-channel attacks and software-level key extraction from the device itself, but it cannot protect a recovery phrase that the user has already given away. This fundamental asymmetry—the recovery phrase is more powerful than any single transaction approval—makes recovery phrase theft the highest-leverage attack in the Ledger ecosystem.

Phishing campaigns exploit this by fabricating scenarios that feel urgent and legitimate. «Your account has been flagged for suspicious activity.» «Verify your wallet to maintain access.» «Update required before next transaction.» Each message triggers a psychological response: fear of account loss, social pressure to comply, or the assumption that an official-looking link must be genuine. The attacker’s goal is simple: get the user to a fake website or application where they can type or paste their recovery phrase under the impression that they are performing a legitimate system function.

The damage is immediate and permanent. Once the phrase is exposed, the attacker has obtained what is equivalent to the master password for every account in the wallet. They do not need the hardware device. They do not need to compromise Ledger’s systems or the Secure Element. They simply import the recovery phrase into their own Ledger device, a different wallet application, or even paper-and-pencil software and sign transactions at will. The user’s hardware device remains secure, uncompromised, and powerless to stop the theft.

This is why legitimate Ledger Wallet software—whether accessed through an official Ledger Wallet download page, the App Store, or Google Play—will never ask for the recovery phrase to be typed into the application itself. The recovery phrase is meant to be entered only during wallet creation, during device setup, or during a formal device reset that the user has deliberately initiated. Any request to enter the phrase for «verification,» «synchronization,» «account recovery,» or «security update» is a scam.

Fake applications and platform-specific distribution risks

A determined attacker does not always rely on phishing links in emails or messages. They create counterfeit Ledger Wallet applications that closely mimic the official version in appearance, app name, and even screenshots. On the Google Play Store, Apple App Store, or unofficial third-party repositories, a fake application can sit alongside legitimate software, relying on slight name variations, visual similarity, and poor user attention to gain downloads.

Android is particularly vulnerable because users can install applications from outside the official Play Store. A user who searches for «Ledger Wallet» on Google, receives a social media ad for what appears to be the official app, or follows a link from a compromised website may end up downloading a counterfeit version hosted on a third-party repository. The fake application often functions partially: it may even display a working portfolio view or simulate transaction screens. The hidden layer, however, is designed to capture recovery phrases, seed words, or private key material the moment the user inputs them.

iOS presents a different challenge. Apple’s App Store review process is more rigorous, and unsigned applications cannot be sideloaded on standard devices, but social engineering can circumvent these protections. Attackers may impersonate official Ledger support, direct users to a jailbroken device installation method, or create lookalike applications with names such as «Ledger Live Wallet,» «Ledger Crypto Wallet,» or «Ledger Digital Asset Manager»—each designed to confuse users searching for the real application. The official application is called Ledger Wallet (previously Ledger Live), published by Ledger, and has a specific icon and verification badge. Any variation should trigger skepticism.

The safest approach is to verify the publisher before installing. On iOS, search for «Ledger» in the App Store, tap the official result, and confirm the publisher is «Ledger.» On Android, do the same in Google Play. Do not follow links from emails, ads, or social media without first navigating independently to the App Store or Play Store and verifying the application is there. Scammers often invest in convincing ads and verified-looking social media accounts; they invest far less in actual App Store presence, which is why direct platform search is the most reliable method.

Domain spoofing and the phishing email ecosystem

Email remains one of the most effective attack vectors because many users trust visual cues—logos, branded formatting, official-sounding language—over careful verification of the sender address. A phishing email claiming to be from Ledger Support might use a sender address such as «support@ledger-security.com,» «verify@ledger-wallet-official.com,» or other variations that look plausible at a glance but are not actually owned by Ledger. The email itself often includes the real Ledger logo, links that appear to go to Ledger’s website, and language copied directly from official Ledger communications.

The next layer is the destination website. The phishing page might live at «ledger-wallet-verify.com,» «secure-ledger-live.io,» or other domains registered to the attacker. Modern phishing pages are remarkably sophisticated: they replicate Ledger’s interface, include real SSL certificates (making the connection appear secure), and even implement basic functionality such as language selection or password fields. The critical difference is that any information entered on the fake page is captured by the attacker’s server.

One common variant creates false urgency around cryptocurrency regulation, tax compliance, or platform updates. «Due to new compliance requirements, all Ledger Wallet users must re-verify their identity and recovery phrase.» «Your account will be locked unless you complete this security check within 24 hours.» «Update your Ledger Wallet immediately to remain compliant with local regulations.» Each message is designed to bypass the user’s deliberate skepticism by framing urgency as an external requirement rather than an optional request. Legitimate regulatory or security updates from Ledger are never triggered by clicking a link in an unsolicited email; they come through the application itself or through official Ledger channels that the user initiates independently.

Ledger genuine check information and warnings are published on Ledger’s official website and within the application. If a user receives an email claiming to be from Ledger and is uncertain whether it is legitimate, they should close the email, navigate directly to Ledger’s website by typing the URL into their browser, and check the official blog or support section. Legitimate Ledger communications will also be repeated through official social media accounts, which can be verified by checking the account’s creation date, verification badge, and posting history.

Recovery and account verification scams targeting the support process itself

Some attackers recognize that users who have already been victimized are emotionally vulnerable and may make poor decisions. A scammer observes that a user’s account has been emptied—information that may be publicly visible if the attacker knows the wallet’s public address—and then sends a message claiming to be from Ledger Support offering to help recover the funds. The fake support agent may request additional verification information: the recovery phrase (to «check the account»), proof of purchase, or payment for a recovery service. Each request is designed to either extract more private information or extract money directly.

Legitimate Ledger Support will never ask for the recovery phrase under any circumstances. It will not request payment to recover funds. It will not offer to «unlock» an account or reverse transactions (which are technically impossible on a blockchain). Real support interactions happen through official Ledger channels: the support ticket system on Ledger’s website, the help section within the application, or official social media accounts. Even then, support should never request sensitive information beyond what is necessary to verify ownership of a legitimate support contract or device purchase.

Users who believe they have been compromised should immediately take these steps: change any passwords associated with their email or account (to prevent the attacker from receiving Ledger support responses), review the recovery phrase to confirm it remains confidential, and check whether the Ledger device itself is still in their physical possession and has not been tampered with. If the recovery phrase was indeed exposed, the only reliable remediation is to create a new wallet on a new or reset device, transfer remaining cryptocurrency to a new recovery phrase, and ensure that no copy of the old phrase remains accessible.

Network and node-level attacks on Ledger Wallet users

While recovery phrase theft is the highest-leverage attack, other vectors exploit the separation between the Ledger device and the internet-connected application. Ledger Wallet communicates with blockchain nodes and services to display account balances, prepare transactions, and broadcast signed operations. A compromised network, a malicious proxy, or a fake «node» can intercept this traffic and attempt to trick the user into signing a malicious transaction.

Man-in-the-middle attacks are possible if a user connects to Ledger Wallet over an untrusted network (such as public WiFi) and a sophisticated attacker has positioned themselves between the user’s device and Ledger’s servers. In theory, the attacker could redirect the user’s transaction requests to a fake interface, display a false recipient address, and present a transaction for signature that actually sends funds to the attacker’s wallet. The Ledger device itself would display the real transaction details on its screen (which is the critical security point), but if the user is careless or the device’s screen is poorly lit, they might approve without reading carefully.

The primary protection here is local verification. When a Ledger device is asked to sign a transaction, it displays the recipient address, amount, and network on its own secure screen—not on the computer or phone application. A user must physically inspect the Ledger device screen and confirm that the displayed information matches what they intended to send. If the addresses or amounts do not match, the transaction should not be approved. This step is not optional or advisory; it is the moment when the hardware security guarantee is exercised. A sophisticated phishing or MITM attack can manipulate the application interface but cannot change what the Ledger device displays on its own screen.

Another subtle risk involves blockchain RPC (remote procedure call) endpoints and node selection. Ledger Wallet uses various blockchain nodes to fetch account data and broadcast transactions. If a user runs or selects a compromised node, an attacker could potentially return false balance information, prevent legitimate transactions, or broadcast false transaction history. This is a lower-severity attack because the Ledger device still controls key signing, but it can result in lost transactions or denial of service. For users managing large portfolios or high-value accounts, running a personal full node for critical blockchains (such as Bitcoin or Ethereum) and configuring Ledger Wallet to connect to it exclusively can reduce this risk.

Social engineering, impersonation, and account takeover through auxiliary channels

Ledger Wallet itself is not the only entry point. Attackers also compromise email accounts, social media profiles, and customer service interactions associated with users who hold cryptocurrency. If an attacker gains access to the email address linked to a Ledger account, they may be able to initiate password resets, receive two-factor authentication codes, or interact with account recovery processes. If they compromise the email associated with the user’s cryptocurrency exchange or bank account, they can attempt to move funds out of connected accounts.

Phishing campaigns often involve research. An attacker might identify Ledger Wallet users through social media posts, forum discussions, or leaked customer databases and then craft targeted messages using personal information: «Hi [name], we noticed unusual activity on your account registered to [email]. Please verify your recovery phrase here…» The specificity creates false confidence that the sender has legitimate access to account information.

Another social engineering pattern exploits the assumption of legitimacy in support channels. An attacker might create a Telegram or Discord account impersonating a Ledger employee, respond to user questions in Ledger-official communities, and gradually build trust before directing the user to a phishing page or suggesting that the user send their recovery phrase directly for support purposes. Community members may not verify that the account is actually affiliated with Ledger; the presence of the person in the group is enough.

Protection requires layered verification: enable two-factor authentication on all accounts associated with cryptocurrency (email, exchange, device accounts), use unique and strong passwords for each service, verify that support interactions are happening through official channels before sharing any information, and maintain skepticism toward accounts that seem authoritative but have not been verified through multiple independent sources. If a supposed Ledger employee appears in a community chat, verify the claim through official Ledger channels before responding.

Detection and verification: Distinguishing genuine software from counterfeit versions

Users have concrete tools for verification but must use them consistently. Ledger publishes the official application through two channels: the App Store (iOS) and Google Play (Android) for mobile, and direct downloads from Ledger’s website for desktop. The official website is ledger.com, and no other domain is legitimate. Links to Ledger in official communications always start with «ledger.com/» or the official app store links.

Before downloading, verify the publisher. On the App Store, search for «Ledger Wallet» and confirm the publisher is «Ledger» with a verification checkmark. On Google Play, the same applies. On desktop, download only from ledger.com/start or the official support page. Check that the website’s SSL certificate is valid (the address bar shows «https» and a lock icon) and that the domain is precisely «ledger.com,» not «ledger-official.com,» «ledger-wallet.com,» or any variation.

For desktop applications, additional verification is possible through cryptographic signatures. Ledger publishes GPG signatures for downloadable software, allowing technically sophisticated users to verify that the downloaded file was signed by Ledger’s key. This process requires installing GPG tools and understanding command-line operations, but it provides assurance that the binary has not been tampered with by an intermediary.

Mobile applications can be verified through less technical means. Check the application’s creation date and review history. Scam applications are often newer and have fewer reviews, or reviews that seem generic or written by bots. Read recent user reviews carefully; users who have discovered a scam often leave detailed warnings in the first few reviews. Check the application’s permissions: Ledger Wallet requires permission to access the camera (for QR code scanning), location services (for regional pricing), and storage (for configuration files). An application requesting permissions to read all files, access contacts, or monitor calls is suspicious.

Recovery, remediation, and the permanent loss problem

If a user realizes their recovery phrase has been compromised, the situation is grave. A blockchain transaction, once signed and broadcast, cannot be reversed. Cryptocurrency sent to an attacker’s address is gone. The user’s only option is to immediately secure any remaining funds by creating a new wallet with a new recovery phrase and transferring remaining cryptocurrency to the new account.

The process requires care. Create a new Ledger Wallet on a device that is not connected to the internet if possible, or on a device that the user is confident has not been compromised. Generate a new recovery phrase (never reuse the old one, even partially). Write down the new phrase by hand, offline, and store it securely. Then, from the compromised wallet, initiate transfers of any remaining cryptocurrency to addresses controlled by the new wallet. Do not attempt to «get help» by posting recovery phrase fragments online or describing the compromise in public cryptocurrency communities; this only provides additional information to bad actors.

Reporting the incident to Ledger Support is important for documentation and for helping Ledger identify attack patterns, but it will not recover the stolen funds. No company can reverse a blockchain transaction if the user’s private keys were exposed. If the user also falls victim to a second-stage attack (such as a fake recovery service), they should report that incident to local law enforcement and the relevant financial fraud authority in their jurisdiction.

The mental model going forward should be: recovery phrase compromises are equivalent to total account loss. Anything that requests a recovery phrase outside of the formal device setup process is an attack. Any communication claiming to help recover lost funds that also requests the recovery phrase is a secondary attack. The user should treat future wallet security with the same diligence required for high-value physical assets.

Frequently asked questions

What should I do if I accidentally entered my recovery phrase on a phishing website?

Assume the phrase has been compromised. Immediately create a new wallet on a new or reset Ledger device, generate a new recovery phrase, and transfer any remaining cryptocurrency to it. The old recovery phrase should be treated as no longer secret. Keep the old device for reference only. Do not attempt to «move funds back» or verify through other means; focus entirely on securing the new wallet and transferring out any remaining value in the old account.

Is it safe to download Ledger Wallet from third-party app stores or software repositories?

No. Ledger Wallet should be downloaded only from official sources: the Apple App Store or Google Play for mobile (verified by checking the publisher is «Ledger»), or from ledger.com for desktop. Third-party repositories, even if they claim to host the official version, are potential attack vectors for counterfeit or modified versions.

Why does Ledger Wallet never ask me to verify my recovery phrase or account?

Ledger Wallet does not require re-entry of the recovery phrase after initial setup because the phrase is meant to be kept secret and offline. The recovery phrase is the master key to the wallet; exposing it to any internet-connected system, even an official one, defeats the security model. Any request to enter the phrase for verification, updates, or synchronization is a scam.

Ledger Live Recovery Phrase: How to Safely Back Up and Protect Your Seed Words

A user receives a new Ledger hardware wallet, initializes it with Ledger Wallet (formerly Ledger Live), and during setup encounters a critical instruction: write down a 24-word recovery phrase and store it securely offline. The instruction appears routine, but it represents the actual foundation of cryptocurrency self-custody. That recovery phrase is not decorative or optional. It is the master key that can restore access to every cryptocurrency account and asset secured by the device if the hardware is lost, stolen, damaged, or forgotten. Understanding how to generate, protect, and use that phrase safely determines whether self-custody becomes genuine control or an expensive false sense of security.

The relationship between the Ledger hardware device and its recovery phrase is often misunderstood. The device itself is not the wallet; it is a secure signing tool. The recovery phrase is the actual wallet—the seed from which all private keys are derived. This distinction matters profoundly because it changes what needs to be backed up and what must be protected. Losing the device is recoverable. Exposing the recovery phrase to an unauthorized party can mean total loss of funds. Learning the correct way to handle recovery phrases before an emergency occurs prevents panic decisions that lead to theft, loss, or access denial.

Ledger hardware wallet device with recovery phrase writing sheet, illustrating the separation between the physical signer and the backup seed words

How recovery phrases are generated and why randomness matters

When a Ledger device is first initialized, its Secure Element—the tamper-resistant chip that holds cryptographic keys—generates randomness and converts it into a recovery phrase. This process does not happen on the computer. The device itself produces the phrase internally, and Ledger Wallet displays it to the user for the first time only during initial setup. That design choice is deliberate. By having the Secure Element generate the randomness rather than relying on a desktop computer that may be exposed to malware, phishing, or network surveillance, the device ensures that the phrase’s entropy comes from a controlled environment.

The phrase consists of 24 words selected from a standardized wordlist defined in BIP39, a Bitcoin Improvement Proposal that establishes how seed phrases work across compatible hardware and software wallets. Each word position carries mathematical weight; the order is not interchangeable, and a single word changed or reversed will produce an entirely different set of private keys. The last word includes a checksum, meaning that typos in the final word can often be detected. However, a mistake in an earlier word will silently produce a valid but wrong recovery phrase—and an empty wallet to match it.

The randomness requirement is also why users should never write down a phrase they generated themselves by rolling dice or picking words manually. While the mathematical theory of randomness is well understood, human attempts at randomness are predictable in ways that cryptographic analysis can exploit. Similarly, photographs of the device screen during phrase display can create unintended backups if those photos are stored in cloud sync or backed up to a service that stores data indefinitely.

When a Ledger device is restored using a recovery phrase—whether the original phrase from setup or a phrase imported from another wallet—the Secure Element derives the same set of private keys again. This is how recovery works. The phrase itself is not stored on the device, but every private key it generates will be identical each time, assuming the device firmware and derivation paths have not changed. This property is powerful and also dangerous: a phrase that has been exposed can be imported onto another device or into a different wallet, giving unauthorized parties access without the physical Ledger hardware.

The critical distinction between write-down and digital backup

Ledger Wallet does not offer a built-in option to export or download the recovery phrase as a digital file. This limitation is a security feature, not a convenience gap. A recovery phrase stored as a text file, screenshot, encrypted note, or cloud backup becomes vulnerable to malware scanning file systems, ransomware targeting backup services, phishing attacks on password managers, or data breaches affecting the cloud provider. The phrase would need to be encrypted, but encryption itself introduces a new risk: the encryption key must be remembered or stored separately, and if it is forgotten, the recovery phrase becomes inaccessible.

The designed approach is to write the phrase down by hand on paper provided with the device or from a printed worksheet. Writing by hand creates friction, which is intentional. The physical act of writing each word—spelling it correctly—forces attention and makes accidental mistakes obvious. More importantly, paper stored in a safe, safety deposit box, or secure home location does not connect to networks, sync to cloud services, or get scanned by malware. A written phrase can be lost to fire, water, or physical theft, but those risks are manageable through redundancy and strategic placement.

Some users question whether keeping two or three copies of the written phrase increases security. The answer is conditional. Multiple copies on paper reduce the risk that a single accident—water damage, fire in one location, or a single theft—destroys the only backup. However, each copy increases the physical attack surface. A person or burglary targeting cryptocurrency assets might find the first copy and stop. Duplicates should therefore be stored in genuinely separate locations: a home safe and a safety deposit box with different providers, for example, rather than two copies in the same drawer. The threat model determines whether redundancy or concentration is appropriate.

Writing the phrase down also enables a verification step that digital copies cannot easily provide. After writing the phrase, a user can close the Ledger Wallet application, reconnect the device, and check whether the device accepts a PIN unlock. This confirms that the device itself is functioning and that the written phrase matches what is actually stored. A second user—trusted but not required to know the device PIN—can also verify that the written words are legible and in the correct order without needing to understand cryptocurrency. This kind of testable backup is more reliable than trusting that a file was correctly encrypted or that a password manager will remain accessible for decades.

Storage locations and the access-versus-protection trade-off

There is no universally correct storage location for a recovery phrase because the optimal choice depends on the user’s threat model, asset value, living situation, and expectations for recovery time. The decision involves a deliberate trade-off between accessibility—how quickly the phrase can be retrieved if needed—and protection—how effectively it is shielded from theft, exposure, or destruction.

A recovery phrase kept in a home safe provides fast access and protection against casual burglary, but home safes can be bypassed, and home fires can damage contents depending on the safe’s fire rating. A safety deposit box at a bank provides institutional protection and reduces the risk of a home-based targeted attack, but access requires traveling to the bank and may be slow if immediate recovery is needed. Some users split the phrase across multiple locations—for example, the first half at home and the second half in a safety deposit box—but this approach creates a single point of failure if either location is compromised.

Cloud storage, password managers, encrypted USB drives, and digital vaults should be avoided unless the phrase is encrypted with a separate, equally well-protected encryption key. Even then, the encryption key itself becomes a recovery dependency. If the user forgets both the key and the phrase location, recovery becomes impossible. The phrase backup process should be simple enough that it can be executed without requiring secondary systems or complex procedures that can break or be forgotten.

For users concerned about natural disasters, geographical separation—storing copies in different cities or countries—can reduce correlated risk. For users concerned about estate planning, a trusted family member or attorney can be given instructions on where to find the phrase, though the phrase itself should not be disclosed unless the user is certain that person will not use it before the user intends or cannot be coerced into revealing it. These decisions are personal, but they should be made explicitly and documented in a separate location that is updated if circumstances change.

Why the Ledger device itself should not store the recovery phrase backup

Ledger Wallet includes a feature that allows users to write the recovery phrase on a provided card or worksheet during initial setup. Some users then keep that card with the physical device, assuming that having both together is convenient. This defeats the primary security purpose of having a recovery phrase backup. If the device and its recovery phrase backup are stored together, theft of one includes theft of the other. A burglar taking the Ledger device now has both the hardware and the key to use it (after sufficient attack time).

The recovery phrase should always be stored separately from the Ledger device. If the device is lost or stolen, the separation ensures that the thief has the signer but not the seed. If the recovery phrase backup is discovered or stolen, the attacker has the seed but not the device—and unless they can also compromise another Ledger (or import the phrase into different hardware), they cannot immediately sign transactions. Separation does not make theft impossible, but it does raise the attack complexity and cost. A thief would need to succeed at two independent break-ins or thefts, not one.

This principle also applies to physical PIN codes or device unlock passwords. These should not be stored with the device either. The device itself should be memorable—either no PIN, a simple PIN that is easy to recall, or a more complex PIN that is stored separately in the phrase backup location rather than written on the device or in a location associated with it.

Recovery phrases and Ledger self-custody responsibility

The philosophy of Ledger self-custody is that the user, not Ledger or any third party, holds ultimate control over the assets. This autonomy comes with a direct responsibility: if the recovery phrase is lost, neither Ledger nor any customer service team can recover the funds. Ledger cannot retrieve the phrase because the company does not have it; it is known only to the user and the Secure Element that generated it. This immutability is the same property that makes the system secure against external compromise.

Some users contact Ledger support believing that the company keeps a copy of their recovery phrase or that support can help restore access if the phrase is forgotten. Neither is true, and this belief creates a dangerous assumption. If a user forgets where the phrase is stored or cannot remember whether they actually wrote it down, waiting for support to «provide» the phrase will fail. The only solution at that point is to initialize the device again with a new recovery phrase and migrate assets from the old account to the new one if any funds are still accessible through public blockchain records.

This responsibility also extends to understanding that a recovery phrase grants access to all accounts and assets ever derived from it. A user who keeps the same recovery phrase for ten years and uses it across multiple wallet types should understand that anyone who obtains the phrase can access not only the current balance but also historical accounts, old addresses, and any funds that might be sent to old addresses in the future. Rotating the phrase by creating a new device and a new phrase, then migrating funds, is possible but operationally complex. The initial choice of recovery phrase security therefore has long-term consequences.

Testing backup recovery and avoiding common mistakes

Writing down a recovery phrase and storing it is not sufficient validation that the backup will actually work when needed. Testing should occur in a controlled environment, ideally before a genuine emergency. A simple test is to restore the phrase onto a second Ledger device (if available) and verify that the same public addresses appear on both devices. If the second device generates different addresses from the same phrase, either the phrase was written down incorrectly or the devices are using different derivation paths—and the backup cannot be trusted for recovery.

Users should avoid testing the recovery phrase on a different wallet type or software wallet during initial setup. The phrase might work with the other wallet, but it could generate a different set of addresses due to different derivation path standards. If the user later needs to recover and reaches for the software wallet instead of Ledger hardware, the accounts might appear empty even though funds were actually sent to addresses derived using the Ledger path. Testing should use the same device type that will be relied upon for recovery.

Another common mistake is updating the device firmware, reinitializing the device, or creating a new phrase without being absolutely certain that the old phrase is backed up and the recovery process has been verified. A user who accidentally initializes a Ledger device and receives a new recovery phrase before backing up or verifying the old one may have permanently lost access to the old phrase. Creating a new phrase is not reversible, and the old phrase cannot be recovered from the device once it has been wiped.

For higher-value portfolios, a documented recovery plan should exist separate from the phrase itself. This plan should describe where the phrase is stored, how to physically access that location, which device model to use for recovery, what the expected public addresses should be, and how to verify that recovery was successful. A recovery plan that exists only in memory becomes useless if the person who knows it becomes incapacitated or dies. on this site, you can find additional resources for understanding recovery best practices and device configuration.

Inheritance and access planning for cryptocurrency backups

Users with substantial Ledger crypto wallet balances should consider what happens if they become unable to access the funds—through death, incapacity, or memory loss. A recovery phrase in a safe deposit box helps, but only if heirs or executors know the phrase exists and can legally access it. Estate planning for cryptocurrency is complex because recovery phrases are cryptographic keys, not traditional assets listed in a will.

Options include: storing instructions in the will itself specifying where the phrase is located (though this creates a liability if the will becomes public during probate), sharing the phrase location with a trusted attorney or family member who is instructed to release it only after death or incapacity, or using multisignature approaches where recovery requires consensus from multiple parties. Each approach has trade-offs. Sharing the phrase location with a family member increases the risk that the person might access it before death or use it without permission. Keeping it secret ensures privacy but can mean the funds become permanently inaccessible if the user dies without leaving instructions.

A practical approach is to create a document—stored separately from the phrase itself—that describes where the recovery phrase is located and how to use it. This document can be disclosed to an executor or attorney without exposing the phrase itself. It might state: «My recovery phrase for my Ledger device is stored in envelope A in the safe deposit box at Bank X. The PIN to unlock the Ledger device is [PIN]. When you recover the device using this phrase, you will see accounts containing [approximate amounts] of Bitcoin, Ethereum, and other assets. To move these assets, connect the recovered device to a computer, open Ledger Wallet, and transfer funds to an address you control.»

Preventing recovery phrase exposure and what to do if exposure occurs

The threat model for a recovery phrase extends beyond physical theft. Exposure can occur through phishing emails requesting «verification» of the phrase, fake support websites designed to look like Ledger, malware that captures screen content or keyboard input, and social engineering attacks where someone impersonates Ledger support or a trusted contact requesting confirmation of credentials.

Ledger will never ask for the recovery phrase through email, support tickets, or direct messages. Legitimate Ledger support only needs the device serial number and approximate transaction history to assist with technical issues. If anyone requests the full recovery phrase, the request is a scam. The response is to immediately assume the requesting channel has been compromised and not to share the phrase through that channel.

If a recovery phrase is potentially exposed—photographed, recorded, or disclosed to an unknown party—the user should immediately initialize the Ledger device with a new recovery phrase and migrate all funds from the old accounts to new accounts derived from the new phrase. This should be treated as a security incident, not a minor inconvenience. The old phrase must be assumed to be in the hands of a capable attacker and cannot be trusted with any assets going forward. The migration process will take time and incur blockchain transaction fees, but it is the only way to guarantee that the compromised seed cannot be used to access funds.

Checking blockchain history for the exposed accounts can help determine if unauthorized transactions have already occurred. Most blockchain explorers allow searching by public address to see all historical transactions. If an attacker has already moved funds, the recovery is more complex and may require coordination with exchanges if the funds were converted and withdrawn. If no unauthorized transactions are visible, the migration should still proceed as soon as practical rather than waiting for a confirmed attack.

Frequently asked questions

Can I store my Ledger recovery phrase in a password manager or encrypted cloud service?

It is not recommended. Digital storage introduces vulnerability to malware, account breaches, data leaks, and unauthorized access to the password manager itself. Paper storage in a secure physical location (safe, safety deposit box, or combination thereof) is the standard approach. If digital backup is chosen, the recovery phrase should be encrypted with a separately protected encryption key that is stored apart from the phrase, creating additional recovery dependencies.

What happens if I lose my Ledger device but still have my recovery phrase?

You can purchase a new Ledger device, initialize it, and restore it using your backed-up recovery phrase. The new device will generate the same private keys and display the same public addresses as your original device. All assets on those addresses remain accessible. This is the core benefit of the recovery phrase—it makes the device itself replaceable while preserving access to your funds.

If my recovery phrase is exposed, can Ledger help me recover my funds?

No. Ledger support cannot and does not have access to recovery phrases. If your phrase is compromised, you must immediately create a new device with a new recovery phrase and move all funds to accounts derived from the new phrase. Delay increases the risk that an attacker will transfer the assets first. This is an emergency that requires immediate action, not a support ticket.

Per a què serveixen els diferents formats d’instagram?

En aquest post t’explicarem per a què serveixen els diferens formats d’instagram. Instagram disposa de diferents formats per a publicar. Entre ells destacarem els següents:

1️⃣ REELS. Són els vídeos creatius, curts i divertits que ofereix la plataforma. L’objectiu d’aquests és aconseguir major visibilitat i major abast. Vídeos de màxim 60 segons que combinen música, efectes, filtres, vídeos, fotos, stickers, textos… Va ser una idea original de TikTok, la plataforma que ha conquerit milions de joves i adolescents de tot el món i també adults que s’aprofiten de les seves múltiples possibilitats…


Els reels pots deixar-los al feed i compartir-los amb els seguidors en una nova pestanya que s’afegeix a las que ja hi ha: fotografies i videos, ICTV i Reels d’instagram.

Alguns tips per a tenir més èxit en els teus reels:

  • Gravar en diferents planols (afegeixes tants clips com vulguis).
  • Afegir efectes (creativitat al poder!).
  • Afegir transicions i tendències (tapar la càmara, moviments bruscos, zoom, palmellada, espetecs dels dits…).
  • Incloure títols i subtítols.

2️⃣ CARRUSEL. Format que permet publicar 10 imatges o slides en un sol post. S’utilitzen per aconseguir major converses, major dinamisme i més interacció amb la comunitat. Poden combinar fotos i videos.


3️⃣ POSTS. Vídeo o foto que es publica de forma directe o programada. Ideal per a fer branding i mostrar la nostra activitat. Són perfectes per augmentar el posicionament i mostrar la galeria de productes o serveis.


4️⃣ STORIES. Tenen una durada d’un màxim de 24 hores. Permeten compartir moments, personalitzar-los amb texts, dibuixos, emojis… L’objectiu és aconseguir major connexió amb l’audiència. Posa a disposició diferents eines com són els qüestionaris, les preguntes, les enquestes…


5️⃣ VÍDEOS o IGTV. Poden arribar a durar 60 minuts amb previsualització a la biografia de 60 segons. Serveixen per aconseguir més presència de marca, oferir un contingut més professional, utilitzats per a les entrevistes i xerrades entre professionals d’un mateix sector o entre col.legues de professió.


6️⃣ LIVES DIRECTES. L’objectiu és aconseguir transmetre més confiança amb la teva audiència.

Instagram disposa de diferents formats per a publicar. Entre ells destacarem els següents: reels, carrusel, post, stories, videos i lives.
Instagram disposa de diferents formats per a publicar. Entre ells destacarem els següents: REELS, POSTS, CARRUSEL, STORIES, VÍDEOS i LIVES.

Tenint en compte els diferents formats que ofereix instagram… ara toca preguntar-nos… estem aprofitant tot el que la plataforma ens ofereix? Quin format acostumem a utilitzar? Amb quin ens sentim més còmodes? Gaudim dels reels? Es instagram la plataforma que ens pot ajudar? on es troba el nostre públic objectiu? o es preferible que utilitzem una altre xarxa social?

Gestió de les xarxes socials

Si necessites ajuda per gestionar o decidir-te sobre amb quina xarxa social et pots sentir més còmoda o pots obtenir millors resultats… pots posar-te en contacte amb nosaltres o a través de l’email mireia@cusidodisseny.com o visita la nostra web www.cusidodisseny.com i veuràs en quins projectes estem treballant.

No ho dubtis! Una bona planificació de xarxes i de contingut a publicar et pot ajudar a posicionar-te molt més en el teu mercat, a millorar el teu branding i a guanyar visibilitat. Tot això amb l’objectiu final d’aconseguir nous clients.

El gran poder de la MARCA PERSONAL

MARCA cusidodisseny

La marca personal, Personal Brand o Personal Branding és el resultat de QUI SOM i quina EMPREMTA deixem en els altres, l’empremta que deixem a internet. El Personal Branding és la gestió d’aquesta marca personal. I és aquí on està el gran poder de la marca personal.

Per treballar correctament la nostra marca personal cal fer un estudi i diagnosi, desenvolupar un pla estratègic i un pla d’acció per tal d’acomplir els objectius que ens proposem.

La marca és la nostra proposta de valor, sense valor no hi ha marca

Mireya Trias consultora de marca personal, en un article seu va publicar una definició de marca personal que trobo molt encertada: “Marca personal es tu esencia enfocada en un objetivo y con una propuesta de valor”. Antonio Perles.

I és aquesta definició d’Antonio Perles, enginyer audiovisual i marketer digital interessat en les relacions marques-persones, que comparteixo doncs la marca personal, és la teva ESSÈNCIA, amb un OBJECTIU i una PROPOSTA DE VALOR.

Per tant, si desgranem la definició hem de saber QUI ETS, QUÈ FAS, COM HO FAS i PER A QUÈ HO FAS. Identificar totes aquestes característiques de la teva personalitat i tractar de comunicar-les per tal d’oferir un plus, una imatge sobre tu i transmetre-la amb l’objectiu que la gent et pugui conèixer i es faci una idea de quin tipus de professional ets.

Has de tenir un clar objectiu, has de detectar quin és el teu valor diferenciador, com vols que et recordin, quina és la teva missió, etc.

Per tant, el fet de gestionar conscientment la teva marca personal et farà destacar entre el reste de professionals. És fonamental que prioritzis la teva reputació ONLINE. Què diuen de tu a internet o a les xarxes… com et veuen… què transmets… com comuniques?

Fes-te aquesta pregunta: Com vols destacar professionalment amb la teva marca personal?

Una altre definició que crec que és molt interessant i cal tenir en compte podria ser: «La marca personal és la imatge que nosaltres mateixos construïm i que volem que els altres tinguin de nosaltres«. És que altres persones et reconeguin, sàpiguen qui ets tu, els teus serveis, experiència i potencialitats. Això t’ajudarà tant si estas en recerca d’oportunitats de negocis com si busques feina.

10 CONSELLS PER A POSICIONAR LA TEVA MARCA PERSONAL

Per tal de comunicar d’una forma efectiva i aconseguir atraure el teu públic objectiu i guanyar visibilitat, posicionament i credibilitat aquí et deixo uns consells:

  1. Treballa la teva IDENTITAT DE MARCA d’una forma coherent: logotip, tipografia i colors corporatius. 
  2. Tenir una web és fonamental. PRESÈNCIA ONLINE.
  3. Escriu articles al teu blog. CREACIÓ CONSTANT DE CONTINGUT de valor. També ajudarà a augmentar el trànsit a la teva web.
  4. Treballa les XARXES SOCIALS per fer difusió del contingut que publiquis a la teva web. No cal treballar totes. Escull en quines es troba el teu públic objectiu. És millor treballar un parell i fer-ho bé que intentar treballar-les totes i fer-ho malament.
  5. INBOUND MARKETING per aconseguir seguidors, prescriptors… 
  6. Treballa també MARKETING DE CONTINGUTS. Fes diferents accions: ebooks, imatges, infografies, videos…
  7. Utilitza EMAIL MARKETING (canal de comunicació molt potent).
  8. Fes NETWORKING ONLINE i OFFLINE. Amplia la teva xarxa de contactes on posicionar-te com un líder o especialista en el teu sector. LINKEDIN és un molt bon canal! El networking et pot ajudar a donar visibilitat al teu projecte, establir converses amb profesionals del teu sector, crear sinèrgies entre empreses o diferents professionals, projectar la teva carrera… 
  9. Comparteix els teus CONEIXEMENTS als altres. Sigui amb ponències, videos de youtube, articles, tallers, classes online…
  10. Crea COMUNITAT. INTERACTÚA amb el teu públic. Contesta els comentaris que et facin, escolta la teva audiència, fes preguntes, interactua amb altres comptes, comparteix publicacions… 

I com potenciar la teva marca personal? Es pot fer amb la creació de CONTINGUT però això serà en el proper post. 

✍️ A Cusidó Disseny ajudem a autònoms, emprenedors i PIMES a desenvolupar webs actualitzades, responsive, atractives, modernes i que transmetin els valors de la marca.

⭐️ Posa’t en contacte amb Mireia Cusidó, envia un email a mireia@cusidodisseny.com ⭐️

✅ T’ajudarem a dissenyar una web actualitzada per al teu negoci, marca o empresa d’una forma ràpida, eficaç i senzilla. Tenir una web al dia és important per a nosaltres, pels usuaris i pels possibles clients, però també, per a Google ja que valora positivament els continguts de qualitat i les webs actualitzades.? Així aconseguiràs aparèixer ben situat a les recerques, et veuràn més possibles clients, i per tant tindràs més oportunitats de negoci! ?No ho dubtis! En parlem?

Les targetes de visita estan mortes? Són del passat?

TargetesCusidoDisseny

Les targetes de visita estan mortes? Són del passat? És important tenir targetes de visita? Són una part essencial de la comunicació corporativa d’una empresa o d’una marca personal o per contra actualment no serveixen de molt?

Realment creus que les targetes de visita estan mortes? Són del passat? És cert que l’augment de la importància de les xarxes socials professionals com Linkedin i les noves tecnologies poden fer-nos pensar que les targetes de visita són del passat tot i que no és veritat! Afirmem que les targetes de visita no estan mortes! Tenen un paper fonamental en el món dels negocis.

5 Raons per les quals aconsellem tenir targetes de visita 

✔️Són part fonamental de la nostra marca personal. A través de la targeta també coneixen qui i com som, el nostre estil, el nostre càrrec… 

✔️Ningú rebutja una targeta de visita. Són la nostra carta de presentació. Si fem networking o assistim a una conferència, taller o esdeveniment amb persones o professionals que poden ser interessants per a nosaltres és una molt bona eina per presentar-te.

✔️ Millora la imatge professional. Són un gran aliat i poden ajudar-te per tal de donar-te a conèixer en el món real. Si et presentes de forma presencial i dones una targeta de visita, guanyaràs en confiança, serietat i professionalitat. 

✔️ Facilita el contacte. Són una ajuda per tal que les persones recordin millor el nostre nom i l’associin a la nostra marca i tots els elements que l’envolten con el logo i els nostres colors corporatius.

✔️Augmenta la possibilitat de contacte en un futur. Amb una targeta física serà més fàcil que ens contactin.

✍️ IMPORTANT TENIR EN COMPTE ✍️

1️⃣ TAMANY i FORMAT. Ha de ser tamany còmode i fàcil de guardar. El tamany ideal és que càpiga en una butxaca o en una cartera. El més utilitzat és el de 8,5 x 5,5 cm. La lletra ha de ser clara, amb un tamany agradable i fàcil de llegir.

2️⃣ LES DADES. Han de ser clarament identificables.

3️⃣ ELS COLORS. Utilitza els colors corporatius. Així hi haurà coherència amb la identitat de marca.

4️⃣ GRÀFICS I IMATGES. Utilitzar els justos i necessaris. No és gaire comú utilitzar imatges molt colorides si es tracta d’una targeta professional, dependrà del sector al qual pertanyi. Millor apostar per una targeta clara, neta i elegant sense gaires elements que distreguin del que realment és l’objectiu principal de la targeta.

5️⃣ TIPUS DE PAPER. Si has de fer una targeta de visita que et defineixi, fes-ho amb bona quailitat i un paper agradable al tacte, amb cos i resistent. Més val invertir en la qualitat final de la targeta que fer-ne unes de baixa qualitat i que es vegin molt senzilles… ja que són un reflex de com ets tu…  

6️⃣ LA IMPRESSIÓ. Existeixen diferents suports on imprimir les targetes de visita tot i que guanya amb diferència el paper (mínim uns 350g estucat) però avui en dia podem trobar molts materials que poden fer que ens diferenciem: pvc. cartrons, metalls… i diferents acabats com ara plastificats mate, brillant, vernissos, stamping, textures, tintes metàl·liques, termorelleu, etc.

Com a professionals del disseny gràfic i coneixedors dels diferents tipus i suports d’impressió, aconsellem el fet de demanar consell a imprentes per tal que ens ofereixin solucions i acabats òpitms per aconseguir unes targetes atractives i que donin la millor primera impressió quan les entreguis a clients, proveïdors o possibles partners.

⭐️ A Cusidó Disseny dissenyem targetes de visita diferenciadores, originals, clares, adequades a qualsevol activitat, atractives i memorables, per aconseguir un gran impacte en els teus clientes, que transmetin professionalitat i que sigui coherents amb els valors de la teva imatge corporativa. ⭐️

? Tens targetes de visita? Les fas servir? Penses que són un element important dintre de la comunicació corporativa de la teva empresa o per la teva marca personal??? Et llegeixo ⬇️⬇️⬇️⬇️

⭐️Posa’t en contacte amb Mireia Cusidó al 647938252 o envia un email a mireia@cusidodisseny.com⭐️

La transformació digital durant la pandèmia del #COVID19 i les avantatges pel teu negoci

teletreball

No deixem de sentir per tot arreu la necessitat de transformació digital per part de les empreses durant la pandèmia del #COVID19 i les avantatges pel teu negoci. I és que és un repte per a tota aquella empresa que no vulgui desaparèixer. Ara, després de 8 mesos de coronavirus, l’impacte i les consequències en tots els aspectes social, econòmic i personal i a nivell mundial han demostrat que cal una transformació digital de les empreses per tal de sobreviure durant aquesta pandèmia.

Moltes persones s’han vist obligades a aturar i fins i tot tancar empreses o la seva activitat comercial durant el confinament mentre que d’altres han apostat per la digitalització i l’esforç i implicació que suposa per poder tirar endavant. Treballar des de casa ha estat la solució per a molts treballadors i una opció en molts casos per poder fer front a aquesta situació per part de les empreses. El fet que tinguem l’accès als nostres clients a travès d’internet tan senzill i les noves tecnologies ha facilitat el fet de la digitalització de moltes empreses. I aquesta reorganització del model de treball ha suposat moltes noves formes de treballar amb noves metodologies de funcionament.

Només han superat aquesta transformació els treballadors o emprenedors amb actitud de canvi, adaptació, predisposició i una nova cultura digital. La feina de les empreses ha estat la de dissenyar una planificació per a la seva implementació. Han hagut d’observar la situació, definir objectius, realitzar un pla d’acció, identificar el lider digital o impulsor del procès, formar els seus treballadors, facilitar un acompanyament i assessorament continu, lluitar per l’equip, analitzar els resultats i adaptar el pla segons els resultats obtinguts.

Quines són les avantatges de la transformació digital?

1. Ser diferent de la teva competència. Treballar molt la teva marca corporativa o personal per potenciar-la, posicionar-te allà on vols ser-hi dintre del mercat i aconseguir tenir una clara personalitat pròpia diferenciada de la teva competència.

2. Millora la comunicació interna de l’empresa. El paper de la gestió correcta de les xarxes socials és fonamental per que hi hagi una millora en la comunicació de l’empresa, augmenten les converses i els participants són principalment els treballadors i hi ha una predisposició a l’escolta activa per part de l’empresa.

3. Augmenta la productivitat i el rendiment. El fet de prescindir de les reunions físiques ajuda a que es puguin fer online, sense mouren’s del lloc de treball, no perds temps en desplaçaments i per aquest motiu la productivitat, efectivitat i rendiment s’incrementen.

4. Reducció de costos. Es redueix en transport, materials i logística. La tecnologia facilita l’automatització dels processos mecànics i les persones poden aprofitar el seu talent en la millora dels processos i en la innovació.

5. Millora la reputació online. La gestió dels mitjans digitals com xarxes socials i internet són importantíssims en aquesta situació de pandèmia. Cal tenir un pla de contingència preparat per poder gestionar si sorgeix alguna crisi a nivell de reputació digital. S’han de contestar educadament, amb respecte i de forma ràpida els missatges o comentaris digitals que els clients puguin fer per no malmetre la imatge de l’empresa a internet.

6. Millora de gestió de coneixement i aprenentatge. Internet ens ofereix un amplíssim catàleg d’eines per a gestionar coneixements i programes d’aprenentatge continu a travès de la tecnologia. S’han d’aprofitar. Reciclatge continu dels nostres treballadors o dels emprenedors.

7. Eliminem les barreres físiques.

8. Optimitzem l’experiència de l’usuari. L’usuari online és ara el nostre client. Per tant, tot el nostre treball ha d’anar encaminat per tal que tinguin una experiència de compra positiva, les webs o ecommerce passen a tenir una importància fonamental. Han d’estar actualitzades i indexades, han de complir una sèrie de requisits com ara que siguin webs responsive, amigables, fàcils, clares, amb informació ordenada…

9. Millora de productes i serveis. Com tenim un feedback constant amb els nostres clients o seguidors a travès de les xarxes socials podem anar adaptant i millorant els nostres productes i serveis depenent de les seves necessitats.

10. Innovem.

11. Millorem les nostres decisions. La digitalització i les anàlisis de les dades a temps real i de forma molt fàcil i ràpida ens permeten millorar les decisions estratègiques.

Però no tot són beneficis… també hi ha alguns inconvenients que hem de tenir en compte com poden ser: la resistència al canvi per part de treballadors o empreses, les estructures jeràrquiques rígides de les empreses, la digitalització requereix una inversió econòmica i és necessari tenir una visió i actitut proactiva.

Així doncs, podem resumir que la transformació digital requereix un canvi de xip de les persones, un aprenentatge continu, obrir la ment i desenvolupar noves habilitats i adaptar els processos de les empreses a l’entorn digital on la tecnologia és primordial. I amb obrir la ment em refereixo a descobrir nous escenaris, noves oportunitats, crear noves comunitats, compartir coneixements, aprendre, aprofitar el fet de poder connectar amb qualsevol persona de qualsevol part del món i treure profit de l’experiència per tal d’ajudar a altres colegues a travès d’internet. La tecnologia és vital en aquest moment però el factor humà és molt més important.

Dades preocupants sobre la realitat que vivim

L’agència de marketing digital Cyberclick.es ha realitzat un estudi que ha donat a lloc a un curso sobre marketing digital en temps de crisi.

Us deixo aquí una sèrie de dades que mostren la realitat de les empreses espanyoles respecte a la transformació tecnològica:

1.- El 18 % de les PIMES venen per internet (menys de la cinquena part)

2.- El 7 % de les PIMES ven fora de les seves fronteres

3.- El 28 % de les empreses utilitza les xarxes socials a les seves estratègies (menys de la tercera part)

4.- El 16 % utilitza serveis al nuvol

Amb aquestes xifres podem veure la realitat que estem vivint amb el coronavirus, és l’explicació per la que hi ha tantes empreses condemnades a desaparèixer a curt termini si no es posen les piles en la transformació digital. 

La gestió de les emocions durant la pandèmia del COVID19

Mónica Mendoza, conferenciant internacional experta en intel·ligència emocional i vendes en una entrevista al diari ARA explica que amb la crisi del COVID19 es parla molt d’economia però també és molt important la gestió de les emocions.

Extrec directament de dita entrevista el que Mónica Mendoza opina sobre els emprenedors que estem vivint una forta crisi emocional: “Els diria que lluitin per aconseguir trobar l’equilibri entre allò que saben fer bé, que els fa diferents i que els aporta valor; entre allò que els fa feliços i allò que demanda el mercat. Si ho aconsegueixen, hauran assolit una cosa preciosa: la felicitat empresarial”.

I fa una aportació d’allò més interessant afirmant que per ser feliç cal treballar els cinc pilars fonamentals de la intel·ligència emocional. 

1. AUTOCONTROL EMOCIONAL. Hem de saber prendre les decisions sense basar-nos completament en les nostres emocions. 

2. EMPATIA. Per a un emprenedor ha de ser clau treballar les habilitats comunicatives i de relació amb els altres. 

3. AUTOMOTIVACIÓ. És la capacitat de tenir un estat d’ànim estable independentment dels estímuls externs que ens hagin condicionat el dia. 

4. LES HABILITATS DE RELACIÓ amb els altres i amb un mateix.

5. AUTOCONEIXEMENT. Saber quins són els teus defectes, les teves fortaleses, cap a on has de dirigir les energies o de quina cosa has de fugir és essencial per seguir viu en el món dels negocis. 

I des de Cusidó Disseny què podem aportar a aquesta transformació digital? Podem ajudar-te en la creación de la teva marca, identitat corporativa, disseny del logotip, assessorar-te en com digitalitzar la teva empresa, quines xarxes socials treballar, dissenyem i fem webs actualitzades i indexades, t’ajudem a millorar el posicionament o els continguts, en definitiva no et deixem sol! Estem al teu costat en aquest procès per tal que amb les eines que disposem puguis treure el profit que desitges. 

✍️ Si estàs interessat en saber-ne més… posa’t en contacte amb mireia@cusidodisseny.com o truca a Mireia Cusidó al 647938252. Treballem junts?

Visita la nostra web i podràs fer-te una idea sobre quins projectes hem treballat. www.cusidodisseny.com

El packaging és la imatge de la teva empresa

packaging

Durant tota la meva trajectòria professional dedicada al disseny de packaging sempre tinc en ment una premisa que crec que és molt encertada: “Un bon disseny de packaging ajudarà al consumidor a prendre la seva decisió final de compra”. És a dir, el packaging és la imatge de la teva empresa.

El packaging pot convertir un producte en objecte de desig per un comprador. I si resulta atractiu, interessant, curiós, ogirinal i clar tindrà més punts per a que un client l’escolleixi abans que a un altre de la competència.

El packaging és la principal ventana de comunicació amb el consumidor.

Quines funcions té el packaging? Per a què serveix?

1. PROTEGIR. Conserva el producte en bon estat, el protegeix de qualsevol cop o dany durant el transport, també quan està apilat a les estanteries del punt de venda.

2. ATREURE.  Els colors, la forma, la col·locació dels elements dintre de l’estructura del packaging són fundamentals per a cridar l’atenció del client. Per a que quan vagis caminant per un passadís d’un supermercat, es pari davant d’un producte perque tingui un disseny elegant, atractiu i coherent.

3. DIFERENCIAR-SE. El packaging és la imatge de la teva empresa. La col·locació del logo, els colors, la forma, ajuda a la marca a diferenciar-se de la competència. La coherència entre tots els elements gràfics que componen el packaging i la identitat corporativa de l’empresa fa que siguin reconeixibles i memorables. Altres característiques molt importants del packaging.

4. PROMOCIONAR-SE. L’objectiu final és que el producte el compri un consumidor. Per això que tingui un disseny atractiu, diferenciat, que sigui funcional, reutilitzable (això facilita que sigui perdurable en el temps) i que informi de forma clara el producte que conté… són imprescindibles per a  que funcionin en el mercat i es comprin.

Quines són les tendències actuals del packaging?

Amb les compres online, actualment el packaging no és el que decideix l’èxit o el fracàs a la venda del producte. Per això… anem a veure quines són les tendències actuals del packaging:

  • Els packs evoquen cada cop més emocions i experiències.
  • Es busca cada vegada més un equilibri entre el disseny estructural i gràfic.
  • Es busquen envasos que transmetin, que apel·lin a tots els sentits.
  • Existeix una preocupació pel medi ambient i es busquen packs d’alta reciclabilitat.
  • Per a un públic infantil s’utilitzen colors cridaners, alegres i personatges de dibuixos o que estiguin de moda.
  • El públic femení busca packs atractius, frescos, pràctics i reutilitzables.
  • El públic juvenil es decanta per packs ergonòmics, que reflexen dinamisme i estil de vida.
  • Es dissenyen packagings fàcils de reconèixer, que transmeten qualitat, informació visible, fotos reals del producte per a un públic adult (majors de 60 anys).
  • Les marques innovadores i dinàmiques aposten per dissenys estacionals i edicions limitades.

3 tipus de packaging 

1. PACKAGING PRIMARI. Envolta primerament el producte. Contacte directe amb el producte. Aquí estariem parlant d’etiquetes, caixa, ampolla, bossa, paquet o sobre per a un sol producte, etc.

2. PACKAGING SECUNDARI. Envolta el packaging primari, per agrupar conjunt d’unitats de venda o distribució. Aquí serien ampolles, caixa per a diversos productes (caixa que conté 12 ampolles) clusters, blisters…

3. PACKAGING TERCIARI. Agrupa caixes secundàries per al transport. Paletització o contenerització.

✍️ A Cusidó Disseny ajudem a autònoms, emprenedors i PIMES a desenvolupar dissenys de packaging. T’ajudem a dissenyar packagings frescos, atractius, funcionals, pràctics, actuals i moderns! Durant tota la nostra trajectòria laboral hem tingut la sort de poder treballar amb diferents empreses  de diversos sectors com l’alimentació, farmacèutica, editorial, transports, serveis, construcció, educació, material escolar… podent realitzar des de diseny d’etiquetes, blisters, caixes contenidores, slivers, etc.

⭐️ Posa’t en contacte amb Mireia Cusidó, envia un email a mireia@cusidodisseny.com⭐️

✅ Vols que parlem sobre packaging? Com tenen el disseny els teus packs? T’agradaria treballar-los o renovar-los? Junts podem fer un packaging que captivi i emocioni al consumidor! En parlem?

Un bon disseny de packaging pot conduir a l’èxit del producte en els lineals dels supermercats. És l’escaparat del producte, i del packaging moltes vegades dependrà que un comprador el trobi atractiu, desitgi el producte i el compri!

Política de privacitat

Aquesta Política de Privacitat compleix amb el Reglament (UE) 2016/679 del Parlamento Europeo y del Consejo de 27 de abril de 2016 relativo a la protección de las persones físicas y a la libre circulación de estos datos (Reglamento General de Protección de Datos), amb la normativa nacional reguladora d’aquesta matèria, així com amb la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la información y de comercio electrónico.

Al accedir a www.cusidodisseny.com, es recullen dades de caràcter personal dels usuaris, el tractament de les quals queda subjecte a la present Política de Privacitat.

Responsable de tractament

El responsable de tractament de les dades personals facilitades pels usuaris al accedir a la web és Mireia Cusidó De Haro amb DNI 46239186-D, domicili situat a l’Avinguda Pedra del Diable núm. 29, de Parets del Vallès (Barcelona) amb Codi Postal 08150 (en endavant, Cusidó Disseny).

Les dades personals i la informació recollides mitjançant aquesta pàgina web seran emmagatzemades i gestionades per Mireia Cusidó De Haro amb la confidencialitat deguda, i amb base a l’interès legítim del responsable de tractament, i en el seu cas, el consentiment de l’usuari.

El responsable de tractament es compromet a aplicar les mesures de seguretat informàtica adients per a la seva protecció, establertes en la normativa mencionada anteriorment, amb la finalitat d’impedir l’accés o ús indegut a les dades, la seva manipulació, deteriorament o pèrdua.

Finalitat del tractament

Visitant la pàgina web de Cusidó Disseny, es podran recollir les següents dades:

  • Dades identificatives com el nom y el correu electrònic.

  • Informació comercial.

  • Informació addicional que es recull de l’usuari quan es posa en contacte amb el servei d’atenció al client o contestant a una enquesta.

El fet de no facilitar alguna informació obligatòria en el moment d’omplir el formulari de dades, pot suposar la impossibilitat de facilitar la informació o serveis sol·licitats.

El tractament de les dades personals subministrades per l’usuari tindrà les finalitats següents:

  • Atendre les comunicacions rebudes a través del formulari online de la pàgina, o rebudes a través dels mitjans electrònics utilitzats per l’usuari per contactar amb Cusidó Disseny.

  • Comunicació amb els usuaris mitjançant els seus correus electrònics, trucades telefòniques o altres mitjans de comunicació equivalents, en relació als serveis contractats sempre que sigui raonable i/o necessari per a la seva execució.

  • Gestionar les necessitats de l’empresa, portant a terme el anàlisis o millora dels serveis o de la pàgina web, així com el seu funcionament. Per exemple, el anàlisis del comportament de l’usuari i estudi de com utilitza la web.

  • Fer complir les condicions de la pàgina web i dels serveis oferts, en interès legítim de Cusidó Disseny, per portar a terme l’administració empresarial.

Quan l’usuari ho consenti expressament:

  • Es podran realitzar comunicacions comercials i de màrqueting respecte dels serveis oferts per Cusidó Disseny.

  • Utilitzar cookies i altres tecnologies de seguiment per a proporcionar ofertes de serveis de Cusidó Disseny, en pàgines webs de tercers.

L’usuari es compromet a proporcionar dades reals i a notificar qualsevol canvi o modificació de les mateixes al responsable de tractament. En cas de que l’usuari faciliti dades de tercers, garanteix haver-los informat i haver obtingut el seu consentiment per a ser aportades amb les finalitats indicades en aquest apartat. Qualsevol pèrdua o dany causat a la pàgina web, al responsable de la mateixa o a un tercer mitjançant la comunicació d’informació inexacta, errònia o incompleta als formularis de recollida de dates, serà sota la responsabilitat de l’usuari.

Els serveis disponibles a través de la web no podran ser utilitzats per menors d’edat sense l’autorització prèvia dels seus pares, tutors o representants legals, els quals seran els únics responsables dels actes realitzats pels menors a través de la web. En la mesura que el responsable de tractament no té capacitat per a conèixer la vertadera edat dels usuaris, s’adverteix que correspon als pares o tutors legals habilitar els mecanismes necessaris per a evitar que els menors accedeixin a la web i facilitin dades de caràcter personal sense la seva supervisió, excloent a Cusidó Disseny de tota responsabilitat.

Període de conservació de les dades personals

El termini de conservació de les dades personals serà el necessari per a portar a terme les finalitats per les quals varen ser recollides, que són aquelles establertes a la present Política de Privacitat, i en el seu cas, mentre que l’usuari no revoqui el seu consentiment.

En tot cas, quan les dades personals deixen de ser necessàries per a la finalitat per la qual van ser recollits, seran conservades sota bloqueig per a atendre possibles reclamacions judicials, administratives o fiscals durant els terminis legals establerts a la normativa aplicable.

Destinataris de les dades

Les dades personals facilitades pels usuaris no es comunicaran a tercers, excepte que sigui estrictament necessari per a gestionar i mantenir la relació establerta entre les parts o prèvia autorització expressa de l’usuari.

Drets dels usuaris

El responsable de tractament es compromet a respectar la confidencialitat de les dades personals dels usuaris i a garantir l’exercici dels seus drets d’accés, rectificació o supressió, limitació del tractament, oposició o portabilitat de les seves dades. Així mateix, l’usuari podrà revocar el consentiment atorgat en qualsevol moment dirigint-se a la direcció de correu electrònic hola@cusidodisseny.com o al correu postal de la direcció del domicili indicat anteriorment.

Per a l’exercici d’aquests drets, l’usuari haurà d’acreditar la seva identitat indicant el seu nom i cognoms, fotocopia del DNI o document equivalent, petició en la qual es concreta la sol·licitud, direcció a efectes de notificacions, data i firma de l’interessat.

Si l’usuari considera que el tractament de les seves dades personals infringeix la normativa aplicable, tindrà dret a presentar una reclamació davant de l’Agencia Española de Protecció de Dades, sense perjudici de poder interposar qualsevol altre recurs administratiu o accions legals pertinents.

La present Política de Privacitat podrà ser revisada, actualitzada i modificda en qualsevol moment. El responsable de tractament haurà d’informar als usuaris d’aquest canvi, mitjançant la web o la direcció de correu electrònic facilitada pels mateixos. Així mateix, serà necessari que l’usuari revisi el present document periòdicament o cada vegada que accedeixi a la pagina web, per tal d’estar correctament informat respecte de les dades recollides i el seu tractament.

Política de cookies

A la web www.cusidodisseny.com s’utilitzen cookies pròpies i de tercers amb la finalitat de millorar la qualitat del servei de Cusidó Disseny, proporcionar una millor experiència de navegació, i identificar els problemes tècnics que puguin sorgir a la web.

Així mateix, en cas de que l’usuari ho accepti, es podran utilitzar cookies que permetin obtenir informació de les seves preferències i personalitzar la pàgina amb els seus interessos individuals.

Complint amb el Reglament (UE) 2016/679 del Parlamento Europeo y del Consejo, de 27 de abril, relativo a la protección de las persones físicas en lo que respecta al tratamiento de datos personales y a la libre circulación de estos datos, i amb l’article 22.2 de la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la información y del comercio electrónico, aquesta pàgina web informa als usuaris sobre la seva política de cookies.

Que són les cookies?

Les cookies són petits fitxers de dades que es descarreguen en el seu ordinador i altres dispositius, que emmagatzemen informació i es guarden al navegador de l’usuari. Les cookies permeten emmagatzemar i recuperar informació sobre els hàbits de navegació, i recordar diferents paràmetres i informació sobre els usuaris.

L’usuari podrà modificar les preferències del navegador en qualsevol moment per impedir la instal·lació d’aquests fitxers.

Aquesta web utilitza els següents tipus de cookies:

  • Cookies d’anàlisis: són aquelles que, tractades per nosaltres o per tercers, ens permeten quantificar el nombre d’usuaris que naveguen per la web i així mesurar i analitzar estadísticament la utilització que fan els usuaris del servei ofert. La finalitat d’aquestes cookies és analitzar la navegació dels usuaris a través de la web per millorar l’oferta de productes o serveis que li oferim.

Així mateix, la web podrà utilitzar serveis de tercers que recullen informació amb finalitat estadística, d’us de la web per part de l’usuari i per a la prestació d’altres serveis relacionats amb el mateix o altres serveis d’internet.

Gestió de les cookies

L’usuari pot permetre, bloquejar o eliminar les cookies instal·lades en el seu equip mitjançant la configuració de les operacions del navegador instal·lat en el seu ordinador. No obstant, si ho fa, es possible que la pàgina no funcioni correctament i des de Cusidó Disseny no puguem oferir-li una experiència òptima.

Google Chrome:

  1. Clic a la icona de menú.

  2. Seleccionar “configuración”

  3. Seleccionar “configuración avanzada”

  4. Seleccionar “privacidad”

  5. Seleccionar “configuración de contingut”

  6. Seleccionar la funció que desitgi:

    1. Permetre que s’emmagatzemin dades locals

    2. Conservar dades locals només fins que surtis del navegador

    3. No permetre que es guardin dades de la web

    4. Bloquejar les dades de les webs i les cookies de tercers.

  7. Una vegada seleccionada l’opció desitjada, fer clic a “listo”

Internet Explorer

  1. Clic a la icona “inicio”

  2. Seleccionar “opcions d’internet” al menú “herramientas”

  3. Seleccionar “privacidad”

  4. Seleccionar “configuración”

  5. Seleccionar l’opció que desitgi i fer clic a “aceptar”

Microsoft Edge (Explorer 10)

  1. Clic a la icona “más”

  2. Seleccionar “configuración”

  3. Seleccionar “configuración avanzada”

  4. Seleccionar “cookies” dins de “Privacidad y Servicios”

  5. Seleccionar l’opció que desitgi del menú desplegable.

Firefox

  1. Clic a la icona “menú”

  2. Seleccionar “opciones”

  3. Seleccionar “privacidad”

  4. Seleccionar l’opció que desitgi del menú desplegable.

Safari

  1. Clic a la icona “safari”

  2. Seleccionar “preferencias”

  3. Seleccionar “privacidad”

  4. Seleccionar “cookies y datos de sitio web”

  5. Seleccionar l’opció que desitgi entre les disponibles.

En cas de que l’usuari requereixi més informació respecte de la nostra política de cookies, pot contactar amb nosaltres a través de qualsevol dels nostres canals de comunicació. Així mateix, li recomanem que consulti les pàgines web de suport de cada navegador per a més informació.

AVÍS LEGAL I CONDICIONS D’ÚS

L’ús d’aquesta pàgina web està subjecte a les condicions establertes en el present Avís legal, per tant hauran de ser llegides detingudament per part de l’usuari.

L’accés a la web, i l’ús dels materials continguts en la mateixa implica que l’usuari ha llegit, coneix i accepta les condicions establertes en aquest document. Així mateix haurà d’accedir a aquestes condicions de manera periòdica, per estar informat de les possibles modificacions que pot realitzar el titular de la web de manera unilateral.

IDENTIFICACIÓ DEL TITULAR DE LA WEB

En compliment del principi d’informació recollit a l’article 10 de la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la información y del Comercio Electrónico (en endavant, LSSI-CE), es facilita la següent informació:

El titular del domini web www.cusidodisseny.com és Mireia Cusidó De Haro, amb DNI 46239186-D, amb domicili a Avinguda Pedra del Diable núm. 29 de Parets del Vallès (Barcelona) amb Codi Postal 08150 (en endavant, Cusidó Disseny).

L’avís legal regula l’ús del domini www.cusidodisseny.com, ja sigui amb la denominació actual o amb qualsevol altra que pugui tenir en el futur, així com la responsabilitat derivada de la utilització del mateix.

USUARIS

Tindrà la condició d’usuari tota persona que accedeixi o navegui a la web. Es presumeix que l’usuari ha llegit el present Avís legal i condicions d’ús, i accepta el contingut del mateix.

CONDICIONS D’ÚS

L’accés i ús de la web és gratuït, sense necessitat de cap autorització, subscripció o registre previ.

L’usuari es compromet a fer un ús lícit i adequat de la pàgina web, d’acord amb la legislació aplicable en cada moment, amb les presents condicions, la moral, les bones costums generalment acceptades i l’ordre públic.

Cusidó Disseny no garanteix que la web compleixi amb la normativa d’altres països, per tant, si l’usuari resideix en qualsevol altre país que no sigui España, i decideix accedir i/o navegar a la pàgina web, ho farà sota la seva responsabilitat, havent d’assegurar-se de que l’accés i/o navegació compleix amb la legislació aplicable en el seu cas.

MODIFICACIONS

La titular de la web es reserva la facultat de modificar l’Avís legal i condicions d’ús de manera unilateral, sent efectiu des del moment de la seva publicació.

CONTINGUT I QUALITAT DE LA PÀGINA

Els continguts de la web tenen la finalitat de presentar el serveis de Cusidó Disseny, els quals consisteixen en:

  • La creació de la identitat corporativa dels seus clients.

  • La comunicació editorial.

  • El disseny de packaging i creació de la imatge dels productes.

  • El disseny Web i Xarxes Socials, així com a planificació i desenvolupament del Màrqueting Online.

L’usuari haurà de tenir en compte que aquest contingut de la web pot no reflectir l’estat més recent dels serveis oferts.

El titular es compromet a posar tots els mitjans necessaris per a que el contingut i la informació subministrada compleixi amb els estàndards de qualitat, exactitud, veracitat, fiabilitat, utilitat i actualitat. No obstant, no garanteix el compliment absolut d’aquests estàndards de manera permanent.

La visualització de la web a internet és de caràcter indefinit, encara que el titular es reserva el dret d’efectuar les modificacions que consideri oportunes sense necessitat d’avisar als usuaris.

El mer accés a la informació continguda a la pàgina web no vincula de cap manera a l’usuari i no li genera cap compromís contractual respecte del titular de la web. L’accés a la informació es merament informatiu, consultiu i/o publicitari.

NOTIFICACIONS

L’usuari podrà comunicar-se amb la titular de la web mitjançant el correu electrònic hola@cusidodisseny.com/mireia@cusidodisseny.com o per telèfon al (+34) 647 93 82 52.

La normativa aplicable exigeix que la informació i comunicacions que s’enviïn a l’usuari siguin per escrit. Per mitjà de l’ús de la web, l’usuari accepta que aquestes comunicacions siguin majoritàriament electròniques.

PROPIETAT INTELECTUAL I INDUSTRIAL

L’usuari reconeix i accepta que qualsevol dret de propietat intel·lectual o industrial respecte dels continguts o materials que formen part de la pàgina web, pertanyen a Cusidó Disseny, o als titulars dels mateixos que hagin atorgat llicencia a la titular de la web per fer-los servir.

El contingut de la web es considerat programa d’ordinador, i per tant queda subjecte a la normativa espanyola, europea i internacional sobre la matèria.

Es prohibeix expressament la copia, reproducció, modificació, transformació, supressió, manipulació, distribució i comunicació pública de la totalitat o part dels continguts d’aquesta web per qualsevol mitjà tècnic, sense autorització expressa i per escrit del titular de la web.

El mer accés a la web no atorga cap autorització o llicencia per part de la titular de la mateixa per fer ús de cap contingut i/o informació, ni tampoc respecte cap dret relacionat amb aquests, més enllà de l’ús estrictament personal.

PROTECCIÓ DE DADES DE CARÀCTER PERSONAL

La informació o dades personals facilitades per l’usuari a través de la web, es tractaran d’acord amb la Política de Privacitat i amb la legislació aplicable en matèria de protecció de dades.

Les dades de caràcter personal proporcionades per l’usuari formaran part de la base de dades i sistema de tractament (fitxers i registres d’activitat) titularitat de Mireia Cusidó De Haro com a responsable de tractament, i es tractaran d’acord amb allò previst a la Política de Privacitat i amb les finalitats indicades per cada cas. La titular de la web es compromet a realitzar un tractament confidencial i secret, no podent revelar la informació a tercers sense causa justificada o autorització expressa de l’usuari en qüestió.

El usuari té dret a accedir a les seves dades, a rectificar-les, sol·licitar la supressió de les mateixes, y a limitar o oposar-se al tractament, contactant amb el responsable de tractament mitjançant la direcció de correu electrònic hola@cusidodisseny.com/mireia@cusidodisseny.com o a través de correu postal a Avinguda Pedra del Diable núm. 29 de Parets del Vallès (Barcelona) amb Codi Postal 08150.

Pot obtenir més informació a la Política de Privacitat.

POLÍTICA DE COOKIES

S’informa als usuaris que des de www.cusidodisseny.com es podran utilitzar dispositius d’emmagatzematge i recuperació de dades (cookies) als equips i terminals dels destinataris, a condició de que aquests hagin atorgat el seu consentiment després d’haver set informats de manera clara i completa sobre la seva utilització.

Pot obtenir més informació a la Política de Cookies.

ENLLAÇOS

A la web es podran incloure enllaços com links o banners, vinculats a pàgines web de tercers. La instal·lació d’aquests enllaços té la finalitat de facilitar la cerca i accés a la informació disponible a internet.

En el moment en el que l’usuari accedeix als enllaços i abandoni aquesta web, els documents legals de la mateixa deixaran de ser aplicables, ja que les pàgines web de tercers a les quals accedeix l’usuari estan sotmeses a les seves pròpies condicions i polítiques de privacitat i de cookies.

Cusidó Disseny no assumeix cap responsabilitat respecte dels continguts dels enllaços de tercers, ni pels danys i perjudicis que es poguessin produir per l’accés, ús o il·licitud dels mateixos.

LIMITACIÓ DE LA RESPONSABILITAT

Els usuaris de la web accedeixen a la mateixa assumint els riscos i les responsabilitats derivades d’aquest accés. El titular de la web no serà responsable dels errors o omissions que pogués contenir, encara que es compromet a posar tots els mitjans que estiguin al seu abast per a prevenir-los.

Cusidó Disseny podrà responsabilitzar als usuaris que facin un ús inadequat o indegut de la web causant danys o perjudicis a terceres persones, així com dels possibles virus o programes informàtics que poguessin introduir, generar o allotjar a la web que deteriorin o puguin deteriorar tant el contingut com el correcte funcionament de la pàgina web, així com els equips, sistemes i programes dels usuaris.

Així mateix, Cusidó Disseny no serà responsable de les decisions que prenguin els usuaris com a conseqüència de la informació facilitada a través de la web, ni d’altres danys que poguessin ser causats per tercers mitjançant intromissions no autoritzades, alienes al seu control.

ACCIONS LEGALS

Cusidó Disseny es reserva la facultat d’exercir les accions civils o penals que consideri oportunes contra els usuaris que facin un ús indegut d’aquesta web o dels seus continguts, o per l’incompliment de les presents condicions.

LLEI APLICABLE I JURISDICCIÓ

El present Avis legal es configura com un contracte de condicions generals d’adhesió i regula la informació general que el prestador de serveis de la societat de la informació, titular de la web, ha de proporcionar en la seva pàgina, de manera permanent, fàcil, directa i gratuïta, als destinataris del servei.

Aquestes condicions d’ús, així com la relació entre el titular de la web i l’usuari es guiaran i interpretaran de conformitat amb la normativa espanyola.

Per a la resolució de qualsevol controvèrsia, les parts acorden sotmetre’s als Jutjats i Tribunals del domicili de l’usuari.

Si segueixes navegant, estàs acceptant l¡ús de cookies. Més informació

Los ajustes de cookies de esta web están configurados para «permitir cookies» y así ofrecerte la mejor experiencia de navegación posible. Si sigues utilizando esta web sin cambiar tus ajustes de cookies o haces clic en «Aceptar» estarás dando tu consentimiento a esto.

Cerrar